summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | cmGlobalUnixMakefileGenerator3: Implement progress in terms of cmState.Stephen Kelly2015-08-241-3/+6
| * | | | cmGlobalUnixMakefileGenerator3: Inline an IsExcluded call.Stephen Kelly2015-08-241-1/+9
| * | | | cmGlobalGenerator: Extract new IsExcluded overload.Stephen Kelly2015-08-242-6/+16
| * | | | cmGlobalGenerator: Implement IsExcluded in terms of cmState::Snapshot.Stephen Kelly2015-08-241-5/+6
| * | | | cmState: Make Snapshot EqualityComparable.Stephen Kelly2015-08-242-0/+17
| * | | | cmGlobalGenerator: Convert IsExcluded to loop.Stephen Kelly2015-08-241-18/+14
| * | | | cmGlobalGenerator: Refactor IsExcluded.Stephen Kelly2015-08-241-2/+10
| * | | | cmGlobalGenerator: Don't use else after return.Stephen Kelly2015-08-241-6/+3
| |/ / /
* | | | Merge topic 'FindJNI-suse-and-ibm'Brad King2015-08-271-0/+8
|\ \ \ \
| * | | | FindJNI: Add support for SuSE platform and IBM Java SDKMarc Chevrier2015-08-251-0/+8
* | | | | Merge topic 'apple-tbd-stubs'Brad King2015-08-275-1/+28
|\ \ \ \ \
| * | | | | Darwin: Add support for tbd library stub filesGregor Jasny2015-08-245-1/+28
* | | | | | Merge topic 'java-updates'Brad King2015-08-277-0/+244
|\ \ \ \ \ \
| * | | | | | UseJava: Add support for javah toolMarc Chevrier2015-08-217-0/+244
* | | | | | | CMake Nightly Date StampKitware Robot2015-08-271-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2015-08-261-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'consistent-empty'Brad King2015-08-2519-41/+41
|\ \ \ \ \
| * | | | | Replace '0 == instances.size()' with instances.empty().Stephen Kelly2015-08-241-1/+1
| * | | | | Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-08-2413-24/+24
| * | | | | Replace 'foo.size() != 0' pattern with !foo.empty().Stephen Kelly2015-08-241-1/+1
| * | | | | Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-08-248-12/+12
| * | | | | Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-08-243-3/+3
| | |/ / / | |/| | |
* | | | | Merge topic 'libarchive-modern-apis'Brad King2015-08-252-16/+16
|\ \ \ \ \
| * | | | | Use modern libarchive APIsPáder Rezső2015-08-242-16/+16
* | | | | | Merge topic 'fphsa-typo'Brad King2015-08-251-1/+1
|\ \ \ \ \ \
| * | | | | | FPHSA: fix typo in documentationRolf Eike Beer2015-08-241-1/+1
| |/ / / / /
* | | | | | Merge topic 'fix-load-command-doc-classification'Brad King2015-08-251-1/+1
|\ \ \ \ \ \
| * | | | | | Help: Fix classification of load_command in command TOC.James Johnston2015-08-241-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'FindJNI-linux-x32'Brad King2015-08-251-0/+4
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | FindJNI: Add support for x32 architecture on Linux (#15710)Thorsten Glaser2015-08-241-0/+4
| | |/ / / | |/| | |
* | | | | Merge topic 'cmState-prop_dir'Brad King2015-08-254-138/+180
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | cmState: Move directory Properties from cmMakefile.Stephen Kelly2015-08-244-142/+180
| * | | | cmMakefile: Inline GetDefinitions into GetProperty.Stephen Kelly2015-08-241-1/+5
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2015-08-251-1/+1
| |/ / |/| |
* | | Merge topic 'drop-cmsys-std-layer'Brad King2015-08-2418-76/+56
|\ \ \ | |/ / |/| |
| * | Remove use of include <cmsys/IOStream.hxx> from KWSysBrad King2015-08-211-8/+0
| * | Remove use of include <cmsys/stl/*> and cmsys_stl::*Brad King2015-08-205-7/+2
| * | Remove use of include <cmsys/ios/*> and cmsys_ios::*Brad King2015-08-2014-61/+54
* | | Merge topic 'cmState-definitions'Brad King2015-08-245-125/+185
|\ \ \
| * | | cmState: Host variable definitions.Stephen Kelly2015-08-233-148/+126
| * | | cmState: Add a VariableScope snapshot type.Stephen Kelly2015-08-233-1/+38
| * | | cmState: Add a Base snapshot type.Stephen Kelly2015-08-232-2/+4
| * | | cmMakefile: Decouple the container of cmDefinitions from scoping logic.Stephen Kelly2015-08-231-24/+56
| * | | cmDefinitions: Implement in terms of cmLinkedTree.Stephen Kelly2015-08-233-33/+39
| * | | cmMakefile: Extract InitializeVarScope method.Stephen Kelly2015-08-231-1/+6
* | | | Merge topic 'ios-app-bundle-layout'Brad King2015-08-246-10/+116
|\ \ \ \
| * | | | Fix iOS Bundle layouts (#15669)Gregor Jasny2015-08-246-10/+116
* | | | | Merge topic 'remove-unused-cmPolicies'Brad King2015-08-242-4/+0
|\ \ \ \ \
| * | | | | cmake: Remove unused cmPolicies member.Stephen Kelly2015-08-232-4/+0
| | |/ / / | |/| | |
* | | | | Merge topic 'refactor-progress'Brad King2015-08-247-50/+71
|\ \ \ \ \