summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'minor-cleanups'Brad King2014-05-121-0/+1
|\
| * Makefile: Undef FEATURE_STRING iteration define after use.Stephen Kelly2014-05-101-0/+1
* | Merge topic 'ninja-intel-linux'Brad King2014-05-121-2/+4
|\ \
| * | Ninja: Fix deptype for Intel compiler on LinuxBrad King2014-05-091-2/+4
| * | Merge branch 'vs-fix-MANIFESTUAC' into releaseBrad King2014-05-073-12/+3
| |\ \
| * \ \ Merge branch 'desktop-icon' into releaseBrad King2014-05-071-1/+1
| |\ \ \
* | \ \ \ Merge topic 'target-property-policy-context'Brad King2014-05-124-23/+23
|\ \ \ \ \
| * | | | | cmTarget: Evaluate CMP0026 and CMP0051 in calling contextBrad King2014-05-094-12/+21
| * | | | | cmTarget: Drop unused GetProperty signatureBrad King2014-05-092-12/+3
* | | | | | Merge topic 'osx-package-DragNDrop'Brad King2014-05-124-16/+0
|\ \ \ \ \ \
| * | | | | | OS X: Package with DragNDrop instead of PackageMakerBrad King2014-05-084-16/+0
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2014-05-121-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2014-05-111-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2014-05-101-1/+1
| |_|_|_|/ |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2014-05-091-1/+1
|/ / / /
* | | | EVIS: Reimplement using custom parsing codeBen Boeckel2014-05-082-17/+469
* | | | EVIS: Add policy CMP0053Ben Boeckel2014-05-082-0/+7
* | | | Merge topic 'vs-fix-MANIFESTUAC'Brad King2014-05-083-12/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | VS: Fix /MANIFESTUAC:NO linker option mappingEric Berge2014-05-073-12/+3
* | | | Merge topic 'ctest-bad-generator'Brad King2014-05-081-0/+9
|\ \ \ \ | | |/ / | |/| |
| * | | ctest_build: Do not crash on bad generator nameBrad King2014-05-071-0/+9
| |/ /
* | | Merge topic 'minor-cleanups'Brad King2014-05-081-2/+2
|\ \ \
| * | | Features: Include the language of the compiler in error messages.Stephen Kelly2014-05-071-2/+2
* | | | Merge topic 'decay-language-version'Brad King2014-05-082-6/+61
|\ \ \ \
| * | | | cmTarget: Add CXX_STANDARD_REQUIRED to control decay.Stephen Kelly2014-05-072-0/+21
| * | | | Features: Decay language flag if requested is not available.Stephen Kelly2014-05-071-7/+41
| |/ / /
* | | | Merge topic 'desktop-icon'Brad King2014-05-081-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | cmake-gui: Fix desktop file icon configurationJohannes Huber2014-05-071-1/+1
| | |/ | |/|
| * | KWSys SystemInformation: Include backtrace APIs whenever we use themBrad King2014-05-061-28/+15
* | | CMake Nightly Date StampKitware Robot2014-05-081-1/+1
* | | Merge topic 'dev/source-file-performance'Brad King2014-05-074-51/+56
|\ \ \
| * | | cmSourceFile: Take a stringBen Boeckel2014-04-291-1/+1
| * | | perf: Cache the language property stringBen Boeckel2014-04-292-2/+6
| * | | cmSourceFile: Cache the isUiFile checkBen Boeckel2014-04-292-3/+4
| * | | cmSourceFileLocation: Return a string referenceBen Boeckel2014-04-291-1/+1
| * | | cmSourceFileLocation: Save some string copiesBen Boeckel2014-04-291-6/+6
| * | | cmSourceFileLocation: Simplify logic in MatchesBen Boeckel2014-04-291-36/+35
| * | | cmSourceFileLocation: Avoid string allocation in extension checkingBen Boeckel2014-04-291-2/+3
* | | | Merge topic 'dev/regex-variables'Brad King2014-05-075-42/+62
|\ \ \ \
| * | | | StoreMatches: Minor cleanupsBen Boeckel2014-04-291-3/+3
| * | | | ClearMatches: Store match variable names staticallyBen Boeckel2014-04-291-11/+20
| * | | | ClearMatches: Only clear matches which were actually setBen Boeckel2014-04-295-42/+53
| |/ / /
* | | | Merge topic 'dev/hashmap-for-targets'Brad King2014-05-076-15/+26
|\ \ \ \
| * | | | cmGlobalGenerator: Store targets in hash mapsBen Boeckel2014-05-074-10/+17
| * | | | cmMakefile: Use a hashmap for imported targetsBen Boeckel2014-05-072-5/+9
* | | | | Merge topic 'dev/refactor-source-depends-in-ninja'Brad King2014-05-0712-59/+100
|\ \ \ \ \
| * | | | | ninja: Factor out custom command order-only dependsBen Boeckel2014-05-071-14/+15
| * | | | | ninja: Factor out target-level order-only dependenciesBen Boeckel2014-05-072-5/+26
| * | | | | LocalGenerator: Add a string overload for AppendFlagsBen Boeckel2014-05-078-20/+38
| * | | | | ninja: Don't use a stringstream to build an argument listBen Boeckel2014-05-021-14/+14