summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs12-generator'Brad King2013-07-011-0/+4
|\
| * Merge branch 'master' into vs12-generatorBrad King2013-06-281-12/+24
| |\
| * | VS12: Add Visual Studio 12 generator (#14251)Brad King2013-06-281-0/+4
* | | automoc: add a global AUTOMOC_TARGETS_FOLDER propertyAlex Neundorf2013-06-281-0/+8
| |/ |/|
* | Merge topic 'config-dependent-CMAKE_AUTOMOC'Brad King2013-06-241-1/+2
|\ \
| * | QtAutomoc: Use config-dependent compile definitions and includes.Stephen Kelly2013-06-121-1/+2
* | | Merge topic 'add-whitespace'Brad King2013-06-241-1/+1
|\ \ \
| * | | Add whitespace after colons in error messages.Stephen Kelly2013-06-211-1/+1
| |/ /
* | | Merge topic 'doc-E-tar-zip'Brad King2013-06-241-3/+2
|\ \ \
| * | | cmake: Document "-E tar" support for .zip (#14225)Brad King2013-06-191-3/+2
| |/ /
* | | Split cmBootstrapCommands.cxx into two sourcesBrad King2013-06-141-1/+2
|/ /
* | CLI: Suppress the unused warning if the key value pair is cached.Stephen Kelly2013-06-041-1/+12
* | Fix spelling and typos (non-binary)Andreas Mohr2013-05-071-2/+2
* | Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-071-1/+1
* | Fix spelling and typos (affecting users)Andreas Mohr2013-05-071-2/+2
|/
* Merge topic 'sublime-text-2-generator'Brad King2013-02-191-0/+3
|\
| * Merge branch 'master' into sublime-text-2-generatorRobert Maynard2013-02-191-0/+17
| |\
| * \ Merge branch 'master' into sublime-text-2-generatorRobert Maynard2013-02-191-11/+45
| |\ \
| * \ \ Merge branch 'master' into sublime-text-2-generatorMorné Chamberlain2012-11-241-79/+68
| |\ \ \
| * | | | Added a generator for Sublime Text 2 project files.Morné Chamberlain2012-10-131-0/+3
* | | | | Merge topic 'vs-atomic-generated-stamp'Brad King2013-02-151-3/+12
|\ \ \ \ \
| * | | | | VS: Replace generation timestamp file atomicallyBrad King2013-02-121-3/+12
* | | | | | Fix crash on empty CMAKE_<lang>_COMPILER value (#13901)Brad King2013-02-081-1/+1
|/ / / / /
* | | | | Merge branch 'master' into generator-toolsetBrad King2013-02-071-0/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Output include directories as LOG messages, not warnings.Stephen Kelly2013-01-211-0/+4
* | | | | CMake: Add -T option to choose a generator toolsetBrad King2013-02-071-0/+55
|/ / / /
* | | | Merge topic 'compatible-INTERFACE-user-properties'Brad King2013-01-151-0/+7
|\ \ \ \
| * | | | Add a way to check INTERFACE user property compatibility.Stephen Kelly2013-01-151-0/+7
| | |_|/ | |/| |
* | | | CMake: Skip empty link.txt lines (#13845)Brad King2013-01-111-0/+6
|/ / /
* | | Fix some warnings from -WundefStephen Kelly2012-12-221-1/+1
* | | Add command to generate environment for a Windows CE SDKPatrick Gansterer2012-11-301-0/+36
* | | Always use the auto_ptr from cmsys.Stephen Kelly2012-11-201-10/+8
| |/ |/|
* | VS: Remove platform specific generator filesPatrick Gansterer2012-11-191-21/+0
* | Allow a GeneratorFactory handling of more than one generatorPatrick Gansterer2012-11-191-58/+62
* | Search generator in cmake::ExtraGenerators before in cmake::GeneratorsPatrick Gansterer2012-11-191-19/+22
* | Add cmGlobalGeneratorFactory::GetGenerators()Patrick Gansterer2012-11-191-1/+1
* | Introduce the abstract class cmGlobalGeneratorFactoryPatrick Gansterer2012-11-191-27/+30
|/
* Ninja: move -LIBPATH behind -link optionPeter Kümmel2012-10-011-1/+5
* Revert "Ninja: don't expand any rsp files"Bill Hoffman2012-10-011-15/+7
* Merge topic 'use-generator-target'David Cole2012-09-251-1/+2
|\
| * Port cmLocalGenerator::GetTargetFlags to cmGeneratorTarget.Stephen Kelly2012-09-191-1/+2
* | Merge topic 'vs-link-rsp'Brad King2012-09-191-7/+15
|\ \
| * | Ninja: don't expand any rsp filesPeter Kuemmel2012-09-191-7/+15
| |/
* | VS11: Detect VS 2012 Express for default generator (#13348)Brad King2012-09-181-2/+5
|/
* Merge topic 'ErrorIfCTEST_USE_LAUNCHERSSetButLauncherRuleNotSet'Brad King2012-08-301-0/+11
|\
| * error out if CTEST_USE_LAUNCHERS is TRUE but RULE_LAUNCH_* are not setAlex Neundorf2012-08-201-0/+11
* | Make platform information files specific to the CMake versionBrad King2012-08-241-3/+0
|/
* Merge topic 'directory-typo'David Cole2012-08-131-2/+2
|\
| * Fix typo direcotry -> directory (and similar) [#13444]Rolf Eike Beer2012-07-301-2/+2
* | Merge topic 'use_normal_ouput_with_chdir'David Cole2012-08-131-1/+1
|\ \ | |/ |/|