summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev/fix-variable-watch-crash' into cmake-syntaxBrad 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
* | 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 'ALIAS-targets'Brad King2013-08-0689-18/+739
|\ \
| * | Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-0289-18/+739
* | | CMake Nightly Date StampKitware Robot2013-08-061-1/+1
* | | Merge topic 'osx-find-sdk-for-deployment-target'Brad King2013-08-052-9/+5
|\ \ \
| * | | bootstrap: Do not suppress CMAKE_OSX_SYSROOT if CFLAGS have -isysroot (#14324)Brad King2013-08-021-8/+0
| * | | OS X: Search for SDK based on deployment target (#14324)Brad King2013-08-021-1/+5
| |/ /
* | | CMake Nightly Date StampKitware Robot2013-08-051-1/+1
* | | CMake Nightly Date StampKitware Robot2013-08-041-1/+1
* | | CMake Nightly Date StampKitware Robot2013-08-031-1/+1
| |/ |/|
* | Merge topic 'vs10-include-dir-ampersand'Brad King2013-08-021-1/+1
|\ \
| * | VS10: Escape include paths in XML project files (#14331)Brad King2013-08-011-1/+1
| |/
* | Merge topic 'FindGTK2-pango-libs'Brad King2013-08-021-1/+5
|\ \
| * | FindGTK2: Detect pangoft2 and pangoxft librariesDaniele E. Domenichelli2013-08-011-1/+5
| |/
* | CMake Nightly Date StampKitware Robot2013-08-021-1/+1
|/
* Merge topic 'INCLUDES-DESTINATION-no-config'Brad King2013-08-017-16/+78
|\
| * Export: Process generator expressions from INCLUDES DESTINATION.Stephen Kelly2013-07-316-15/+54
| * cmTarget: Add NAME propertyStephen Kelly2013-07-311-1/+24
* | Merge topic 'FindGTK2-gmodule'Brad King2013-08-011-1/+3
|\ \
| * | FindGTK2: Detect gmodule libraryDaniele E. Domenichelli2013-07-311-0/+3
| * | FindGTK2: gthread-2.0 folder does not existDaniele E. Domenichelli2013-07-311-1/+0
| |/
* | Merge topic 'minor-cleanups'Brad King2013-08-011-2/+1
|\ \
| * | Docs: Fix typo in CMAKE_DEBUG_TARGET_PROPERTIESStephen Kelly2013-07-311-2/+1
| |/
* | Merge topic 'vs-subsystem-order'Brad King2013-08-011-2/+2
|\ \
| * | VS10: Honor user-specified /SUBSYSTEM: flag (#14326)Brad King2013-07-311-2/+2
| |/
* | Merge topic 'target-command-allow-no-items'Brad King2013-08-014-3/+27
|\ \
| * | Allow target commands to be invoked with no items (#14325).Stephen Kelly2013-07-314-3/+27
| |/
* | CMake Nightly Date StampKitware Robot2013-08-011-1/+1
|/
* Merge topic 'update-libarchive'Brad King2013-07-31152-4132/+18206
|\
| * libarchive: Backport to CMake 2.8.2Brad King2013-07-313-223/+12
| * libarchive: Remove build options not used by CMakeBrad King2013-07-311-122/+0
| * libarchive: Avoid struct init with variableBrad King2013-07-311-1/+3