index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmCommands.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmCommand refactor: cmMakeDirectoryCommand
Gabor Bencze
2019-08-20
1
-2/+1
*
cmCommand refactor: cmListCommand
Gabor Bencze
2019-08-20
1
-1/+1
*
cmCommand refactor: cmMacroCommand
Gabor Bencze
2019-08-20
1
-1/+1
*
cmCommand refactor: cmIncludeGuardCommand
Gabor Bencze
2019-08-20
1
-2/+1
*
cmCommand refactor: cmIncludeCommand
Gabor Bencze
2019-08-20
1
-1/+1
*
cmCommand_refactor: cmGetPropertyCommand
Gabor Bencze
2019-08-20
1
-2/+1
*
cmCommand refactor: cmGetFilenameComponentCommand
Gabor Bencze
2019-08-20
1
-1/+1
*
cmCommand refactor: cmGetDirectoryPropertyCommand
Gabor Bencze
2019-08-20
1
-1/+1
*
cmCommand refactor: cmGetCMakePropertyCommand
Gabor Bencze
2019-08-20
1
-2/+1
*
cmCommand refactor: cmFunctionCommand
Gabor Bencze
2019-08-20
1
-1/+1
*
cmCommand refactor: cmForEachCommand
Gabor Bencze
2019-08-20
1
-1/+1
*
cmCommand refactor: cmExecuteProcessCommand
Gabor Bencze
2019-08-20
1
-2/+1
*
cmCommand refactor: cmExecProgramCommand
Gabor Bencze
2019-08-20
1
-2/+1
*
cmCommand refactor: cmContinueCommand
Gabor Bencze
2019-08-20
1
-1/+1
*
cmCommand refactor: cmConfigureFileCommand
Gabor Bencze
2019-08-20
1
-2/+1
*
cmCommand refactor: cmCMakeMinimumRequired
Gabor Bencze
2019-08-20
1
-2/+1
*
cmCommand refactor: cmBreakCommand
Gabor Bencze
2019-08-20
1
-1/+1
*
Merge topic 'free-command-a'
Kyle Edwards
2019-08-13
1
-21/+12
|
\
|
*
cmA*Command: Turn into free functions
Regina Pfeifer
2019-08-07
1
-21/+12
*
|
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-3/+3
*
|
cmFileCommand: turn into free function
Regina Pfeifer
2019-08-06
1
-1/+1
|
/
*
cmState: Support BuiltinCommands as free functions
Regina Pfeifer
2019-07-22
1
-3/+2
*
cmCommand: De-virtualize function InvokeInitialPass
Regina Pfeifer
2019-07-21
1
-2/+2
*
modernize: manage cmCommand instances using unique_ptr.
Marc Chevrier
2019-07-14
1
-109/+160
*
Merge topic 'set_directory_properties-script-mode'
Brad King
2018-10-30
1
-2/+2
|
\
|
*
set_directory_properties: Restore in script mode
Brad King
2018-10-29
1
-2/+2
*
|
LINK_DIRECTORIES: Add new properties and commands
Marc Chevrier
2018-09-25
1
-0/+3
*
|
LINK_OPTIONS: Add new family of properties
Marc Chevrier
2018-06-06
1
-0/+5
*
|
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-44/+51
*
|
add_compile_definitions: add new command
Marc Chevrier
2018-04-20
1
-0/+3
*
|
Various typo fixes
Luz Paz
2018-01-03
1
-1/+1
|
/
*
bootstrap: make target_* commands available
Daniel Pfeifer
2017-08-18
1
-14/+14
*
Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variable
Betsy McPhail
2017-07-10
1
-2/+2
*
include_guard: implement new command
Pavel Solodovnikov
2017-06-22
1
-0/+2
*
cmCommands: use new methods for builtin commands
Daniel Pfeifer
2017-05-11
1
-132/+156
*
cmake: register fake project commands in -P mode
Daniel Pfeifer
2017-05-08
1
-0/+61
*
fix some include-what-you-use diagnostics
Daniel Pfeifer
2017-02-17
1
-0/+1
*
cmCommands: add commands directly to cmState
Daniel Pfeifer
2017-02-13
1
-114/+107
*
split Default commands into Scripting and Project
Daniel Pfeifer
2017-02-13
1
-41/+54
*
cmDisallowedCommand: extract policy checking from cmCommand
Daniel Pfeifer
2017-02-13
1
-8/+28
*
Combine all unexpected commands to a single class
Daniel Pfeifer
2016-11-29
1
-14/+29
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-12/+0
*
Create all commands from a single function
Daniel Pfeifer
2016-10-21
1
-0/+238
*
CMakeLists: Generate the cmCommands.cxx file.
Stephen Kelly
2014-02-09
1
-86/+0
*
Add cmake_host_system_information command
Nils Gladitz
2013-06-19
1
-0/+2
*
Introduce add_compile_options command.
Stephen Kelly
2013-06-04
1
-0/+2
*
Add target_compile_options command.
Stephen Kelly
2013-06-02
1
-0/+2
*
Add the target_compile_definitions command.
Stephen Kelly
2013-01-10
1
-0/+2
*
Add the target_include_directories command.
Stephen Kelly
2013-01-10
1
-0/+3
*
bootstrap: move while() and endwhile() into the bootstrap build
Alex Neundorf
2012-02-21
1
-4/+0
[next]