Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | CPack: Fix a typo in documentation | Yury G. Kudryashov | 2013-08-15 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge topic 'rpath-on-mac' | Brad King | 2013-08-26 | 1 | -3/+7 | |
|\ \ \ \ | ||||||
| * | | | | OSX: Allow an empty INSTALL_NAME_DIR to override MACOSX_RPATH. | Clinton Stimpson | 2013-08-22 | 1 | -3/+7 | |
* | | | | | Merge topic 'fix-OLD-CMP0021' | Brad King | 2013-08-26 | 1 | -1/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix OLD behavior of CMP0021. | Stephen Kelly | 2013-08-24 | 1 | -1/+4 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-26 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-25 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-24 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-23 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-22 | 1 | -1/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-21 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-20 | 1 | -1/+1 | |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-19 | 1 | -1/+1 | |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-18 | 1 | -1/+1 | |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-17 | 1 | -1/+1 | |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-16 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | Merge topic 'cmake-syntax' | Brad King | 2013-08-15 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Do not warn about left paren not separated by a space | Brad King | 2013-08-15 | 1 | -1/+1 | |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-15 | 1 | -1/+1 | |
* | | | | Update version introducing CMP0021, CMP0022, and CMP0023 | Brad King | 2013-08-14 | 1 | -3/+3 | |
* | | | | Merge topic 'fix-genex-segfault' | Brad King | 2013-08-14 | 1 | -1/+19 | |
|\ \ \ \ | ||||||
| * | | | | Genex: Fix segfault when parsing ends with parameter expectation. | Stephen Kelly | 2013-08-13 | 1 | -1/+19 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-14 | 1 | -1/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-13 | 1 | -1/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-12 | 1 | -1/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-11 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-10 | 1 | -1/+1 | |
* | | | | Revert "Add compiler target compile options." | Stephen Kelly | 2013-08-09 | 1 | -14/+0 | |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-08-09 | 1 | -1/+1 | |
* | | | | Merge topic 'cmake-syntax' | Brad King | 2013-08-08 | 10 | -247/+458 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'dev/fix-variable-watch-crash' into cmake-syntax | Brad King | 2013-08-08 | 4 | -86/+142 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | cmListFileLexer: Modify flex output to avoid Borland warning | Brad King | 2013-08-08 | 2 | -24/+25 | |
| * | | | | Warn about unquoted arguments that look like long brackets | Brad King | 2013-08-08 | 1 | -0/+21 | |
| * | | | | Warn about arguments not separated by whitespace | Brad King | 2013-08-08 | 4 | -64/+102 | |
| * | | | | cmListFileCache: Convert CMake language parser to class | Brad King | 2013-08-08 | 1 | -69/+97 | |
| * | | | | cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enum | Brad King | 2013-08-08 | 7 | -26/+38 | |
| * | | | | cmListFileLexer: Split normal and legacy unquoted arguments | Brad King | 2013-08-08 | 2 | -78/+103 | |
| * | | | | cmListFileLexer: Fix line number after backslash in string | Brad King | 2013-08-08 | 2 | -148/+234 | |
* | | | | | Merge topic 'dev/fix-variable-watch-crash' | Brad King | 2013-08-08 | 4 | -86/+142 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | variable_watch: Check newValue for NULL | Ben Boeckel | 2013-08-08 | 1 | -1/+1 | |
| * | | | | variable_watch: Don't share memory for callbacks | Ben Boeckel | 2013-08-08 | 2 | -67/+87 | |
| * | | | | variable_watch: Fix a typo in the error message | Ben Boeckel | 2013-08-08 | 1 | -1/+1 | |
| * | | | | variable_watch: Prevent making extra entries in the watch map | Ben Boeckel | 2013-08-08 | 1 | -0/+4 | |
| * | | | | variable_watch: Allow specifying the data to match in RemoveWatch | Ben Boeckel | 2013-08-08 | 2 | -3/+8 | |
| * | | | | variable_watch: Match client_data when finding duplicates | Ben Boeckel | 2013-08-08 | 2 | -6/+7 | |
| * | | | | variable_watch: Add a deleter for the client data | Ben Boeckel | 2013-08-08 | 2 | -3/+14 | |
| * | | | | variable_watch: Store client data as pointers | Ben Boeckel | 2013-08-08 | 2 | -7/+22 | |
* | | | | | Merge topic 'parallel-memcheck' | Brad King | 2013-08-08 | 6 | -43/+87 | |
|\ \ \ \ \ | ||||||
| * | | | | | CTest: create one output file per memcheck (#14303) | Rolf Eike Beer | 2013-08-07 | 6 | -43/+87 | |
* | | | | | | Merge topic 'wince800' | Brad King | 2013-08-08 | 2 | -12/+81 | |
|\ \ \ \ \ \ |