summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmTarget: Move a variable initialization closer to where it is used.Stephen Kelly2014-01-061-3/+1
* Undefine local preprocessor loop variables.Stephen Kelly2014-01-064-1/+9
* Genex: Reform error-checking for nullary/unary expressions.Stephen Kelly2014-01-061-29/+10
* cmTarget: Remove some of the INTERFACE_LIBRARY whitelisted properties.Stephen Kelly2014-01-062-9/+10
* cmTarget: INTERFACE_LIBRARY is always EXCLUDE_FROM_ALL.Stephen Kelly2014-01-061-1/+2
* export: Rename some variables to reflect content type.Stephen Kelly2014-01-062-10/+10
* cmTarget: Enable convenient include dir handling for INTERFACE_LIBRARY.Stephen Kelly2014-01-066-3/+27
* cmTarget: Remove dead code.Stephen Kelly2014-01-061-1/+0
* Genex: Add EQUAL expression.Stephen Kelly2014-01-065-2/+135
* cmTarget: Use strtol for numeric parsing.Stephen Kelly2014-01-063-6/+22
* Merge topic 'minor-cleanups'Brad King2014-01-0652-268/+433
|\
| * cmTarget: Remove support for <CONFIG>_LOCATION property.Stephen Kelly2014-01-041-19/+0
| * cmTarget: Test impliedByUse number-compatible properties.Stephen Kelly2014-01-044-0/+15
| * cmTarget: Don't repeat property origin debug information.Stephen Kelly2014-01-043-8/+15
| * cmTarget: Fix debug report for interface-set compatibility types.Stephen Kelly2014-01-043-32/+76
| * cmTarget: Fix reporting interface-set properties which are FALSE.Stephen Kelly2014-01-043-2/+11
| * Qt Tests: Remove commented and unneeded line.Stephen Kelly2014-01-041-1/+0
| * cmTarget: Fix the property compatibility error messageStephen Kelly2014-01-047-4/+23
| * Help: Reformat Qt autogenerator documentation.Stephen Kelly2014-01-0418-81/+81
| * Help: Mark some code blocks as containing cmake code.Stephen Kelly2014-01-043-8/+24
| * GenerateExportHeader: Reformat docs.Stephen Kelly2014-01-041-64/+51
| * cmTarget: Don't update IMPORTED target compilation propertiesStephen Kelly2014-01-045-24/+47
| * Run the add_compile_options command unit test.Stephen Kelly2014-01-041-0/+1
| * get_property: Fix testing ALIASED_TARGET target property (#14670)Stephen Kelly2014-01-042-1/+23
| * install: Ensure that install(TARGETS) works with no DESTINATIONStephen Kelly2014-01-041-1/+4
| * export: Only generate and install configuration files if needed.Stephen Kelly2014-01-041-6/+15
| * Help: Workaround pygments reporting an error for genexes.Stephen Kelly2014-01-041-0/+10
| * Help: Remove workaround for pre-CMake 2.8.4 code.Stephen Kelly2014-01-041-2/+1
| * cmTarget: Rename container holding link implementation objects.Stephen Kelly2014-01-041-14/+14
| * install: Rename variable referencing cmake version.Stephen Kelly2014-01-041-3/+3
| * Style: Use this-> when invoking member function.Stephen Kelly2014-01-041-1/+1
| * add_dependencies: Disallow use with INTERFACE_LIBRARY.Stephen Kelly2014-01-045-0/+21
* | Merge topic 'cmake-buildsystem-manual'Brad King2014-01-062-0/+795
|\ \
| * | Help: Add cmake-buildsystem.7 manualStephen Kelly2014-01-062-0/+795
* | | Merge topic 'fix-text-typos'Brad King2014-01-064-5/+5
|\ \ \
| * | | Fix wording of "the the" typos throughout textRuslan Baratov2014-01-034-5/+5
* | | | Merge topic 'update-kwsys'Brad King2014-01-061-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-01-031-0/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | KWSys 2014-01-02 (606d7d6f)KWSys Robot2014-01-031-0/+1
* | | | | Merge topic 'EclipseUse64bitMachOParser'Brad King2014-01-062-1/+6
|\ \ \ \ \
| * | | | | Eclipse: use MachO64 parser starting with Helios (#14380)Alex Neundorf2014-01-012-1/+6
* | | | | | CMake Nightly Date StampKitware Robot2014-01-061-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2014-01-051-1/+1
| |_|_|_|/ |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2014-01-041-1/+1
| |/ / / |/| | |
* | | | CMake Nightly Date StampKitware Robot2014-01-031-1/+1
* | | | Merge topic 'export-EXPORT-subcommand'Brad King2014-01-0218-88/+237
|\ \ \ \
| * | | | Help: Document export(EXPORT) in the cmake-packages manual.Stephen Kelly2013-12-241-2/+20
| * | | | Don't copy find_dependency in configure_package_config_file.Stephen Kelly2013-12-242-11/+4
| * | | | Help: cmake-packages: Add missing slash.Stephen Kelly2013-12-241-1/+1
| * | | | export: Implement EXPORT subcommand (#9822)Stephen Kelly2013-12-2416-74/+212