Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | README: updatev3.4.2 | Egor Tensin | 2023-03-02 |
| | |||
* | workflows/basic: ignore changes in the docs | Egor Tensin | 2023-03-02 |
| | |||
* | workflows/basic: unpin runner image | Egor Tensin | 2023-03-02 |
| | |||
* | workflows/basic: drop Python 3.6 | Egor Tensin | 2023-03-02 |
| | | | | | setuptools 61 doesn't support it (required for pyproject.toml-only configuration). | ||
* | workflows: trigger for paths | Egor Tensin | 2023-03-02 |
| | | | | This should speed things up. Hopefully I didn't mess it up. | ||
* | add runtime version information | Egor Tensin | 2023-03-02 |
| | |||
* | workflows/basic: test more Python versions | Egor Tensin | 2023-03-02 |
| | |||
* | packaging: move to pyproject.toml-only | Egor Tensin | 2023-03-02 |
| | |||
* | use --quiet flags for installations | Egor Tensin | 2023-02-25 |
| | |||
* | v3.4.1v3.4.1 | Egor Tensin | 2023-01-29 |
| | |||
* | update project description | Egor Tensin | 2023-01-29 |
| | |||
* | workflows/boost_clang_windows: fix runner image | Egor Tensin | 2023-01-02 |
| | | | | windows-2022 wouldn't even bootstrap older releases. | ||
* | workflows: use a newer Boost version | Egor Tensin | 2023-01-02 |
| | | | | windows-latest no longer support building older Boost releases. | ||
* | actions/check-runtime-library: msvcrt.dll -> ucrtbase.dll | Egor Tensin | 2023-01-02 |
| | |||
* | actions/build-example: set-output is deprecated | Egor Tensin | 2023-01-02 |
| | |||
* | workflows/basic: fix Python 3.6 tests | Egor Tensin | 2023-01-02 |
| | |||
* | workflows: actualize runner OSes | Egor Tensin | 2023-01-02 |
| | |||
* | workflows: upgrade actions | Egor Tensin | 2022-12-11 |
| | |||
* | make .gitattributes more consistent | Egor Tensin | 2022-12-11 |
| | |||
* | workflows/ci_appveyor: fix runner image | Egor Tensin | 2022-01-07 |
| | | | | It's important thanks to %APPVEYOR_BUILD_WORKER_IMAGE%. | ||
* | workflows/boost_download: same versions as boost_toolsets | Egor Tensin | 2022-01-07 |
| | |||
* | workflows: reduce number of jobs further | Egor Tensin | 2022-01-07 |
| | |||
* | workflows: remove remnants of Cygwin jobs | Egor Tensin | 2022-01-07 |
| | |||
* | workflows/boost_toolsets: simplify the spec further | Egor Tensin | 2022-01-07 |
| | |||
* | workflows/boost_toolsets: 3 Boost versions instead of 4 | Egor Tensin | 2022-01-07 |
| | | | | Make it not quite that slow. | ||
* | workflows: remove Cygwin workflows | Egor Tensin | 2022-01-07 |
| | | | | | Part of a) simplifying the workflow files and b) reducing the number of jobs. I'll probably add basic Cygwin jobs later. | ||
* | workflows/basic: add some comments | Egor Tensin | 2022-01-07 |
| | |||
* | v3.4v3.4 | Egor Tensin | 2022-01-05 |
| | |||
* | workflows/boost_toolsets: VS 2022 isn't supported by older Boosts | Egor Tensin | 2021-12-18 |
| | |||
* | actions/check-boost-bootstrapped: only print bootstrap.log if it's there | Egor Tensin | 2021-12-16 |
| | |||
* | support VS 2022 | Egor Tensin | 2021-12-15 |
| | |||
* | v3.3v3.3 | Egor Tensin | 2021-12-15 |
| | |||
* | basic macOS support | Egor Tensin | 2021-12-15 |
| | | | | | I don't have a Mac to test on, but the knowledge that there is basic support for macOS is still nice. | ||
* | workflows/basic: minor fix | Egor Tensin | 2021-10-16 |
| | |||
* | workflows: use -latest images where appropriate | Egor Tensin | 2021-06-19 |
| | |||
* | workflows/basic: test w/ latest Python | Egor Tensin | 2021-06-11 |
| | |||
* | workflows/basic: test w/ multiple Pythons | Egor Tensin | 2021-05-30 |
| | |||
* | v3.2v3.2 | Egor Tensin | 2021-05-15 |
| | |||
* | project-clang-format.py: support exclude list | Egor Tensin | 2021-05-15 |
| | |||
* | v3.1v3.1 | Egor Tensin | 2021-05-09 |
| | |||
* | project.cmake: use -DVAR instead of -D VAR | Egor Tensin | 2021-05-09 |
| | | | | | This should look prettier in the logs + it's explicitly allowed in the manual. | ||
* | project.cmake: always enable CMAKE_EXPORT_COMPILE_COMMANDS | Egor Tensin | 2021-05-09 |
| | |||
* | v3.0v3.0 | Egor Tensin | 2021-05-08 |
| | |||
* | project.toolset: tweak --help-toolsets output | Egor Tensin | 2021-05-08 |
| | |||
* | remove the "-" between toolset and version | Egor Tensin | 2021-05-08 |
| | |||
* | v2.4v2.4 | Egor Tensin | 2021-05-08 |
| | |||
* | project.toolset: tweak --help-toolsets output | Egor Tensin | 2021-05-08 |
| | |||
* | workflows: lint, tweak job names, etc. | Egor Tensin | 2021-05-08 |
| | |||
* | toolset "visual-studio" -> "vs" | Egor Tensin | 2021-05-08 |
| | |||
* | add --help-toolsets parameter | Egor Tensin | 2021-05-08 |
| | | | | Also, get rid of mentions of Visual Studio versions lower than 2010. |