summaryrefslogtreecommitdiff
path: root/Source/cmGhsMultiTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* GHS: Update project layout to accommodate gbuild inconsistenciesFred Baksik2019-04-111-23/+0
* GHS: Update project layout to build targets correctlyFred Baksik2019-04-111-38/+32
* GHS: Support add_dependencies() commandFred Baksik2019-04-111-17/+25
* GHS: Support add_custom_target() commandFred Baksik2019-04-111-33/+61
* GHS: Support add_custom_command( OUTPUT ) signatureFred Baksik2019-04-111-24/+150
* GHS: Update custom command build eventsFred Baksik2019-04-101-34/+132
* Merge topic 'ghs-linux'Brad King2019-03-221-24/+33
|\
| * GHS: Fix include-what-you-use and clang-tidy diagnosticsBrad King2019-03-201-24/+33
* | Replace use of CollapseCombinedPath with CollapseFullPathBrad King2019-03-191-1/+1
|/
* cmSystemTools: More functions accept `std::string` paramsVitaly Stakhovsky2019-02-201-6/+4
* Create and use `cmGeneratorTarget::Names`Saleem Abdulrasool2019-02-111-20/+6
* Merge topic 'modernize-for-loops'Brad King2019-02-111-22/+15
|\
| * Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-22/+15
* | GHS: Document usage of GHS_NO_SOURCE_GROUP_FILEFred Baksik2019-02-081-1/+1
|/
* Merge topic 'cmoutputconverter-simplify'Brad King2019-01-291-2/+3
|\
| * cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.Bruno Manganelli2019-01-271-2/+3
* | cmSystemTools::Message: Add overload accepting std::stringVitaly Stakhovsky2019-01-281-3/+3
|/
* GHS: Update test suiteFred Baksik2019-01-161-0/+1
* GHS: Integrity Application updatesFred Baksik2019-01-161-37/+41
* GHS: Add support for some of the source file propertiesFred Baksik2019-01-161-0/+20
* GHS: Add support for object librariesFred Baksik2019-01-161-88/+23
* GHS: EXCLUDE_FROM_ALL updatesFred Baksik2019-01-161-50/+29
* GHS: Use the correct compiler flags for CMAKE_BUILD_TYPEFred Baksik2019-01-161-41/+20
* GHS: Cleanup unused file handling functions and file output updatesFred Baksik2019-01-161-139/+14
* GHS: Update the link line processingFred Baksik2019-01-161-52/+46
* GHS: Place build system outputs per target output directivesFred Baksik2019-01-161-42/+41
* GHS: Update the top-level project generationFred Baksik2019-01-161-20/+50
* GHS: Cleanup how source files are listedFred Baksik2019-01-161-42/+145
* GHS: Update binary structure so that install scripts workFred Baksik2019-01-161-59/+66
* Source: Modernize for loops, add const modifiersVitaly Stakhovsky2018-12-311-12/+11
* cmLocalGenerator: Remove AddCompileDefinitions methodBrad King2018-10-101-7/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-19/+19
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* cmMakefile: use std::string in more methods; cleanup c_str()sVitaly Stakhovsky2018-01-231-2/+2
* cmSourceGroup: Return strings from GetName and GetFullNameBrad King2017-11-151-2/+2
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-1/+1
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-2/+2
* Add IPO compiler flags more consistently in generatorsBrad King2017-04-271-3/+5
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-4/+4
* Factor IDE folder name retrieval out into helper methodGregor Jasny2016-10-171-3/+1
* cmLinkLineComputer: Move FrameworkPath computation from cmLocalGeneratorStephen Kelly2016-10-101-1/+2
* cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGeneratorStephen Kelly2016-10-101-0/+1
* cmLinkLineComputer: Extract from cmLocalGeneratorStephen Kelly2016-10-101-2/+7
* cmMakefile: Return a string from GetDefineFlagsStephen Kelly2016-10-101-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+1
* cmLocalGenerator: Pass configuration to GetTargetFlagsTobias Hunger2016-06-081-1/+1
* GHS: Compute include directories consistently with other generatorsBrad King2016-05-241-2/+4
* GHS: Use shorter object file names on collisionGeoff Viola2016-05-181-14/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-315/+239