summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'log_level_command'Brad King2022-06-2920-67/+253
|\
| * Add cmake_language(GET_MESSAGE_LOG_LEVEL) sub commandAlexandru Croitor2022-06-2819-25/+205
| * Move LogLevel enum out of cmake.h headerAlexandru Croitor2022-06-244-53/+59
* | Merge topic 'lcc-updates'Brad King2022-06-295-51/+104
|\ \
| * | Tests: Fix Java tests on multi-config generatorsmakise-homura2022-06-281-3/+3
| * | Tests: handle a case when hg executable is brokenmakise-homura2022-06-283-3/+21
| * | Tests: don't fail tests on broken E2K Java RVMmakise-homura2022-06-281-37/+50
| * | Tests: check for shlibdeps symbols/shlibs before testing itmakise-homura2022-06-281-1/+5
| * | Tests: enable Java tests if javac is a recurse symlinkmakise-homura2022-06-281-1/+2
| * | Tests: don't use broken makensismakise-homura2022-06-281-2/+5
| * | Source: Suppress some warnings on LCC 1.23.xmakise-homura2022-06-281-0/+4
| * | curl: make libcmcurl buildable with old LibreSSLmakise-homura2022-06-281-7/+17
* | | Merge branch 'release-3.24'Brad King2022-06-290-0/+0
|\ \ \
| * \ \ Merge topic 'FetchContent-avoid-IN_LIST' into release-3.24Brad King2022-06-291-2/+8
| |\ \ \
* | \ \ \ Merge topic 'FetchContent-avoid-IN_LIST'Brad King2022-06-291-2/+8
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | FetchContent: Don't use if(... IN_LIST ...)Craig Scott2022-06-281-2/+8
* | | | | Merge branch 'release-3.24'Brad King2022-06-290-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'fix-23523' into release-3.24Brad King2022-06-291-12/+16
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Merge topic 'fix-23523'Brad King2022-06-291-12/+16
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | AUTOUIC: Fix internal paths of generated ui_foo.h filesJosiah Bills2022-06-281-12/+16
* | | | | CMake Nightly Date StampKitware Robot2022-06-291-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'posix_c'Brad King2022-06-284-7/+18
|\ \ \ \
| * | | | RunCMake/CXXModules/NoCXX20: Force older standardRaul Tambre2022-06-281-3/+4
| * | | | RunCMake/CTestTimeout: Include sched.h for pid_tRaul Tambre2022-06-271-0/+1
| * | | | cmSystemTools: Fix unsetenv() fallbackRaul Tambre2022-06-261-2/+1
| * | | | Tests/CTestTestFdSetSize: Support plain POSIXRaul Tambre2022-06-261-2/+12
* | | | | Merge topic 'glew'Brad King2022-06-281-2/+1
|\ \ \ \ \
| * | | | | FindGLEW: select_library_configuration might be used before it is definedMarkus Mützel2022-06-261-2/+1
| |/ / / /
* | | | | Merge branch 'release-3.24'Brad King2022-06-280-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge topic 'FindPython-multiple-queries' into release-3.24Brad King2022-06-284-2/+26
| |\ \ \ \
* | \ \ \ \ Merge topic 'FindPython-multiple-queries'Brad King2022-06-284-2/+26
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | FindPython: fix error on multiple queries with different COMPONENTSMarc Chevrier2022-06-274-2/+26
* | | | | | Merge branch 'release-3.24'Brad King2022-06-280-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'depguide-fetchcontent-versioning' into release-3.24Brad King2022-06-281-0/+4
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'depguide-fetchcontent-versioning'Brad King2022-06-281-0/+4
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Help: Mark features new to 3.24 in Using Dependencies GuideFeRD (Frank Dana)2022-06-271-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'release-3.24'Brad King2022-06-280-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'revert-FindHDF5-library' into release-3.24Brad King2022-06-281-4/+4
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'revert-FindHDF5-library'Brad King2022-06-281-4/+4
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | FindHDF5: Revert "Add explicit library location instead of guessed ..."Brad King2022-06-271-4/+4
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'release-3.24'Brad King2022-06-280-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'doc-osx-cmp0126' into release-3.24Brad King2022-06-281-1/+2
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'doc-osx-cmp0126'Brad King2022-06-281-1/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Help: Mention CMP0126 in CMAKE_OSX_* variable documentationDa Quexian2022-06-271-1/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'release-3.24'Brad King2022-06-280-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'release-3.23' into release-3.24Brad King2022-06-280-0/+0
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'release-3.23'Brad King2022-06-280-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'lcc-liblfortran-renamed' into release-3.23Brad King2022-06-271-1/+5
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'release-3.24'Brad King2022-06-280-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge topic 'lcc-liblfortran-renamed' into release-3.24Brad King2022-06-281-1/+5
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| / / / / | | |_|/ / / / | |/| | | | |