summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge topic 'revert-COMPILER_TARGET-feature'Brad King2013-08-094-21/+0
|\ \ \ \ \
| * | | | | Revert "Add compiler target compile options."Stephen Kelly2013-08-094-21/+0
|/ / / / /
* | | | | CMake Nightly Date StampKitware Robot2013-08-091-1/+1
* | | | | Merge topic 'cmake-syntax'Brad King2013-08-0850-247/+651
|\ \ \ \ \
| * \ \ \ \ Merge branch 'dev/fix-variable-watch-crash' into cmake-syntaxBrad King2013-08-087-86/+156
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | cmListFileLexer: Modify flex output to avoid Borland warningBrad King2013-08-082-24/+25
| * | | | | Warn about unquoted arguments that look like long bracketsBrad King2013-08-085-0/+59
| * | | | | Warn about arguments not separated by whitespaceBrad King2013-08-085-65/+119
| * | | | | cmListFileCache: Convert CMake language parser to classBrad King2013-08-081-69/+97
| * | | | | Add RunCMake.Syntax test cases for command invocation stylesBrad King2013-08-0816-0/+74
| * | | | | cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enumBrad King2013-08-087-26/+38
| * | | | | cmListFileLexer: Split normal and legacy unquoted argumentsBrad King2013-08-082-78/+103
| * | | | | cmListFileLexer: Fix line number after backslash in stringBrad King2013-08-086-148/+246
| * | | | | Add RunCMake.Syntax test to cover argument parsingBrad King2013-08-0819-0/+53
* | | | | | Merge topic 'dev/fix-variable-watch-crash'Brad King2013-08-087-86/+156
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | variable_watch: Add test for watching a variable multiple timesBen Boeckel2013-08-083-0/+14
| * | | | | variable_watch: Check newValue for NULLBen Boeckel2013-08-081-1/+1
| * | | | | variable_watch: Don't share memory for callbacksBen Boeckel2013-08-082-67/+87
| * | | | | variable_watch: Fix a typo in the error messageBen Boeckel2013-08-081-1/+1
| * | | | | variable_watch: Prevent making extra entries in the watch mapBen Boeckel2013-08-081-0/+4
| * | | | | variable_watch: Allow specifying the data to match in RemoveWatchBen Boeckel2013-08-082-3/+8
| * | | | | variable_watch: Match client_data when finding duplicatesBen Boeckel2013-08-082-6/+7
| * | | | | variable_watch: Add a deleter for the client dataBen Boeckel2013-08-082-3/+14
| * | | | | variable_watch: Store client data as pointersBen Boeckel2013-08-082-7/+22
* | | | | | Merge topic 'parallel-memcheck'Brad King2013-08-088-56/+103
|\ \ \ \ \ \
| * | | | | | CTest: create one output file per memcheck (#14303)Rolf Eike Beer2013-08-078-56/+103
* | | | | | | Merge topic 'borland-no-CTestLimitDashJ'Brad King2013-08-081-3/+5
|\ \ \ \ \ \ \
| * | | | | | | Skip CTestLimitDashJ test on BorlandBrad King2013-08-071-3/+5
| |/ / / / / /
* | | | | | | Merge topic 'wince800'Brad King2013-08-083-13/+86
|\ \ \ \ \ \ \
| * | | | | | | VS11: Add support for Windows CE SDKsPatrick Gansterer2013-08-072-12/+81
| * | | | | | | Add support for new Windows CE compilerPatrick Gansterer2013-08-071-1/+5
* | | | | | | | Merge topic 'update-kwsys'Brad King2013-08-0810-145/+648
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-08-0710-145/+648
| |\ \ \ \ \ \ \
| | * | | | | | | KWSys 2013-08-06 (deec6b8a)KWSys Robot2013-08-0710-145/+648
* | | | | | | | | Merge topic 'fix-lexer-include-order'Brad King2013-08-082-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Include cmMakefile.h before cm*Lexer.h to get stdint.h firstBrad King2013-08-072-4/+4
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'cmake-gui-qt5-win'Brad King2013-08-082-5/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmake-gui: Fix build rules for Qt5 on WindowsBrad King2013-08-072-5/+23
| |/ / / / / / / /
* | | | | | | | | CMake Nightly Date StampKitware Robot2013-08-081-1/+1
|/ / / / / / / /
* | | | | | | | Merge topic 'optimize-custom-command-dependencies'Brad King2013-08-074-15/+76
|\ \ \ \ \ \ \ \
| * | | | | | | | Optimize custom command full-path dependency lookupNicolas Despres2013-08-062-1/+65
| * | | | | | | | VS 6,7: Refactor local generators to avoid GetSourceFileWithOutputBrad King2013-08-062-14/+11
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge topic 'osx-no-command-line-tools'Brad King2013-08-073-0/+29
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | OS X: Enable command-line build without tools in PATHBrad King2013-08-063-0/+29
* | | | | | | | CMake Nightly Date StampKitware Robot2013-08-071-1/+1
* | | | | | | | Merge topic 'wince-entrypoint'Brad King2013-08-064-16/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix setting of the entry point symbol for Windows CE (#14088)Patrick Gansterer2013-08-052-10/+13
| * | | | | | | | Improve const-correctness in cmVisualStudioGeneratorOptionsPatrick Gansterer2013-08-052-6/+6
* | | | | | | | | Merge topic 'peheader'Brad King2013-08-062-7/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | WIN: Use COFF file header header for architecture detection (#14083)Patrick Gansterer2013-08-052-7/+29
| |/ / / / / / / /