summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-0244-138/+492
* cmGeneratorTarget: Don't add computed sources to the target.Stephen Kelly2014-04-021-1/+5
* cmComputeTargetDepends: Use valid config to compute target depends.Stephen Kelly2014-04-021-17/+4
* cmGeneratorTarget: Compute target objects on demandStephen Kelly2014-04-025-56/+30
* cmTarget: Compute languages from object libraries on demand.Stephen Kelly2014-04-022-25/+47
* cmGeneratorTarget: Compute consumed object libraries on demand.Stephen Kelly2014-04-025-57/+27
* cmComputeTargetDepends: Track object library depends.Stephen Kelly2014-04-022-1/+29
* cmTarget: Allow any generator expression in SOURCES property.Stephen Kelly2014-04-0212-47/+80
* cmTarget: Include TARGET_OBJECTS genex in target SOURCES property.Stephen Kelly2014-04-0219-11/+160
* cmGlobalGenerator: Add interface to call ForceLinkerLanguagesStephen Kelly2014-03-313-1/+9
* cmStringCommand: Add GENEX_STRIP subcommand.Stephen Kelly2014-03-315-0/+43
* Genex: Evaluate TARGET_OBJECTS as a normal expression.Stephen Kelly2014-03-3119-0/+200
* cmTarget: Store strings instead of cmSourceFile* to represent SOURCES.Stephen Kelly2014-03-312-42/+135
* cmSourceFileLocation: Collapse full path for directory comparisons.Stephen Kelly2014-03-314-0/+21
* cmSourceFileLocation: Remove unused Update method.Stephen Kelly2014-03-312-26/+0
* cmTarget: Remove AddSourceFile methodStephen Kelly2014-03-312-12/+5
* cmTarget: Use string API to add sources to cmTarget objects.Stephen Kelly2014-03-318-23/+21
* cmTarget: Add a method to obtain list of filenames for sources.Stephen Kelly2014-03-313-12/+27
* cmSourceFileLocation: Make copyable and assignable.Stephen Kelly2014-03-312-0/+44
* cmTarget: Rename AddSource method for backward compatibility.Stephen Kelly2014-03-314-5/+11
* cmTarget: Use GetSourceFiles for languages.Stephen Kelly2014-03-311-1/+3
* cmGeneratorTarget: Compute the object directory early.Stephen Kelly2014-03-311-1/+1
* CMake Nightly Date StampKitware Robot2014-03-311-1/+1
* CMake Nightly Date StampKitware Robot2014-03-301-1/+1
* CMake Nightly Date StampKitware Robot2014-03-291-1/+1
* CMake Nightly Date StampKitware Robot2014-03-281-1/+1
* Merge topic 'osx-CFBundle-info-plist'Brad King2014-03-271-1/+1
|\
| * OS X: Fix Info.plist placement in a CFBundleTim Blechmann2014-03-261-1/+1
* | Merge topic 'threads-cleanup'Brad King2014-03-271-17/+16
|\ \
| * | FindThreads: simplify checking for SunOSRolf Eike Beer2014-03-251-1/+1
| * | FindThreads: avoid useless checks if a thread library is already foundRolf Eike Beer2014-03-251-16/+15
| * | FindThreads: replace MATCHES with STREQUALRolf Eike Beer2014-03-251-1/+1
* | | Merge topic 'suppress-diagnostic-context-note-warnings'Brad King2014-03-271-0/+1
|\ \ \
| * | | CTestCustom: Suppress "note: in expansion of macro" diagnostic contextBrad King2014-03-261-0/+1
* | | | Merge topic 'fix-CTestTestMemcheck-xcode2-missing-dirs'Brad King2014-03-272-14/+21
|\ \ \ \
| * | | | Tests/CTestTestMemcheck: Help Xcode 2.x create output dirsBrad King2014-03-262-14/+21
* | | | | CMake Nightly Date StampKitware Robot2014-03-271-1/+1
| |/ / / |/| | |
* | | | Merge topic 'fix-Qt-manual-typo'Brad King2014-03-261-1/+1
|\ \ \ \
| * | | | Help: Fix typo in cmake-qt manual.Stephen Kelly2014-03-261-1/+1
* | | | | Merge topic 'dev/find-boost-graph_parallel'Brad King2014-03-261-1/+2
|\ \ \ \ \
| * | | | | FindBoost: Search next to MPI libs for graph_parallel (#14832)Ben Boeckel2014-03-251-1/+2
| | |_|/ / | |/| | |
* | | | | Merge topic 'fix-Qt-Autogen'Brad King2014-03-268-7/+84
|\ \ \ \ \
| * | | | | QtAutogen: Fix use of multiple ui files in a single target.Stephen Kelly2014-03-256-6/+74
| * | | | | QtAutogen: Use the basename for resource files.Stephen Kelly2014-03-254-1/+10
| | |/ / / | |/| | |
* | | | | Merge topic 'simplify-empty-LDFLAGS'Brad King2014-03-261-6/+12
|\ \ \ \ \
| * | | | | Avoid trailing space in CMAKE_*_LINKER_FLAGS when LDFLAGS is emptyJiri Malak2014-03-241-6/+12
* | | | | | Merge topic 'FindPkgConfig-stop-on-missing'Brad King2014-03-261-1/+1
|\ \ \ \ \ \
| * | | | | | FindPkgConfig: Stop processing when REQUIRED package not found (#14381)Christoph GrĂ¼ninger2014-03-241-1/+1
| |/ / / / /
* | | | | | Merge topic 'dev/custom-ninja-deptypes'Brad King2014-03-262-0/+10
|\ \ \ \ \ \
| * | | | | | ninja: Add support for custom depfile formatsBen Boeckel2014-03-242-0/+10