summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGhsMultiGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* GHS: Use cm::erase in place of loopVitaly Stakhovsky2020-03-101-1/+1
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-2/+3
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-101-1/+3
* cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSETAlexander Boczar2019-10-151-1/+2
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-5/+4
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-3/+2
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* GHS: Update project layout to accommodate gbuild inconsistenciesFred Baksik2019-04-111-5/+3
* GHS: Update project layout to build targets correctlyFred Baksik2019-04-111-31/+40
* GHS: Support add_dependencies() commandFred Baksik2019-04-111-8/+11
* GHS: Support add_custom_target() commandFred Baksik2019-04-111-2/+10
* GHS: Support add_custom_command( OUTPUT ) signatureFred Baksik2019-04-111-1/+2
* Merge topic 'ghs_os_dir'Brad King2019-04-081-0/+1
|\
| * GHS: Print status message regarding GHS_OS_DIRFred Baksik2019-03-291-0/+1
* | Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-2/+2
|/
* GHS: Fix include-what-you-use and clang-tidy diagnosticsBrad King2019-03-201-6/+16
* cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-9/+6
* cmGlobalGenerator: Add a class that represent the build commandRobert Maynard2019-01-251-1/+1
* GHS: Fix toolset selectionFred Baksik2019-01-161-1/+1
* GHS: EXCLUDE_FROM_ALL updatesFred Baksik2019-01-161-2/+0
* GHS: Cleanup unused file handling functions and file output updatesFred Baksik2019-01-161-39/+3
* GHS: Place build system outputs per target output directivesFred Baksik2019-01-161-0/+2
* GHS: Update the top-level project generationFred Baksik2019-01-161-4/+42
* GHS: Have the top-level project name follow the specified project nameFred Baksik2019-01-161-1/+1
* GHS: Only print bsp and os directives if specified by userFred Baksik2019-01-161-3/+0
* Add missing overrideVitaly Stakhovsky2018-12-301-13/+16
* GHS: Add toolset selection supportFred Baksik2018-07-111-8/+4
* GHS: Support ARM, PPC, 86 architecturesFred Baksik2018-07-071-2/+5
* Update use of KWSys SystemTools::SplitString for new signatureBrad King2018-06-221-3/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-5/+5
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-1/+1
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-1/+1
* Performance: Fix a few more unnecessary vector copies missed in af3fd6fAaron Orenstein2017-08-181-1/+1
* cmGlobalGenerator: Allow FindMakeProgram to failBrad King2016-10-201-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CMake: Report whether generators support platformsTobias Hunger2016-07-141-0/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-44/+45
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-1/+2
* cmake-gui: Add option to specify generator toolsetRobert Dailey2015-11-171-0/+7
* GHS: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-1/+1
* cmLocalGenerator: Store a vector of generator targets.Stephen Kelly2015-10-211-1/+1
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-1/+1
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+1
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-1/+2
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-1/+1
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+1
* Add a 'Green Hills MULTI' generator on WindowsGeoff Viola2015-04-201-0/+127