summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge topic 'ninja-link-order-only-dependencies'Brad King2014-07-021-1/+6
|\ \ \ \
| * | | | Ninja: Add order-only dependencies to link commands (#14728)Ben Boeckel2014-07-011-1/+6
* | | | | Merge topic 'encoding-bugs'Brad King2014-07-022-15/+5
|\ \ \ \ \
| * | | | | Encoding: Replace some system calls with kwsys calls which handle unicode.Clinton Stimpson2014-07-012-15/+5
* | | | | | Merge topic 'libarchive-encoding'Brad King2014-07-022-8/+56
|\ \ \ \ \ \
| * | | | | | Encoding: Fix potential encoding issues with libarchive on Windows.Clinton Stimpson2014-07-022-8/+56
* | | | | | | CMake Nightly Date StampKitware Robot2014-07-021-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge topic 'ninja-no-phony-sources'Brad King2014-07-014-44/+44
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Ninja: Skip generating empty phony rulesAdam Strzelecki2014-06-302-14/+21
| * | | | | Ninja: Don't limit custom cmd side-effects to build folder (#14972)Adam Strzelecki2014-06-301-16/+6
| * | | | | Ninja: Consider only custom commands deps as side-effects (#14972)Adam Strzelecki2014-06-302-14/+17
| | |/ / / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2014-07-011-1/+1
* | | | | Merge topic 'vs14-generator'Brad King2014-06-3011-4/+923
|\ \ \ \ \
| * | | | | VS14: Fix Cl and Link flag tables as previous versionsBrad King2014-06-252-11/+5
| * | | | | VS14: Generate flag tables from MSBuild v140 tool filesBrad King2014-06-255-3/+759
| * | | | | VS14: Add Visual Studio 14 generator (#14982)Brad King2014-06-256-1/+170
* | | | | | CMake Nightly Date StampKitware Robot2014-06-301-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2014-06-291-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2014-06-281-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'bootstrap-cmake-locations'Brad King2014-06-271-1/+6
|\ \ \ \ \
| * | | | | bootstrap: Fix "make test" and "make package" targets (#14989)Brad King2014-06-251-0/+5
| * | | | | bootstrap: Clarify name of configured source directoryBrad King2014-06-251-1/+1
| | |_|/ / | |/| | |
* | | | | Merge topic 'refactor-link-internals'Brad King2014-06-272-168/+160
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | cmTarget: Refactor ComputeLinkImplementationBrad King2014-06-251-17/+20
| * | | | cmTarget: Pre-indent a block in ComputeLinkImplementationBrad King2014-06-251-37/+37
| * | | | cmTarget: Shorten a long line in ComputeLinkImplementationBrad King2014-06-251-3/+2
| * | | | cmTarget: Refactor internal LinkImplementation mapBrad King2014-06-251-31/+24
| * | | | cmTarget: Remove unnecessary 'mutable' markupBrad King2014-06-251-19/+19
| * | | | cmTarget: De-duplicate link interface evaluation for $<LINK_ONLY>Brad King2014-06-251-32/+12
| * | | | cmTarget: Teach GetLinkInterfaceLibraries to support $<LINK_ONLY>Brad King2014-06-252-26/+45
| * | | | cmTarget: De-duplicate link interface genex code for $<LINK_ONLY>Brad King2014-06-251-14/+6
| * | | | cmTarget: Teach ExpandLinkItems how to support $<LINK_ONLY>Brad King2014-06-252-3/+9
* | | | | Merge topic 'stringapi-crash-cleanup'Brad King2014-06-271-2/+2
|\ \ \ \ \
| * | | | | cmCPackGenerator: Avoid crash on undefined CMAKE_MAKE_PROGRAMBrad King2014-06-251-2/+2
* | | | | | Merge topic 'install-messages'Brad King2014-06-2716-35/+199
|\ \ \ \ \ \
| * | | | | | install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761)Brad King2014-06-243-4/+24
| * | | | | | install: Add CMAKE_INSTALL_MESSAGE variable (#13761)Brad King2014-06-246-7/+42
| * | | | | | install: Thread message level setting through internal APIBrad King2014-06-2415-12/+49
| * | | | | | file(INSTALL): Add undocumented options to control output verbosityBrad King2014-06-241-3/+58
| * | | | | | file(INSTALL): Report existing DIRECTORY as Up-to-dateBrad King2014-06-241-1/+2
| * | | | | | file(INSTALL): Do not pre-create DESTINATION for DIRECTORYBrad King2014-06-241-10/+13
| * | | | | | cmInstallTargetGenerator: Drop default constructor argumentsBrad King2014-06-242-9/+22
* | | | | | | CMake Nightly Date StampKitware Robot2014-06-271-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2014-06-261-1/+1
* | | | | | | Merge topic 'refactor-link-internals'Brad King2014-06-2513-403/+442
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | cmTarget: Drop GetDirectLinkLibraries methodsBrad King2014-06-232-47/+27
| * | | | | | cmTarget: Improve HaveBuildTreeRPATH implementationBrad King2014-06-231-3/+6
| * | | | | | cmTarget: Lookup targets in LinkInterface and LinkImplementationBrad King2014-06-238-101/+123
| * | | | | | cmExportFileGenerator: Make SetImportLinkProperty a templateBrad King2014-06-232-5/+7
| * | | | | | cmTarget: Add GetUtilityItems to get target ordering dependenciesBrad King2014-06-233-4/+25