summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'project-include'Brad King2019-04-013-1/+11
|\
| * project: Add variable CMAKE_PROJECT_INCLUDERuslan Baratov2019-03-272-0/+10
| * Test ProjectInclude: Add NONE to avoid enabling languagesRuslan Baratov2019-03-271-1/+1
* | Merge topic 'allow_aliasing_unkown_targets'Brad King2019-04-012-4/+15
|\ \
| * | add_library: Now support aliasing unknown import targetsRobert Maynard2019-03-262-4/+15
* | | Merge topic 'implicit-includes'Brad King2019-03-2916-70/+78
|\ \ \
| * | | ParseImplicitIncludeInfo: Canonicalize implicit include dirsBrad King2019-03-2916-70/+78
* | | | Merge topic 'update-kwsys'Brad King2019-03-291-0/+1
|\ \ \ \
| * | | | Tests: Fix Plugin test for international characters on WindowsBrad King2019-03-291-0/+1
| | |_|/ | |/| |
* | | | Merge topic 'FindFontconfig-var-case'Brad King2019-03-271-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | FindFontconfig: Convert module variables to camel caseBrad King2019-03-261-3/+3
| |/ /
* | | Merge topic 'toolchain-include_directories'Brad King2019-03-265-0/+17
|\ \ \ | |_|/ |/| |
| * | Restore support for include_directories() in toolchain filesBrad King2019-03-255-0/+17
| |/
| * Merge branch 'install-no-imported-global' into release-3.14Brad King2019-03-074-0/+9
| |\
| * \ Merge branch 'ios-variable' into release-3.14Brad King2019-03-051-0/+4
| |\ \
| * \ \ Merge branch 'FindPython-NumPy-fix-include-dir' into release-3.14Brad King2019-03-041-1/+1
| |\ \ \
* | \ \ \ Merge topic 'ctest_submit_get_buildid'Brad King2019-03-251-1/+1
|\ \ \ \ \
| * | | | | ctest_submit: Add option BUILD_IDZack Galbreath2019-03-221-1/+1
* | | | | | Merge topic 'pkg-get-variable-prefix-path'Brad King2019-03-254-0/+56
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | pkg_get_variable now sets PKG_CONFIG_PATH like pkg_check_modulesDan Kegel2019-03-201-2/+1
| * | | | | More tests for pkg_get_variableDan Kegel2019-03-204-0/+57
* | | | | | Merge topic 'ghs-linux'Brad King2019-03-222-1/+2
|\ \ \ \ \ \
| * | | | | | Tests: Fix file name case in GHS object library testNaren Manimohan2019-03-211-1/+1
| * | | | | | Tests: Run GHS tests in a separate ctest processBrad King2019-03-211-0/+1
* | | | | | | Merge topic 'xcodescheme2'Brad King2019-03-222-0/+12
|\ \ \ \ \ \ \
| * | | | | | | Xcode: Create Xcode schemes per targetHarry Mallon2019-03-212-0/+12
* | | | | | | | Merge topic 'tar-improve-error-handling'Kyle Edwards2019-03-216-19/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | cmake: tar: Parse 'cmake -E tar' argumentsBartosz Kosiorek2019-03-206-19/+24
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | testRange: Make sure tests can actually failRegina Pfeifer2019-03-201-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'cmake--install'Kyle Edwards2019-03-198-0/+32
|\ \ \ \ \ \ \
| * | | | | | | cmake: add '--install <dir>' optionJiang Yi2019-03-168-0/+32
* | | | | | | | Merge topic 'improve-tar-command'Kyle Edwards2019-03-199-7/+14
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | cmake: Don't interrupt archive creation if unable to read a file.Bartosz Kosiorek2019-03-187-7/+11
| * | | | | | | cmake: tar: Display warning when no files provided during archive creationBartosz Kosiorek2019-03-183-4/+7
* | | | | | | | Merge topic 'is-valid-utf8'Brad King2019-03-191-0/+78
|\ \ \ \ \ \ \ \
| * | | | | | | | cm_utf8: add an is_valid functionBen Boeckel2019-03-181-0/+78
* | | | | | | | | Merge topic 'environment-modules'Brad King2019-03-193-0/+42
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | FindEnvModules: Provide a CMake interface to environment modulesChuck Atkins2019-03-183-0/+42
* | | | | | | | | Merge topic 'utf8-fixes'Brad King2019-03-181-7/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cm_utf8: reject codepoints above 0x10FFFFBen Boeckel2019-03-141-4/+2
| * | | | | | | | | cm_utf8: reject UTF-16 surrogate half codepointsBen Boeckel2019-03-141-2/+2
| * | | | | | | | | testUTF8: add more test casesBen Boeckel2019-03-141-6/+16
| * | | | | | | | | testUTF8: comment why sequences are invalidBen Boeckel2019-03-141-2/+6
| |/ / / / / / / /
* | | | | | | | | Merge topic 'FindGLEW-updates'Brad King2019-03-184-0/+40
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | FindGLEW: Add testClaudio Fantacci2019-03-154-0/+40
* | | | | | | | | Merge topic 'pkg-config-linker-flags'Marc Chevrier2019-03-161-0/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindPkgConfig: Set linker flags on imported targetsRadek Nadstawny2019-03-131-0/+21
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'export-package-default-off'Brad King2019-03-151-0/+20
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | export: Disable PACKAGE mode user package registry by defaultRobert Maynard2019-03-151-0/+20
* | | | | | | | | Tests: Run FindGTK2 tests only when explicitly enabledBrad King2019-03-142-7/+5