summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmCommand refactor: cmMakeDirectoryCommandGabor Bencze2019-08-201-2/+1
* cmCommand refactor: cmListCommandGabor Bencze2019-08-201-1/+1
* cmCommand refactor: cmMacroCommandGabor Bencze2019-08-201-1/+1
* cmCommand refactor: cmIncludeGuardCommandGabor Bencze2019-08-201-2/+1
* cmCommand refactor: cmIncludeCommandGabor Bencze2019-08-201-1/+1
* cmCommand_refactor: cmGetPropertyCommandGabor Bencze2019-08-201-2/+1
* cmCommand refactor: cmGetFilenameComponentCommandGabor Bencze2019-08-201-1/+1
* cmCommand refactor: cmGetDirectoryPropertyCommandGabor Bencze2019-08-201-1/+1
* cmCommand refactor: cmGetCMakePropertyCommandGabor Bencze2019-08-201-2/+1
* cmCommand refactor: cmFunctionCommandGabor Bencze2019-08-201-1/+1
* cmCommand refactor: cmForEachCommandGabor Bencze2019-08-201-1/+1
* cmCommand refactor: cmExecuteProcessCommandGabor Bencze2019-08-201-2/+1
* cmCommand refactor: cmExecProgramCommandGabor Bencze2019-08-201-2/+1
* cmCommand refactor: cmContinueCommandGabor Bencze2019-08-201-1/+1
* cmCommand refactor: cmConfigureFileCommandGabor Bencze2019-08-201-2/+1
* cmCommand refactor: cmCMakeMinimumRequiredGabor Bencze2019-08-201-2/+1
* cmCommand refactor: cmBreakCommandGabor Bencze2019-08-201-1/+1
* Merge topic 'free-command-a'Kyle Edwards2019-08-131-21/+12
|\
| * cmA*Command: Turn into free functionsRegina Pfeifer2019-08-071-21/+12
* | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-3/+3
* | cmFileCommand: turn into free functionRegina Pfeifer2019-08-061-1/+1
|/
* cmState: Support BuiltinCommands as free functionsRegina Pfeifer2019-07-221-3/+2
* cmCommand: De-virtualize function InvokeInitialPassRegina Pfeifer2019-07-211-2/+2
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-109/+160
* Merge topic 'set_directory_properties-script-mode'Brad King2018-10-301-2/+2
|\
| * set_directory_properties: Restore in script modeBrad King2018-10-291-2/+2
* | LINK_DIRECTORIES: Add new properties and commandsMarc Chevrier2018-09-251-0/+3
* | LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-061-0/+5
* | Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-44/+51
* | add_compile_definitions: add new commandMarc Chevrier2018-04-201-0/+3
* | Various typo fixesLuz Paz2018-01-031-1/+1
|/
* bootstrap: make target_* commands availableDaniel Pfeifer2017-08-181-14/+14
* Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variableBetsy McPhail2017-07-101-2/+2
* include_guard: implement new commandPavel Solodovnikov2017-06-221-0/+2
* cmCommands: use new methods for builtin commandsDaniel Pfeifer2017-05-111-132/+156
* cmake: register fake project commands in -P modeDaniel Pfeifer2017-05-081-0/+61
* fix some include-what-you-use diagnosticsDaniel Pfeifer2017-02-171-0/+1
* cmCommands: add commands directly to cmStateDaniel Pfeifer2017-02-131-114/+107
* split Default commands into Scripting and ProjectDaniel Pfeifer2017-02-131-41/+54
* cmDisallowedCommand: extract policy checking from cmCommandDaniel Pfeifer2017-02-131-8/+28
* Combine all unexpected commands to a single classDaniel Pfeifer2016-11-291-14/+29
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-12/+0
* Create all commands from a single functionDaniel Pfeifer2016-10-211-0/+238
* CMakeLists: Generate the cmCommands.cxx file.Stephen Kelly2014-02-091-86/+0
* Add cmake_host_system_information commandNils Gladitz2013-06-191-0/+2
* Introduce add_compile_options command.Stephen Kelly2013-06-041-0/+2
* Add target_compile_options command.Stephen Kelly2013-06-021-0/+2
* Add the target_compile_definitions command.Stephen Kelly2013-01-101-0/+2
* Add the target_include_directories command.Stephen Kelly2013-01-101-0/+3
* bootstrap: move while() and endwhile() into the bootstrap buildAlex Neundorf2012-02-211-4/+0