Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | CodeLite: Prefer CMAKE_RUNTIME_OUTPUT_DIRECTORY for output path | Tobias R. Henle | 2018-03-14 | 1 | -3/+6 | |
| * | | | | | | | | CodeLite: Use project Makefile instead of workspace Makefile. | Tobias R. Henle | 2018-03-14 | 1 | -1/+1 | |
* | | | | | | | | | Merge topic 'vs-debugger-command' | Brad King | 2018-03-19 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | VS: Add target property VS_DEBUGGER_COMMAND | Hannes Mezger | 2018-03-14 | 1 | -0/+7 | |
* | | | | | | | | | | Merge topic 'vs10-cmelem' | Brad King | 2018-03-19 | 2 | -72/+83 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | cmVisualStudio10TargetGenerator: improved XML nesting | Vitaly Stakhovsky | 2018-03-16 | 2 | -72/+83 | |
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-19 | 1 | -1/+1 | |
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-18 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge topic 'project-homepage-url' | Craig Scott | 2018-03-17 | 1 | -3/+46 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | project: Add HOMEPAGE_URL named parameter | Alex Turbov | 2018-03-16 | 1 | -3/+44 | |
| * | | | | | | | | | | | project: Add <PROJECT-NAME>_DESCRIPTION | Craig Scott | 2018-03-16 | 1 | -0/+2 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-17 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-16 | 1 | -1/+1 | |
| |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge topic 'compile-options-shell' | Brad King | 2018-03-15 | 1 | -5/+17 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | target_compile_options: Add syntax to specify shell strings | Brad King | 2018-03-14 | 1 | -5/+17 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-15 | 1 | -1/+1 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-14 | 1 | -1/+1 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge topic 'genex-COMPILE_LANGUAGE-system-include' | Brad King | 2018-03-13 | 8 | -24/+40 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Genex: Fix COMPILE_LANGUAGE propagation through try_compile | Brad King | 2018-03-12 | 3 | -9/+18 | |
| * | | | | | | Genex: Fix COMPILE_LANGUAGE in SYSTEM include directories | Brad King | 2018-03-12 | 5 | -15/+22 | |
| | |_|_|/ / | |/| | | | | ||||||
| * | | | | | CMake 3.11.0-rc3v3.11.0-rc3 | Brad King | 2018-03-09 | 1 | -1/+1 | |
| * | | | | | Merge branch 'update-kwsys' into release-3.11 | Brad King | 2018-03-07 | 4 | -16/+25 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge topic 'ccmake-stack-smashing' | Brad King | 2018-03-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | ccmake: fix status line buffer overflow on very wide terminals | Tianhao Chai | 2018-03-13 | 1 | -1/+1 | |
| * | | | | | CMake 3.10.2v3.10.2 | Brad King | 2018-01-18 | 1 | -1/+1 | |
| * | | | | | Merge branch 'backport-autogen-nexist-source-fix' into release-3.10 | Brad King | 2018-01-10 | 1 | -5/+17 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Autogen: Ignore not existing source files in cmMakefile | Sebastian Holtermann | 2018-01-10 | 1 | -5/+17 | |
| * | | | | | | Merge branch 'backport-autogen-nested-lists-fix' into release-3.10 | Brad King | 2017-12-20 | 2 | -1/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Autogen: Fix for problematic nested list separator | Sebastian Holtermann | 2017-12-20 | 2 | -1/+4 | |
| | |/ / / / / | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-13 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'genex-TARGET_EXISTS' | Brad King | 2018-03-12 | 1 | -0/+32 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | genex: Add TARGET_EXISTS to check for target existence | Alex Turbov | 2018-03-09 | 1 | -0/+32 | |
* | | | | | | | | Merge topic 'xml-raii' | Brad King | 2018-03-12 | 2 | -115/+130 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmGlobalVisualStudio10Generator: Use cmXMLWriter RAII helpers | Vitaly Stakhovsky | 2018-03-09 | 2 | -117/+80 | |
| * | | | | | | | | cmXMLWriter: Add RAII helpers to allow DOM-like syntax | Vitaly Stakhovsky | 2018-03-09 | 1 | -0/+52 | |
* | | | | | | | | | Merge topic 'update-dllplatform' | Brad King | 2018-03-12 | 3 | -6/+7 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Identify DLL platforms via CMAKE_IMPORT_LIBRARY_SUFFIX | Stephan Szabo | 2018-03-09 | 3 | -6/+7 | |
* | | | | | | | | | | Merge topic 'cmake-rc-version-decimal' | Brad King | 2018-03-12 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| * | | | | | | | | | CMakeVersion.rc: Avoid leading zeros in integer version components | Brad King | 2018-03-09 | 1 | -1/+6 | |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-12 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-11 | 1 | -1/+1 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-03-10 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge topic 'cmWorkingDirectory_success_checking' | Brad King | 2018-03-09 | 17 | -31/+226 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmDepends: Remove attempt to change directory that always fails | Craig Scott | 2018-03-08 | 2 | -12/+1 | |
| * | | | | | | | | cmWorkingDirectory: Check success of current dir changes | Craig Scott | 2018-03-08 | 15 | -19/+225 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'cmoutpconv-static' | Brad King | 2018-03-09 | 1 | -6/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmOutputConverter: mark helper functions static | Rolf Eike Beer | 2018-03-06 | 1 | -6/+4 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'make-clean-no-targets' | Brad King | 2018-03-09 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Makefile: Fix "make clean" when there are no targets | Brad King | 2018-03-08 | 1 | -0/+4 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'sort_glob_output' | Brad King | 2018-03-09 | 1 | -12/+7 | |
|\ \ \ \ \ \ \ \ |