2023-11-20 10:51:48 by Nia Alarie | Files touched by this commit (1) |
Log message:
cmake/build.mk: Fix subdirectory builds.
|
2023-11-19 18:16:27 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
cmake cmake-gui: updated to 3.27.8
CMake 3.27.8
* Tests/ObjectLibrary: fix comment
* cmComputeLinkDepends: also copy the target from object link items
* cmComputeLinkInformation: skip over linking to items for object purposes
* Fortran: Restore support for TARGET_OBJECTS providing modules
* curl: Backport SOCKS5 heap buffer overflow fix from curl 8.4.0
* GetPrerequisites: Revert "Ignore relative paths printed by ldd"
* cmCommonTargetGenerator: Factor out GetLinkedTargetDirectories loop body
* cmComputeLinkInformation: Track targets named by TARGET_OBJECTS sources
* FindOpenMP: Add support for openmp 5.1 (llvm 17) and 5.2
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-10-09 19:19:30 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
cmake: updated to 3.27.7
CMake 3.27.7
* Android: Require Clang 18 for -std=c++23
* Tests: Clarify RunCMake.CTestTimeout case name
* ctest: Restore support for --timeout values higher than default test timeout
* Help: Document CMP0124 behavior on already-set variables
* FindPostgreSQL: Add support for version 16
|
2023-09-30 10:52:52 by Niclas Rosenvik | Files touched by this commit (2) |
Log message:
cmake: use the right ps command to get child process info on NetBSD
CMake uses ps to pid get information on childs of a process
to recursivly kill the childs. Not having KWSYSPE_PS_COMMAND
set means that CMake won't try to kill the child processes.
Not checking for the __NetBSD__ define also causes NetBSD
Sparc to use the ps command for Solaris leading to run-time
breaks, see PR pkg/57272.
This change was suggested by Valry Ushakov on PR pkg/57272.
|
2023-09-21 15:54:15 by Greg Troxel | Files touched by this commit (2) |
Log message:
devel/cmake: Update to 3.27.6
Upstream changes from \
https://discourse.cmake.org/t/cmake-3-27-6-available-for-download/9024
- add_custom_target: Fix regression with Fortran sources
- Tests/FortranModules: move issue 25112 fix from FortranOnly
- Tests/FortranModules: add a test case for #25223
- Tests/FortranModules: also test INTERFACE targets with Fortran sources
- Tests/FortranModules: add a test for iface Fortran sources
commited during freeze because it fixes a regression that breaks at
least math/blas.
|
2023-09-16 04:30:07 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
cmake cmake-gui: updated to 3.27.5
3.27.5
Unknown changes
|
2023-08-25 10:05:17 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
cmake cmake-gui: updated to 3.27.4
CMake 3.27.4
* cppdap: Update script to get version as of 2023-08-17
* VS: Remove duplicate import in compiler id vcxproj
* Help: Document cmake_minimum_required deprecation of old versions
* FindZLIB: Fix extraction of two-component version number 1.3
* list(INSERT): restore old behavior
* LLVMFlang-Fortran: Add flags for build types
* cppdap 2023-08-17 (cc2f2058)
|
2023-08-20 14:59:26 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
cmake cmake-gui: updated to 3.27.3
CMake 3.27.3
* FindJNI: Restore support for macOS without Xcode
* Utilities/Release: Remove unused documentation build settings
* Apple Text Stubs (.tbd): various fixes
* Clang: use -std=c23 for Clang 18+
* Unity: use C-style comments to work both with C and C++
* FindPython: add support for Python 3.13
* GHS: Escape custom command comments
* testDebuggerNamedPipe: fix for cppdap with nlohmann_json
|