aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* workflows: use a newer Boost versionEgor Tensin2023-01-02
| | | | windows-latest no longer support building older Boost releases.
* actions/check-runtime-library: msvcrt.dll -> ucrtbase.dllEgor Tensin2023-01-02
|
* actions/build-example: set-output is deprecatedEgor Tensin2023-01-02
|
* workflows/basic: fix Python 3.6 testsEgor Tensin2023-01-02
|
* workflows: actualize runner OSesEgor Tensin2023-01-02
|
* workflows: upgrade actionsEgor Tensin2022-12-11
|
* make .gitattributes more consistentEgor Tensin2022-12-11
|
* workflows/ci_appveyor: fix runner imageEgor Tensin2022-01-07
| | | | It's important thanks to %APPVEYOR_BUILD_WORKER_IMAGE%.
* workflows/boost_download: same versions as boost_toolsetsEgor Tensin2022-01-07
|
* workflows: reduce number of jobs furtherEgor Tensin2022-01-07
|
* workflows: remove remnants of Cygwin jobsEgor Tensin2022-01-07
|
* workflows/boost_toolsets: simplify the spec furtherEgor Tensin2022-01-07
|
* workflows/boost_toolsets: 3 Boost versions instead of 4Egor Tensin2022-01-07
| | | | Make it not quite that slow.
* workflows: remove Cygwin workflowsEgor Tensin2022-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 commentsEgor Tensin2022-01-07
|
* v3.4v3.4Egor Tensin2022-01-05
|
* workflows/boost_toolsets: VS 2022 isn't supported by older BoostsEgor Tensin2021-12-18
|
* actions/check-boost-bootstrapped: only print bootstrap.log if it's thereEgor Tensin2021-12-16
|
* support VS 2022Egor Tensin2021-12-15
|
* v3.3v3.3Egor Tensin2021-12-15
|
* basic macOS supportEgor Tensin2021-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 fixEgor Tensin2021-10-16
|
* workflows: use -latest images where appropriateEgor Tensin2021-06-19
|
* workflows/basic: test w/ latest PythonEgor Tensin2021-06-11
|
* workflows/basic: test w/ multiple PythonsEgor Tensin2021-05-30
|
* v3.2v3.2Egor Tensin2021-05-15
|
* project-clang-format.py: support exclude listEgor Tensin2021-05-15
|
* v3.1v3.1Egor Tensin2021-05-09
|
* project.cmake: use -DVAR instead of -D VAREgor Tensin2021-05-09
| | | | | This should look prettier in the logs + it's explicitly allowed in the manual.
* project.cmake: always enable CMAKE_EXPORT_COMPILE_COMMANDSEgor Tensin2021-05-09
|
* v3.0v3.0Egor Tensin2021-05-08
|
* project.toolset: tweak --help-toolsets outputEgor Tensin2021-05-08
|
* remove the "-" between toolset and versionEgor Tensin2021-05-08
|
* v2.4v2.4Egor Tensin2021-05-08
|
* project.toolset: tweak --help-toolsets outputEgor Tensin2021-05-08
|
* workflows: lint, tweak job names, etc.Egor Tensin2021-05-08
|
* toolset "visual-studio" -> "vs"Egor Tensin2021-05-08
|
* add --help-toolsets parameterEgor Tensin2021-05-08
| | | | Also, get rid of mentions of Visual Studio versions lower than 2010.
* project.toolset: move _full_exe_name to utilsEgor Tensin2021-05-07
|
* project.toolset: support versioned MSVC toolsetsEgor Tensin2021-05-07
| | | | You can now use something like msvc-141, vs-2017, etc.
* v2.3v2.3Egor Tensin2021-05-07
|
* fix PyLint warningsEgor Tensin2021-05-07
|
* project.toolset: refactoringEgor Tensin2021-05-07
|
* project.toolset: merge both other modules to this oneEgor Tensin2021-05-07
|
* project.cmake.toolset: rework a bitEgor Tensin2021-05-07
| | | | | | Bring it more in line with project.boost.toolset + simplify. This continues the preparation for the merging of the 3 different toolset modules.
* brush up import listsEgor Tensin2021-05-06
|
* "toolchain" -> "toolset", part 2Egor Tensin2021-05-06
|
* "toolchain" -> "toolset", part 1Egor Tensin2021-05-06
|
* fix PyLint warningsEgor Tensin2021-05-06
|
* project.boost: merge BootstrapToolchain and ToolchainEgor Tensin2021-05-06
| | | | | | In general, simplify Toolchain a bit. This is done in preparation for merging project.boost.toolchain, project.cmake.toolchain and project.toolchain.