summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Keep track of all targets seen while evaluating a genex.Stephen Kelly2013-02-224-5/+13
* | | | | | | | Merge topic 'fix-automoc-linker-language'Brad King2013-02-256-12/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | automoc: Add source file to target early to set the linker languageStephen Kelly2013-02-226-12/+42
* | | | | | | | | Merge topic 'ExternalData-spaces'Brad King2013-02-254-19/+37
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ExternalData: Test content link with a space in its nameBrad King2013-02-224-0/+13
| * | | | | | | | | Tests: Generalize decision for 'make' tool supporting spacesBrad King2013-02-221-16/+22
| * | | | | | | | | Tests: Replace exec_program with execute_processBrad King2013-02-221-6/+5
* | | | | | | | | | Merge topic 'ExportFileGenerator_GenerateNicerErrorCheckingCode'Brad King2013-02-251-13/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | export files: rewrite the code for checking required targetsAlex Neundorf2013-02-201-13/+30
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'cmLocalGenerator_RemoveVirtuals'Brad King2013-02-251-5/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmLocalGenerator: remove "virtual" where not usedAlex Neundorf2013-02-201-5/+5
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'generate-export-header-warnings'Brad King2013-02-251-4/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Removed GenerateExportHeader warnings about old compilersMarcus D. Hanwell2013-02-201-4/+0
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'fix-GEH-docs'Brad King2013-02-251-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Fix GenerateExportHeader documentation #13936Stephen Kelly2013-02-201-1/+1
* | | | | | | | | | CMake Nightly Date StampKitware Robot2013-02-251-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2013-02-241-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2013-02-231-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2013-02-221-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2013-02-211-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'xcode-target-depends'Brad King2013-02-203-51/+19
|\ \ \ \ \ \
| * | | | | | Xcode: Each target dependency edge needs a unique object (#13935)Brad King2013-02-193-33/+19
| * | | | | | Xcode: Drop check for circular target dependenciesBrad King2013-02-191-18/+0
| |/ / / / /
* | | | | | Merge topic 'compiler-change-cleanup'Brad King2013-02-2015-18/+106
|\ \ \ \ \ \
| * | | | | | Test Unix Makefiles generator support for changing compilersBrad King2013-02-2013-0/+92
| * | | | | | Tests/RunCMake: Allow tests to control build tree behaviorBrad King2013-02-181-2/+6
| * | | | | | Merge branch 'empty-compiler-crash' into compiler-change-cleanupBrad King2013-02-18785-6345/+17145
| |\ \ \ \ \ \
| * | | | | | | Delete entire CMakeFiles directory when deleting CMakeCache.txt (#13756)Brad King2013-02-181-16/+8
* | | | | | | | Merge topic 'ide-compiler-vars-cleanup'Brad King2013-02-203-8/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | VS,Xcode: Remove unused CMAKE_GENERATOR_* variablesBrad King2013-02-193-8/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'NAG-Fortran-PIC'Brad King2013-02-201-0/+1
|\ \ \ \ \ \ \
| * | | | | | | NAG: Use -PIC for Fortran position-independent code (#13932)Neil Carlson2013-02-181-0/+1
| |/ / / / / /
* | | | | | | Merge topic 'xcode-organize-sources'Brad King2013-02-201-2/+13
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Xcode: Sort source filesAlexander Chehovsky2013-02-181-1/+12
| * | | | | | Xcode: Fix nested source group handling (#12943)Alexander Chehovsky2013-02-181-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2013-02-201-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'ninja-custom-command-implicit'Brad King2013-02-191-1/+1
|\ \ \ \ \
| * | | | | Ninja: remove implicit dependency on custom command outputsPeter Kümmel2013-02-161-1/+1
* | | | | | Merge topic 'sublime-text-2-generator'Brad King2013-02-194-0/+598
|\ \ \ \ \ \
| * | | | | | Update generator to use new cmGeneratorTarget api.Robert Maynard2013-02-191-11/+14
| * | | | | | Merge branch 'master' into sublime-text-2-generatorRobert Maynard2013-02-19125-505/+2300
| |\ \ \ \ \ \
| * | | | | | | Remove ability to generate sublime clang files.Robert Maynard2013-02-193-109/+5
| * | | | | | | Correct missing parameter to CMP0018Flags call.Robert Maynard2013-02-191-1/+1
| * | | | | | | Merge branch 'master' into sublime-text-2-generatorRobert Maynard2013-02-19277-3158/+7118
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into sublime-text-2-generatorMorné Chamberlain2012-11-24128-989/+1542
| |\ \ \ \ \ \ \ \
| * | | | | | | | | SublimeText 2 Gen: Set the sublimeclang_options_script property.Morné Chamberlain2012-11-242-1/+29
| * | | | | | | | | Merge branch 'master' into sublime-text-2-generatorMorné Chamberlain2012-11-11134-740/+2479
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sublime Text 2 Gen: Per-source Compile flags are now saved in a separate file.Morné Chamberlain2012-11-112-160/+263
| * | | | | | | | | | SublimeText2 Gen: Fixed the issue where include directory flags used -DMorné Chamberlain2012-11-071-1/+1
| * | | | | | | | | | SublimeText2 Gen: Improved use of define, include flags from CMAKE_C(XX)_FLAGSMorné Chamberlain2012-11-042-19/+26