Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Add --open option for IDE generators | Gregor Jasny | 2017-10-13 | 13 | -0/+218 |
* | CMake Nightly Date Stamp | Kitware Robot | 2017-10-12 | 1 | -1/+1 |
* | Merge topic 'linked-tree' | Brad King | 2017-10-11 | 1 | -3/+3 |
|\ | |||||
| * | cmLinkedTree: avoid unnecessary copies during Push of T | Matthias Maennich | 2017-10-09 | 1 | -3/+3 |
* | | Merge topic 'simplify-env-var-determination' | Brad King | 2017-10-11 | 2 | -19/+8 |
|\ \ | |||||
| * | | cm{Unset,Set}Command: use std::string to determine the env variable name | Matthias Maennich | 2017-10-10 | 2 | -19/+8 |
| |/ | |||||
* | | Merge topic 'autogen-skip-ui' | Brad King | 2017-10-11 | 1 | -6/+10 |
|\ \ | |||||
| * | | Autogen: Allow setting SKIP_AUTOUIC/GEN on .ui files not in the sources | Sebastian Holtermann | 2017-10-09 | 1 | -6/+10 |
| * | | Merge branch 'minor-fixes' into release-3.10 | Brad King | 2017-10-06 | 4 | -6/+8 |
| |\ \ | |||||
| * \ \ | Merge branch 'cpack-dmg-explicit-hfs' into release-3.10v3.10.0-rc1 | Brad King | 2017-10-05 | 1 | -2/+2 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'update-kwsys' | Brad King | 2017-10-11 | 8 | -43/+35 |
|\ \ \ \ \ | |||||
| * | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-10-10 | 8 | -43/+35 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-10-11 | 1 | -1/+1 |
* | | | | | | Merge topic 'tryrun-strcpy' | Brad King | 2017-10-10 | 1 | -4/+5 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | TryRun: do not call strcpy() | Rolf Eike Beer | 2017-10-08 | 1 | -4/+5 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-10-10 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-10-09 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-10-08 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-10-07 | 1 | -1/+1 |
* | | | | Merge topic 'minor-fixes' | Brad King | 2017-10-06 | 4 | -6/+8 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | cmInstallCommandArguments: do not access static members through `this` | Matthias Maennich | 2017-10-05 | 1 | -3/+3 |
| * | | | cmProcessTools: fix minor issue introduced by 595feb3 | Matthias Maennich | 2017-10-05 | 1 | -1/+1 |
| * | | | cmGeneratorTarget: remove dead code | Matthias Maennich | 2017-10-05 | 1 | -1/+1 |
| * | | | cmcmd: let operator<< for NumberFormatter reset the stream's format flags | Matthias Maennich | 2017-10-05 | 1 | -1/+3 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-10-06 | 1 | -1/+1 |
* | | | | Merge topic 'cpack-dmg-explicit-hfs' | Brad King | 2017-10-05 | 1 | -2/+2 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | CPack: Fix PackageMaker .dmg HFS+ creation on macOS APFS hosts | Brad King | 2017-10-05 | 1 | -2/+2 |
* | | | | Begin post-3.10 development | Brad King | 2017-10-05 | 1 | -2/+2 |
| |_|/ |/| | | |||||
* | | | CMake 3.10.0-rc1 version update | Brad King | 2017-10-05 | 1 | -3/+3 |
| |/ |/| | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2017-10-05 | 1 | -1/+1 |
* | | Merge topic 'vs-no-empty-link-version' | Brad King | 2017-10-04 | 1 | -2/+0 |
|\ \ | |||||
| * | | VS: Do not emit empty linker Version tag | Vitaly Stakhovsky | 2017-10-03 | 1 | -2/+0 |
* | | | Merge topic 'src-flags-genex-target' | Brad King | 2017-10-04 | 3 | -4/+5 |
|\ \ \ | |||||
| * | | | VS,Xcode: Fix TARGET_PROPERTY genex in source COMPILE_FLAGS property | Brad King | 2017-10-03 | 3 | -4/+5 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-10-04 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-10-03 | 1 | -1/+1 |
|/ / | |||||
* | | Merge topic 'file-path-checksum-cpp11' | Brad King | 2017-10-02 | 2 | -39/+37 |
|\ \ | |/ |/| | |||||
| * | Migrate cmFilePathChecksum to C++11 | Sebastian Holtermann | 2017-10-01 | 2 | -39/+37 |
* | | CPack: Fix .dmg HFS+ creation on macOS APFS hosts | Brad King | 2017-10-02 | 2 | -2/+3 |
* | | Merge topic 'DNDGen-stack-var' | Brad King | 2017-10-02 | 1 | -4/+3 |
|\ \ | |||||
| * | | CPack: put local variable on the stack | Rolf Eike Beer | 2017-09-29 | 1 | -4/+3 |
* | | | Merge topic 'autogen-predefs' | Brad King | 2017-10-02 | 2 | -5/+9 |
|\ \ \ | |||||
| * | | | Autogen: Add (CMAKE_)AUTOMOC_COMPILER_PREDEFINES | Sebastian Holtermann | 2017-09-29 | 2 | -5/+9 |
| |/ / | |||||
* | | | Merge topic 'update-kwsys' | Brad King | 2017-10-02 | 5 | -248/+3 |
|\ \ \ | |||||
| * | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-09-30 | 5 | -248/+3 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-10-02 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-10-01 | 1 | -1/+1 |
|/ / | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-30 | 1 | -1/+1 |
|/ | |||||
* | Merge topic 'defer-native-tool' | Brad King | 2017-09-29 | 1 | -9/+11 |
|\ | |||||
| * | Find native build tool after determining the target system | Brad King | 2017-09-27 | 1 | -9/+11 |