summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev/fix-variable-watch-crash' into cmake-syntaxBrad King2013-08-084-86/+142
|\
| * 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-081-0/+21
* | Warn about arguments not separated by whitespaceBrad King2013-08-084-64/+102
* | cmListFileCache: Convert CMake language parser to classBrad King2013-08-081-69/+97
* | 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-082-148/+234
* | Merge topic 'ALIAS-targets'Brad King2013-08-0619-15/+353
|\ \
| * | Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-0219-15/+353
* | | CMake Nightly Date StampKitware Robot2013-08-061-1/+1
* | | 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
| |/
* | CMake Nightly Date StampKitware Robot2013-08-021-1/+1
|/
* Merge topic 'INCLUDES-DESTINATION-no-config'Brad King2013-08-012-4/+49
|\
| * Export: Process generator expressions from INCLUDES DESTINATION.Stephen Kelly2013-07-311-3/+25
| * cmTarget: Add NAME propertyStephen Kelly2013-07-311-1/+24
* | 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-011-3/+3
|\ \
| * | Allow target commands to be invoked with no items (#14325).Stephen Kelly2013-07-311-3/+3
| |/
* | CMake Nightly Date StampKitware Robot2013-08-011-1/+1
|/
* Merge topic 'static_library_flags'Brad King2013-07-318-98/+158
|\
| * VS6: Add handling of CMAKE_*_LINKER_FLAGS_<CONFIG> variablesPatrick Gansterer2013-07-311-6/+30
| * Add documentation for the missing CMAKE_*_LINKER_FLAGS_* variablesPatrick Gansterer2013-07-311-0/+43
| * Add support for CMAKE_STATIC_LINKER_FLAGSPatrick Gansterer2013-07-312-32/+40
| * Unify the way the flags of a static library are readPatrick Gansterer2013-07-316-60/+45
* | Merge topic '13582_configured_file_regeneration'Brad King2013-07-311-1/+5
|\ \
| * | cmMakefile: Do not track configured files known to be temporaryBrad King2013-07-301-1/+5
* | | Merge topic 'install-interface-includes'Brad King2013-07-311-7/+0
|\ \ \
| * | | install: Remove error condition using INCLUDES DESTINATION without EXPORT.Stephen Kelly2013-07-291-7/+0
* | | | Merge topic 'passthru'Brad King2013-07-313-5/+15
|\ \ \ \
| * | | | Add option to use stdout/stderr of original terminal in cmake --buildPatrick Gansterer2013-07-293-5/+15
* | | | | CMake Nightly Date StampKitware Robot2013-07-311-1/+1
* | | | | CMake Nightly Date StampKitware Robot2013-07-301-1/+1
* | | | | Merge topic 'fix-export-includes-crash'Brad King2013-07-291-1/+1
|\ \ \ \ \
| * | | | | Fix crash on export of target with empty INTERFACE_INCLUDE_DIRECTORIES.Stephen Kelly2013-07-291-1/+1