summaryrefslogtreecommitdiffstats
path: root/Help/prop_gbl
Commit message (Expand)AuthorAgeFilesLines
* Xcode: Control emission of EFFECTIVE_PLATFORM_NAMEGregor Jasny2017-01-201-0/+24
* QtAutogen: Rename autogen target to *_autogen from *_automocSebastian Holtermann2016-12-072-2/+2
* Features: Add infrastructure for C++ 17 language standardBrad King2016-12-021-0/+3
* Features: Add meta-features requesting awareness of a particular standardBrad King2016-11-022-0/+18
* Teach find_library and find_package to search lib32 paths (#11260)Daniel Scharrer2016-06-101-0/+10
* Help: Hyperlink propertiesGregor Jasny2016-04-276-18/+22
* Fix spelling typos in comments and documentation (#16037)Felix Geyer2016-03-291-1/+1
* Help: Refine RULE_LAUNCH_{COMPILE,CUSTOM,LINK} global property docsBrad King2015-08-033-12/+18
* Makefile: Optionally disable target completion messages in build outputMichael Ensslin2015-07-141-0/+20
* Help: Document supported compilers in cmake-compile-features.7Robert Maynard2015-04-072-2/+2
* Help: Document build targets automatically added to console pool.Stephen Kelly2015-02-041-0/+3
* Help: Link relevant documents for virtual override features (#15311)Stephen Kelly2015-01-191-2/+7
* Help: Fix typo in CMAKE_CXX_KNOWN_FEATURES docsDavid Demelier2014-12-031-1/+1
* Help: Add missing external link marker.Stephen Kelly2014-06-051-1/+1
* Merge topic 'cxx14-features'Brad King2014-05-291-0/+55
|\
| * Features: Add support for C++14 features.Stephen Kelly2014-05-221-0/+55
* | Help: Add a manual for compiler feature control.Stephen Kelly2014-05-272-2/+5
|/
* Features: Extend concept to C language.Stephen Kelly2014-05-141-0/+25
* Fix whitespace in docs.Stephen Kelly2014-05-071-1/+1
* Features: Make CMAKE_CXX_KNOWN_FEATURES a property.Stephen Kelly2014-05-021-0/+241
* Help: Reformat Qt autogenerator documentation.Stephen Kelly2014-01-042-7/+9
* Ninja: job pool support for compiling and linkingPeter Kümmel2013-11-251-0/+20
* eclipse: Support custom natures via a global propertyBen Boeckel2013-11-191-0/+8
* Add the AUTOGEN_TARGETS_FOLDER and obsolete AUTOMOC_TARGETS_FOLDER.Stephen Kelly2013-10-242-0/+10
* Help: Fix reStructuredText syntax in auto-generated documentsBrad King2013-10-151-1/+1
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-1522-0/+207
class='column2'>| | This will allow project code to recover the directory information about where a target was created. * Merge topic 'doc-CMakeExpandImportedTargets-deprecated'Brad King2015-07-211-0/+5 |\ | | | | | | | | dec8d1cc Help: Add notes for topic 'doc-CMakeExpandImportedTargets-deprecated' | * Help: Add notes for topic 'doc-CMakeExpandImportedTargets-deprecated'Brad King2015-07-211-0/+5 | | * | cmMakefile: Remove special handling of INCLUDE_REGULAR_EXPRESSION.Stephen Kelly2015-07-181-2/+3 |/ | | | | | It costs an extra cmMakefile member and extra code to maintain in directory property handling. Remove documentation note that it is read-only and specify high-level command to populate it. * Merge topic 'ctest-change-id'Brad King2015-07-172-0/+10 |\ | | | | | | | | 601ff0ec CTest: Optionally add a ChangeId attribute on XML Site tags | * CTest: Optionally add a ChangeId attribute on XML Site tagsZack Galbreath2015-07-172-0/+10 | | | | | | | | | | | | | | Add variable CTEST_CHANGE_ID to configure the setting. This allows CTest clients to give CDash information about what change is being tested so that CDash can take actions to report the results (e.g. to a pull request page). * | Merge topic 'makefile-target-messages'Brad King2015-07-153-0/+27 |\ \ | | | | | | | | | | | | | | | | | | f0cad193 Tests: Add test for TARGET_MESSAGES global property 1d398478 Makefile: Optionally disable target completion messages in build output d560b46f CMakeGenericSystem: Recognize Watcom WMake generator as Makefile generator | * | Makefile: Optionally disable target completion messages in build outputMichael Ensslin2015-07-143-0/+27 | |/ | | | | | | | | | | Add a TARGET_MESSAGES property to control whether Makefile targets print the "Built target " completion messages. Default to ON to preserve existing behavior. * | Merge topic 'vs-nsight-tegra-attributes'Brad King2015-07-1532-3/+286 |\ \ | | | | | | | | | | | | 8c0afaf4 VS: Add more Nsight Tegra generator Android property settings | * | VS: Add more Nsight Tegra generator Android property settingsMikhail Filimonov2015-07-1432-3/+286 | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend the Nsight Tegra project generator to add bunch of properties with the backing variables to fine-tune the generated projects. Add target properties that map to all "Configuration" PropertyGroups for each configuration: * ANDROID_ARCH * ANDROID_STL_TYPE Add target properties that map to the AntBuild section of vcxproj files: * ANDROID_ANT_ADDITIONAL_OPTIONS * ANDROID_ASSETS_DIRECTORIES * ANDROID_JAR_DEPENDENCIES * ANDROID_JAR_DIRECTORIES * ANDROID_JAVA_SOURCE_DIR * ANDROID_NATIVE_LIB_DEPENDENCIES * ANDROID_NATIVE_LIB_DIRECTORIES * ANDROID_PROCESS_MAX * ANDROID_PROGUARD * ANDROID_PROGUARD_CONFIG_PATH * ANDROID_SECURE_PROPS_PATH * ANDROID_SKIP_ANT_STEP Reviewed-by: Dmitry Polyanitsa <dpolyanitsa@nvidia.com> * | Merge topic 'doc-apple-framework-creation'Brad King2015-07-155-1/+27 |\ \ | | | | | | | | | | | | eb8eaaec Help: Document Apple Framework creation with an example (#15651) | * | Help: Document Apple Framework creation with an example (#15651)Brad King2015-07-145-1/+27 | |/ * | Help: Link to cmake-properties.7 manual from set_target_properties docsBrad King2015-07-141-94/+3 | | | | | | | | | | | | Drop the partial documentation of properties from the command documentation and reference the main properties manual instead. Otherwise readers may not realize there are many more properties. * | Help: Link to cmake-properties.7 manual from set_property docsBrad King2015-07-141-0/+3 |/ * Merge topic 'OUTPUT_NAME-genex'Brad King2015-07-104-3/+23 |\ | | | | | | | | | | 809159c9 Add generator expression support to OUTPUT_NAME target property 9a1ef0dc Help: Improve OUTPUT_NAME documentation formatting | * Add generator expression support to OUTPUT_NAME target propertyRobert Goulet2015-07-092-0/+8 | | | * Help: Improve OUTPUT_NAME documentation formattingBrad King2015-07-093-3/+15 | | | | | | | | Also link to its variants. * | Help: Add notes for topic 'FindIce-imported-targets'Brad King2015-07-091-0/+4 |/ * Merge topic 'string-append'Brad King2015-07-082-0/+7 |\ | | | | | | | | 2b18cdca string: add APPEND subcommand | * string: add APPEND subcommandDaniel Pfeifer2015-07-072-0/+7 | | * | Merge topic 'add-apple-swift-language'Brad King2015-07-081-0/+9 |\ \ | | | | | | | | | | | | bf112531 Add rudimentary support for the Apple Swift language with Xcode | * | Add rudimentary support for the Apple Swift language with XcodeBrad King2015-07-061-0/+9 | |/ | | | | | | | | | | | | Allow the `Swift` language to be enabled with the Xcode generator for Xcode >= 6.1. Reject it on other generators and with older Xcode versions. Since Apple is the only vendor implementing the language right now, the compiler id can be just `Apple`. * | Merge topic 'auto_export_dll_symbols'Brad King2015-07-085-0/+32 |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8f86407c Windows: Optionally generate DLL module definition files automatically 069aa93b bindexplib: Add support for "/bigobj" format objects 61bbbdcf bindexplib: Fix treatment of some symbols de70c922 bindexplib: Teach DumpFile to return errors 8ea69dfe bindexplib: Build source as part of CMakeLib 2963cb2a bindexplib: Wrap long lines 4ff09893 bindexplib: Drop code that CMake does not need 7de8276c bindexplib: Add copyright/license notice block 65086ad7 bindexplib: Import original implementation from CERN | * | Windows: Optionally generate DLL module definition files automaticallyBill Hoffman2015-07-065-0/+32 | | | | | | | | | | | | | | | | | | | | | Create target property WINDOWS_EXPORT_ALL_SYMBOLS to automatically generate a module definition file from MS-compatible .obj files and give it to the linker in order to export all symbols from the .dll part of a SHARED library. * | | ExternalProject: Added new USES_TERMINAL optionsJames Johnston2015-07-061-0/+7 | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new USES_TERMINAL option to the ExternalProject_Add_Step function. This option passes USES_TERMINAL to the underlying add_custom_command call so that the Ninja console pool is used. Also, corresponding new USES_TERMINAL_<step> options were added to the ExternalProject_Add function. Justification: if using Ninja with a CMake superbuild, it's often desirable to limit the superbuild to ONE sub-Ninja process at a time to avoid oversubscribing the CPU. Using the console pool also makes it easy to monitor the progress of the sub-Ninja process. Independent USES_TERMINAL_<step> arguments are passed to ExternalProject_Add instead of one USES_TERMINAL argument that controls everything. Users may wish to run some steps in parallel but not others (e.g. parallelize configure but not build). * | Merge topic 'ctest-test-load'Brad King2015-07-02