Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-05 | Update to justbuild 1.4.1 | Michael Thies | |
2024-12-01 | Bump pkgrel to 1.4.0-2 | Michael Thies | |
2024-12-01 | Switch from g++ to clang++ to work around issue in microsoft-gsl 4.1.0 | Michael Thies | |
Building with g++ against microsoft-gsl 4.1.0 results in the following compile error related to using gsl::not_null<std::unique_ptr>::operator->():: /usr/include/gsl/pointers:120:18: error: use of deleted function 'std::unique_ptr<_Tp, _Dp>::unique_ptr(const std::unique_ptr<_Tp, _Dp>&) This has already been reported to microsoft-gsl as #1162: https://github.com/microsoft/GSL/issues/1162 Until this issue between microsoft-gsl and g++ has been fixed, we switch back to compiling with clang++. | |||
2024-11-04 | Fix license identifier | Michael Thies | |
2024-11-04 | Update to justbuild 1.4.0 | Michael Thies | |
2024-09-11 | Update to justbuild 1.3.2 | Michael Thies | |
2024-05-22 | Update to justbuild 1.3.1 | Michael Thies | |
2024-05-09 | Update to justbuild 1.3.0 | Michael Thies | |
2024-04-11 | Update to justbuild 1.2.5 | Michael Thies | |
2023-12-19 | Update to justbuild 1.2.4 | Michael Thies | |
2023-11-18 | Update to justbuild 1.2.3 | Michael Thies | |
2023-10-19 | Switch from clang to gcc | Michael Thies | |
2023-10-19 | Update to justbuild 1.2.2 | Michael Thies | |
2023-08-29 | Update to justbuild 1.2.1 | Michael Thies | |
Since our patch for fmt 10.x compatibility has been upstreamed and released in this version, we no longer need to patch the package. | |||
2023-08-27 | Bump to justbuild 1.2.0 | Michael Thies | |
This fixes compatibility with libfmt 10.x, using upstream patches in this version (for [1]) and a manual patch (for [2]) [1] https://github.com/just-buildsystem/justbuild/issues/38 [2] https://github.com/just-buildsystem/justbuild/issues/40 | |||
2023-08-14 | Use native libgit2 Arch Linux package | Michael Thies | |
Now, that the fix for https://github.com/libgit2/libgit2/issues/6553 is released and packaged in Arch Linux, we can use the packaged libgit2 for justbuild -- instead of downloading, building and static-linking it in the bootstrapping process. | |||
2023-07-18 | Update to justbuild 1.1.4 | Michael Thies | |
2023-06-11 | Update to justbuild 1.1.2 | Michael Thies | |
2023-06-03 | Add missing dependency on libarchive and add RELRO for executables | Michael Thies | |
2023-06-02 | Bump pkgrel | Michael Thies | |
2023-06-02 | Add custom pkg-config file for microsoft-gsl | Michael Thies | |
2023-06-02 | Change to native dependencies (LOCALBASE bootstrapping) | Michael Thies | |
For now, we'll build libgit2 from source, due to a regression in the current version (shipped with Arch), which will be fixed in the next release. | |||
2023-06-02 | Update to justbuild 1.1.1 | Michael Thies | |
This includes changes from org mode-based to Markdown-based man pages, which are now converted with pandoc. | |||
2023-02-11 | Fix .SRCINFO | Michael Thies | |
2023-02-02 | Add current state of static build bootrapping of justbuild 1.0.0 | Michael Thies | |