summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Rename/constify build-time config placeholder lookupBrad King2012-03-098-9/+9
| * | | | Remove unused cmSourceGroup methodBrad King2012-03-092-7/+0
| * | | | Pre-compute object file names before VS project generationBrad King2012-03-0910-136/+104
| * | | | Pre-compute object file names before Makefile generationBrad King2012-03-098-55/+50
| * | | | Simplify cmVisualStudio10TargetGenerator using cmGeneratorTargetBrad King2012-03-092-29/+12
| * | | | Simplify cmMakefileTargetGenerator using cmGeneratorTargetBrad King2012-03-092-53/+42
| * | | | Create a cmGeneratorTarget for each cmTarget during generationBrad King2012-03-092-0/+57
| * | | | Add cmGeneratorTarget to represent a target during generationBrad King2012-03-093-0/+126
| * | | | Merge branch 'cleanup-object-file-names' into object-libraryBrad King2012-03-0918-279/+73
| |\ \ \ \
* | \ \ \ \ Merge topic 'fix-docs-typos'David Cole2012-03-201-5/+5
|\ \ \ \ \ \
| * | | | | | Fix some typos in the docs comments.Stephen Kelly2012-03-191-5/+5
* | | | | | | KWSys Nightly Date StampKWSys Robot2012-03-201-1/+1
* | | | | | | Merge topic 'find_package_set_FOUND_VariableInConfigFile'Brad King2012-03-191-4/+34
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | find_package: allow <pkg>Config.cmake to set <pkg>_FOUND to FALSEAlex Neundorf2012-03-131-4/+34
* | | | | | | Merge topic 'CPack-fixCPACK_MONOLITHIC_INSTALL-handling'Brad King2012-03-195-3/+23
|\ \ \ \ \ \ \
| * | | | | | | Handle CPACK_MONOLITHIC_INSTALL in some rare use cases.Eric NOULARD2012-03-185-3/+23
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'CPack-fixSTGZpermission-bug13046'Brad King2012-03-191-7/+18
|\ \ \ \ \ \ \
| * | | | | | | CPack STGZ put execute permission on all packages files (component case)Eric NOULARD2012-03-181-7/+18
| |/ / / / / /
* | | | | | | Merge topic 'write-cache-atomically'Brad King2012-03-191-7/+4
|\ \ \ \ \ \ \
| * | | | | | | Write CMakeCache.txt atomically (#13040)Brad King2012-03-141-7/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'fix-12621-xcode43'Brad King2012-03-193-27/+83
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | CPack: Use real path to PackageMaker to find its version file (#12621)David Cole2012-03-131-0/+3
| * | | | | | Xcode: Detect new default locations of Xcode 4.3 bits and pieces (#12621)David Cole2012-03-093-27/+80
* | | | | | | Merge topic 'ninja-generator'Brad King2012-03-1916-1/+3072
|\ \ \ \ \ \ \
| * | | | | | | Ninja: shell escape $(CMAKE_SOURCE_DIR) and $(CMAKE_BINARY_DIR)Peter Collingbourne2012-03-171-4/+12
| * | | | | | | Ninja: add support for OBJECT_OUTPUTS, fix PrecompiledHeader test casePeter Collingbourne2012-03-171-0/+11
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Ninja: Avoid using 'this' in member initializersBrad King2012-03-161-1/+1
| * | | | | | Ninja: Fix for PDB files with spaces in the path.Bill Hoffman2012-03-162-2/+4
| * | | | | | Ninja: Constify use of cmCustomCommandBrad King2012-03-133-8/+8
| * | | | | | Ninja: add /DEF: flag to linker callPeter Kuemmel2012-03-131-0/+2
| * | | | | | Ninja: Add a cache option CMAKE_ENABLE_NINJA to enable the ninja generator.Bill Hoffman2012-03-091-2/+15
| * | | | | | Ninja: Add friend struct so it can access the private ConvertToNinjaPath.David Cole2012-03-071-0/+2
| * | | | | | Ninja: add .def file supportPeter Kuemmel2012-03-075-1/+46
| * | | | | | Ninja: ensure the output dir exists at compile timePeter Kuemmel2012-03-071-0/+5
| * | | | | | Ninja: Remove an unnecessary variablePeter Collingbourne2012-02-281-1/+0
| * | | | | | Ninja: Use cmSystemTools::ExpandListArgument to split compile/link commandsPeter Collingbourne2012-02-272-6/+16
| * | | | | | Ninja: Add a missed license headerPeter Collingbourne2012-02-271-0/+12
| * | | | | | Ninja: CMake: Adapt Ninja generator for per-target include dirsDavid Cole2012-02-221-1/+4
| * | | | | | Merge branch 'target-include-directories' into ninja-generatorDavid Cole2012-02-2257-399/+1279
| |\ \ \ \ \ \
| * | | | | | | Ninja: windows msvc: create for each target a .pdb filePeter Kuemmel2012-02-213-0/+23
| * | | | | | | Ninja: Import library support for WindowsPeter Collingbourne2012-02-193-17/+18
| * | | | | | | Ninja: mark the Windows specific hacks with a comment onlyPeter Kuemmel2012-02-192-2/+6
| * | | | | | | Ninja: disable unfinished Windows ninja supportPeter Kuemmel2012-02-191-17/+15
| * | | | | | | Ninja: add some hacks for WindowsPeter Kuemmel2012-02-193-2/+15
| * | | | | | | Ninja: also build ninja support on WindowsPeter Kuemmel2012-02-191-17/+14
| * | | | | | | Ninja: Shell encode the command used in custom commandsPeter Collingbourne2012-02-191-1/+2
| * | | | | | | Ninja: Shell encode various CMake invocationsPeter Collingbourne2012-02-192-6/+17
| * | | | | | | Ninja: Shell encode paths used in "cd" commandsPeter Collingbourne2012-02-192-8/+11
| * | | | | | | Ninja: Backslash rules for WindowsPeter Collingbourne2012-02-195-15/+25
| * | | | | | | Ninja: Identifier encoding rules for ' ' and ':'Peter Collingbourne2012-02-181-2/+6