Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | cmake: Use array iteration for default generator VS variants | Brad King | 2016-10-11 | 1 | -6/+7 | |
| * | | | | | | | | | | | | cmake: Use array iteration for default generator list | Brad King | 2016-10-11 | 1 | -5/+5 | |
| * | | | | | | | | | | | | cmake: Rename default generator selection list variable | Brad King | 2016-10-11 | 1 | -5/+5 | |
| * | | | | | | | | | | | | cmake: Rename default generator selection internal variable | Brad King | 2016-10-11 | 1 | -4/+3 | |
| * | | | | | | | | | | | | cmake: Simplify VS registry entry lookup | Brad King | 2016-10-11 | 1 | -4/+6 | |
| * | | | | | | | | | | | | cmake: Factor out default generator selection into helper | Brad King | 2016-10-11 | 2 | -48/+54 | |
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge topic 'FindSDL-mingw-mwindows' | Brad King | 2016-10-13 | 1 | -4/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | FindSDL: Add -mwindows to link flags for MinGW, correct wording | Emil Laine | 2016-10-12 | 1 | -4/+3 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge topic 'FindProtobuf-debug-suffix' | Brad King | 2016-10-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | FindProtobuf: Search for debug library named with `d` suffix | Adam Martin | 2016-10-10 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge topic 'remove-obsolete' | Brad King | 2016-10-13 | 4 | -70/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Makefiles: Remove query for CMAKE_OBJECT_NAME | Stephen Kelly | 2016-10-09 | 1 | -3/+1 | |
| * | | | | | | | | | | | | | Makefiles: Remove forbidden flag logic | Stephen Kelly | 2016-10-09 | 4 | -67/+0 | |
* | | | | | | | | | | | | | | Merge topic 'ExternalProject-fix-CMAKE_CACHE_ARGS-list' | Brad King | 2016-10-13 | 5 | -3/+25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | ExternalProject: Fix regression in passing list to CMAKE_CACHE_ARGS | Max Smolens | 2016-10-10 | 5 | -3/+25 | |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge topic 'vs15-separate-flag-table' | Brad King | 2016-10-13 | 3 | -3/+247 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | VS: Split flag table between v140 and v141 toolsets | Brad King | 2016-10-10 | 3 | -3/+247 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge topic 'cmake-gui-fix-extra-generator-names' | Brad King | 2016-10-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | / / / | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | cmake-gui: Fix "extra" generator entries in drop-down list | Brad King | 2016-10-11 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-10-13 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-10-12 | 1 | -1/+1 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-10-11 | 1 | -1/+1 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge topic 'extract-cmLinkLineComputer' | Brad King | 2016-10-10 | 26 | -183/+527 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | cmLinkLineComputer: Extract link libraries computation from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 5 | -34/+37 | |
| * | | | | | | cmLinkLineComputer: Move FrameworkPath computation from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 12 | -34/+39 | |
| * | | | | | | cmLocalGenerator: Inline last use of local variable | Stephen Kelly | 2016-10-10 | 1 | -3/+1 | |
| * | | | | | | cmLinkLineComputer: Move RPath computation from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 8 | -36/+52 | |
| * | | | | | | cmLinkLineComputer: Move LinkPath computation from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 3 | -11/+35 | |
| * | | | | | | cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 19 | -49/+113 | |
| * | | | | | | cmLocalGenerator: Move variable to where it is used | Stephen Kelly | 2016-10-10 | 1 | -2/+2 | |
| * | | | | | | cmLocalGenerator: Use a std::string instead of char* | Stephen Kelly | 2016-10-10 | 1 | -2/+3 | |
| * | | | | | | cmLocalGenerator: Move stringstream to where it is used | Stephen Kelly | 2016-10-10 | 1 | -1/+1 | |
| * | | | | | | cmLocalGenerator: Move flag determination up in the function | Stephen Kelly | 2016-10-10 | 1 | -8/+9 | |
| * | | | | | | cmLocalGenerator: Separate stdlib content from library stream | Stephen Kelly | 2016-10-10 | 1 | -1/+5 | |
| * | | | | | | cmLocalGenerator: Separate rpath content from library stream | Stephen Kelly | 2016-10-10 | 1 | -7/+9 | |
| * | | | | | | cmLocalGenerator: Pass link library info to OutputLinkLibraries | Stephen Kelly | 2016-10-10 | 3 | -20/+27 | |
| * | | | | | | Makefiles: Port CreateLinkLibs to cmLinkLineComputer | Stephen Kelly | 2016-10-10 | 4 | -13/+20 | |
| * | | | | | | cmLinkLineComputer: Extract from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 26 | -79/+282 | |
| * | | | | | | Ninja: Constify | Stephen Kelly | 2016-10-10 | 2 | -4/+6 | |
| * | | | | | | cmLocalGenerator: Inline conversion into link computation | Stephen Kelly | 2016-10-10 | 1 | -1/+8 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'release' | Brad King | 2016-10-10 | 0 | -0/+0 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | Merge branch 'update-kwsys' into release | Brad King | 2016-10-08 | 1 | -11/+9 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'android-export-has-cpp' into release | Brad King | 2016-10-07 | 5 | -1/+22 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'FindProtobuf-fix-subdirs' into release | Brad King | 2016-10-07 | 1 | -6/+10 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'android-cxxabi' into release | Brad King | 2016-10-07 | 3 | -0/+7 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'check-libuv-minimum-version' into release | Brad King | 2016-10-07 | 1 | -2/+6 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'codelite-global-setting' into release | Brad King | 2016-10-07 | 4 | -5/+27 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'android-ndk-r13' into release | Brad King | 2016-10-06 | 2 | -3/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'cpack-rpm-debuginfo-fixes' into release | Brad King | 2016-10-06 | 1 | -28/+40 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ \ \ | Merge topic 'clean-up-link-configuration' | Brad King | 2016-10-10 | 8 | -144/+134 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |