Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Help: Update style guide to use section headers for command signatures | Brad King | 2014-06-12 | 1 | -3/+4 | |
| * | | | | | | Help: Organize Binary Targets section of cmake-buildsystem.7 | Brad King | 2014-06-12 | 1 | -7/+26 | |
| * | | | | | | Help: Mention INTERFACE_SOURCES as settable for INTERFACE libs | Brad King | 2014-06-12 | 2 | -4/+6 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge topic 'add_jacoco_coverage_parsing' | Brad King | 2014-06-13 | 9 | -1/+348 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | CTest: Add Jacoco Coverage functionality | Joseph Snyder | 2014-06-12 | 9 | -1/+348 | |
* | | | | | | | Merge topic 'setlocale' | Brad King | 2014-06-13 | 4 | -4/+4 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Encoding: Change to only set LC_CTYPE to fix encoding issues with libarchive. | Clinton Stimpson | 2014-06-12 | 4 | -4/+4 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-06-13 | 1 | -1/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Merge topic 'doc-WCDH-align-macros' | Brad King | 2014-06-12 | 1 | -0/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | WCDH: Document the alignof and alignas wrapper macros. | Stephen Kelly | 2014-06-10 | 1 | -0/+10 | |
* | | | | | | | Merge topic 'hpux-ProcessorCount' | Brad King | 2014-06-12 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ProcessorCount: Update for HPUX 11iv3 | Eric Berge | 2014-06-10 | 1 | -0/+4 | |
* | | | | | | | | Merge topic 'dev/variable-lookup' | Brad King | 2014-06-12 | 3 | -22/+35 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | cmDefinitions: Use a hashmap for faster checks | Ben Boeckel | 2014-06-09 | 2 | -2/+10 | |
| * | | | | | | | cmDefinitions: Avoid a find-then-insert when setting variables | Ben Boeckel | 2014-06-09 | 1 | -10/+1 | |
| * | | | | | | | cmDefinitions: Don't store parent lookups | Ben Boeckel | 2014-06-09 | 3 | -10/+24 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-06-12 | 1 | -1/+1 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-06-11 | 1 | -1/+1 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'release' | Brad King | 2014-06-10 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | CMake 3.0.0v3.0.0 | Brad King | 2014-06-09 | 1 | -1/+1 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge topic 'WriteCompilerDetectionHeader-compiler-versions' | Brad King | 2014-06-10 | 30 | -94/+184 | |
|\ \ \ \ \ | ||||||
| * | | | | | Features: Add compiler version support to WriteCompilerDetectionHeader. | Stephen Kelly | 2014-06-09 | 3 | -1/+69 | |
| * | | | | | Project: Add configurable name for version computation macros. | Stephen Kelly | 2014-06-05 | 26 | -87/+89 | |
| * | | | | | Project: Separate simulated compiler id from version detection. | Stephen Kelly | 2014-06-05 | 3 | -3/+14 | |
| * | | | | | WCDH: Issue a better message for version compatibility. | Stephen Kelly | 2014-06-05 | 2 | -3/+12 | |
* | | | | | | Merge topic 'no-parse-directory' | Brad King | 2014-06-10 | 4 | -1/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmake: Do not open directories as scripts (#14966) | Brad King | 2014-06-09 | 4 | -1/+6 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge topic 'android-platform' | Brad King | 2014-06-10 | 2 | -0/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add basic Android platform module | Brad King | 2014-06-06 | 2 | -0/+10 | |
* | | | | | | | Merge topic 'vs10-refactor' | Brad King | 2014-06-10 | 5 | -153/+176 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | VS: Factor MS-tool-specific vcxproj settings into helper | Brad King | 2014-06-09 | 2 | -45/+53 | |
| * | | | | | | | VS: Re-order logic to group MS-tool-specific options together | Brad King | 2014-06-09 | 1 | -27/+29 | |
| * | | | | | | | VS: Set some options directly instead of using flag map | Brad King | 2014-06-09 | 1 | -14/+17 | |
| * | | | | | | | VS: Remove always-true condition on compile options block | Brad King | 2014-06-09 | 1 | -36/+32 | |
| * | | | | | | | VS: Refactor internal generator factory logic | Brad King | 2014-06-09 | 3 | -14/+15 | |
| * | | | | | | | VS: Fix vcxproj specification of empty output file extension | Brad King | 2014-06-09 | 1 | -0/+6 | |
| * | | | | | | | VS: Fix vcxproj elements specifying binary output locations | Brad King | 2014-06-09 | 1 | -9/+8 | |
| * | | | | | | | VS: Refactor flag table lookup | Brad King | 2014-06-09 | 2 | -16/+24 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'dev/static-regex' | Brad King | 2014-06-10 | 6 | -25/+19 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmTarget: Remove an unused variable | Ben Boeckel | 2014-06-09 | 1 | -1/+0 | |
| * | | | | | | | regex: Search on strings where possible | Ben Boeckel | 2014-06-09 | 2 | -5/+5 | |
| * | | | | | | | regex: Use static regexs where possible | Ben Boeckel | 2014-06-09 | 5 | -19/+14 | |
| |/ / / / / / | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-06-10 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'FindOpenGL-target' | Brad King | 2014-06-09 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Help: Add notes for topic 'FindOpenGL-target' | Brad King | 2014-06-09 | 1 | -0/+5 | |
* | | | | | | | Merge branch 'release' | Brad King | 2014-06-09 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | Merge branch 'hpux-libarchive-compile' into release | Brad King | 2014-06-09 | 1 | -12/+14 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge topic 'hpux-libarchive-compile' | Brad King | 2014-06-09 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | libarchive: fix compilation on newer HP-UX versions | Rolf Eike Beer | 2014-06-09 | 1 | -12/+14 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'hpux-libarchive-compile' | Brad King | 2014-06-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ |