- Jul 18, 2015
-
-
Stephen Kelly authored
Move Directory-scoped state accessors to it. This will be expanded with directory property state soon.
-
Stephen Kelly authored
-
Kitware Robot authored
-
- Jul 17, 2015
-
-
601ff0ec CTest: Optionally add a ChangeId attribute on XML Site tags
-
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).
-
Kitware Robot authored
-
- Jul 16, 2015
-
-
Kitware Robot authored
-
- Jul 15, 2015
-
-
Component version of CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA variable.
-
We compute _local_component_name the first time we check for CPACK_DEB_PACKAGE_COMPONENT so we can just re-use it later.
-
Add verifyDebControl helper function for checking of package control files such as preinstall scripts.
-
Package file names that are found during validation should be preserved in FOUND_FILE_${NO} variables that can be later used in custom VerifyResult scripts.
-
Brad King authored
-
8c0afaf4 VS: Add more Nsight Tegra generator Android property settings
-
606b29d4 Add EUROS RTOS platform description file
-
eb8eaaec Help: Document Apple Framework creation with an example (#15651)
-
Kitware Robot authored
-
- Jul 14, 2015
-
-
Brad King authored
-
Brad King authored
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.
-
Brad King authored
-
Add a basic platform module for EUROS RTOS (euros-embedded.com). Co-Author: Gerhard Gappmeier <gerhard.gappmeier@ascolab.com>
-
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>
-
Brad King authored
-
Add a TARGET_MESSAGES property to control whether Makefile targets print the "Built target " completion messages. Default to ON to preserve existing behavior.
-
Brad King authored
-
e6cf1c48 ctest_coverage: Always do coverage for CTEST_EXTRA_COVERAGE_GLOB
-
38ddabb1 FindXercesC: Also search for xerces-c_2 (#15648)
-
80d75246 cmNinjaTargetGenerator: Restore addition of Fortran format flags
-
Brad King authored
Move failure cases from the CMake.{If,List,While,GetProperty} tests over to the RunCMake.{if,list,while,get_property} tests to use the more modern infrastructure. This also avoids using REGEX_ESCAPE_STRING to try to regex-match full paths.
-
Brad King authored
Subsume the CTestTestConfigFileInBuildDir test cases into the RunCMake.ctest_start test as new cases to avoid infrastructure duplication. This also avoids using REGEX_ESCAPE_STRING to try to regex-match full paths.
-
Kitware Robot authored
-
- Jul 13, 2015
-
-
Do not ignore a coverage request if CTEST_EXTRA_COVERAGE_GLOB was specified. Prior to this change, if no lines of code were covered by any tests then CTest would neglect to generate a Coverage.xml file. This change allows us to report uncovered files for a project with no tests.
-
Brad King authored
-
Brad King authored
Teach the Makefile and Ninja generators to substitute for an <INCLUDES> placeholder instead of putting -I in <FLAGS>. Update our values for CMAKE_<LANG>_COMPILE_OBJECT, CMAKE_<LANG>_CREATE_ASSEMBLY_SOURCE, and CMAKE_<LANG>_CREATE_PREPROCESSED_SOURCE to place <INCLUDES> just before <FLAGS>.
-
Brad King authored
Update our values for CMAKE_<LANG>_COMPILE_OBJECT, CMAKE_<LANG>_CREATE_ASSEMBLY_SOURCE, and CMAKE_<LANG>_CREATE_PREPROCESSED_SOURCE to place <DEFINES> before <FLAGS> consistently across supported compilers. We already do this for most compilers, so update the rest for consistency.
-