summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Help: Fix some erroneous code block markers in Module docs.Stephen Kelly2014-01-075-43/+19
* | | | | | | CMake Nightly Date StampKitware Robot2014-01-081-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'minor-cleanups'Brad King2014-01-0720-102/+155
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Genex: Add a nullary form for CONFIGStephen Kelly2014-01-076-13/+11
| * | | | | Help: Document the target properties exported to IMPORTED targets.Stephen Kelly2014-01-072-0/+24
| * | | | | CompatibleInterface: Test debugging of not-set property.Stephen Kelly2014-01-072-1/+8
| * | | | | Help: Note that language-specific 'built-ins' are set by the project command.Stephen Kelly2014-01-071-1/+5
| * | | | | Help: Mention CMAKE_DISABLE_FIND_PACKAGE_<PackageName> in package docs.Stephen Kelly2014-01-071-0/+4
| * | | | | Tests: simplify Qt4 target usageStephen Kelly2014-01-071-4/+1
| * | | | | Help: Fix typo: 'target' -> 'target property'Stephen Kelly2014-01-071-3/+3
| * | | | | Test: Remove obsolete commented code.Stephen Kelly2014-01-071-2/+0
| * | | | | Genex: Make EQUAL support upper case binary literalsStephen Kelly2014-01-063-15/+19
| * | | | | Genex: Fix case of methods in the dag checker.Stephen Kelly2014-01-063-9/+9
| * | | | | Genex: Use a preprocessor loop to implement transitive DAG check.Stephen Kelly2014-01-062-32/+29
| * | | | | Genex: List transitive properties and methods as a table, not two lists.Stephen Kelly2014-01-061-10/+12
| * | | | | Add cmHasLiteralSuffix API.Stephen Kelly2014-01-063-12/+30
* | | | | | Merge topic 'doc-cpp-allowed'Brad King2014-01-071-0/+159
|\ \ \ \ \ \
| * | | | | | Help: Document the C++ subset permitted for CMake code.Stephen Kelly2014-01-061-0/+159
| |/ / / / /
* | | | | | Merge topic 'unicode-fstream'Brad King2014-01-0775-228/+292
|\ \ \ \ \ \
| * | | | | | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-0775-228/+292
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'unicode-main'Brad King2014-01-075-14/+44
|\ \ \ \ \ \
| * | | | | | Use Encoding::CommandLineArguments for main() functions.Clinton Stimpson2014-01-045-14/+44
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2014-01-071-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'minor-cleanups'Brad King2014-01-0634-155/+581
|\ \ \ \ \
| * | | | | Don't allow include() of export(EXPORT) file at configure time.Stephen Kelly2014-01-067-3/+37
| * | | | | cmTarget: Fix system include annotation propagation.Stephen Kelly2014-01-066-84/+105
| * | | | | add_library: Disallow invalid signatures for INTERFACE_LIBRARY.Stephen Kelly2014-01-068-5/+215
| * | | | | 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