Commit Graph

255 Commits

Author SHA1 Message Date
Peter Dimov ce2133a17f sprintf line() and column() as unsigned long 2022-02-03 07:02:25 +02:00
Peter Dimov 0e99024312 Change file_name() and function_name() for source_location() to return '' instead of '(unknown)' 2022-02-03 06:56:39 +02:00
Peter Dimov 65068b2b9a Add the error handling category to libraries.json boost-1.78.0 2021-11-07 20:30:51 +02:00
Peter Dimov 63ff789657 Update static_assert, throw_exception in appveyor.yml boost-1.78.0.beta1 2021-10-29 04:47:57 +03:00
Peter Dimov 5e71707fd7 Enable syntax highlighting 2021-10-28 23:09:09 +03:00
Peter Dimov f4d7aeb674 Add msvc-14.3 to ci.yml 2021-10-28 23:08:08 +03:00
Peter Dimov 08faf236b9 Merge branch 'feature/gha' into develop 2021-09-19 03:38:01 +03:00
Peter Dimov a0d8040e93 Update documentation 2021-09-19 03:37:51 +03:00
Peter Dimov aefcf15935 Remove ubuntu-16.04 2021-09-19 02:52:56 +03:00
Peter Dimov bd840228f0 Merge branch 'develop' into feature/gha 2021-09-19 01:06:14 +03:00
Peter Dimov 1f98fab0bf Include <cstdio>; qualify std::sprintf 2021-09-19 01:06:02 +03:00
Peter Dimov 0b10245ee5 Add CMake tests to ci.yml 2021-09-19 00:47:28 +03:00
Peter Dimov b7a43990e6 Add source_location::to_string 2021-09-19 00:45:15 +03:00
Peter Dimov 6aabfebae6 Update CMake when testing installation on Travis boost-1.77.0.beta1 boost-1.77.0 2021-06-11 16:10:55 +03:00
Peter Dimov e2fa62c4d8 Take care of gcc-4.4 in addition to gcc-4.4.7 2021-06-10 16:41:28 +03:00
Peter Dimov 3f9f17af50 Update .travis.yml, appveyor.yml 2021-06-10 06:25:14 +03:00
Peter Dimov f6c89f7acd Update ci.yml 2021-06-10 04:28:36 +03:00
Peter Dimov 10b5795428 Update CMakeLists.txt 2021-06-10 02:09:59 +03:00
Peter Dimov 6047fd69d3 Update .github/workflows 2021-04-19 18:07:18 +03:00
Peter Dimov a3ca728471 Add -DBUILD_TESTING=ON to .yml files; it's not default anymore 2021-03-19 03:49:19 +02:00
Peter Dimov 793d7580e8 Change 'assertion failed' message to something less scary (fixes #12) boost-1.76.0 boost-1.76.0.beta1 2021-03-01 19:06:53 +02:00
Peter Dimov 2481599592 Update .travis.yml 2021-02-28 19:30:15 +02:00
Peter Dimov 6fa4cc7e9f Merge pull request #21 from sdarwin/cmake_subdir_test
simplify path in cmake_subdir_test
2021-02-28 08:05:02 +02:00
sdarwin 67c88796f6 simplify path in cmake_subdir_test 2021-01-26 16:37:58 +00:00
Peter Dimov af75a05808 Merge pull request #19 from eldiener/develop
[skip ci] Add "cxxstd" json field
2021-01-20 00:26:48 +02:00
Edward Diener a95736c66e [skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out. 2021-01-18 21:02:53 -05:00
Peter Dimov 835f8db241 Cast to char const* to placate clang-tidy (refs #18) 2021-01-02 17:51:56 +02:00
Peter Dimov 269e947d1f Compute LIBRARY from GITHUB_REPOSITORY 2020-12-23 06:23:28 +02:00
Peter Dimov 21e3ca27b6 Merge pull request #16 from boostorg/pdimov-patch-1
Update README.md
2020-12-23 05:04:13 +02:00
Peter Dimov c12e4bb43c Update README.md 2020-12-23 04:56:53 +02:00
Peter Dimov d3cae8b56b Log and recalculate branch names properly 2020-12-23 04:49:43 +02:00
Peter Dimov a181193bc4 Update ci.yml 2020-12-19 17:35:40 +02:00
Peter Dimov 48e6569d9f Move windows.yml into ci.yml 2020-12-19 17:30:54 +02:00
Peter Dimov aeb7d5d21b Rename posix.yml to ci.yml 2020-12-19 17:30:00 +02:00
Peter Dimov d1f2cf8779 Update maintainer e-mail 2020-12-12 00:57:48 +02:00
Peter Dimov a6560be6ff Add addrmd to the matrix in windows.yml 2020-11-20 05:13:44 +02:00
Peter Dimov 7d4a629281 Add toolset=gcc to windows.yml 2020-11-20 05:05:25 +02:00
Peter Dimov 362da7892c Suppress warnings under variant=release 2020-11-20 04:56:21 +02:00
Peter Dimov 50030e9ac3 Add variant=debug,release; address-model=32,64 to Github Actions 2020-11-20 04:47:55 +02:00
Peter Dimov a43d6569b8 Squash-merge feature/gh-actions into develop (#15)
* Add .github/workflows
* Fix typo
* GITHUB_BASE_REF is only for PRs
* Compute BOOST_BRANCH
* Split into lines; fix cd
* Revert "Split into lines; fix cd"
* Fix cd
* We don't want fail-fast
* Add os to matrix
* Use bash on Windows
* Split Windows setup
* Quote if expressions
* Install GCC if needed
* sudo make me a sandwich
* Use matrix.install for the apt package
* Use GITHUB_BASE_REF on Windows as well
* Use a LIBRARY environment variable
* Rename ci.yml to posix.yml
* Split ci.yml into posix.yml and windows.yml
* Use cmd for Run tests
* Remove ./, try clang-win
* Remove clang-win, not present
2020-11-20 03:28:46 +02:00
Peter Dimov 2cd99e24e8 Merge branch 'feature/appveyor-2013' into develop boost-1.75.0.beta1 boost-1.75.0 2020-10-05 22:04:38 +03:00
Peter Dimov fa5b588766 Merge pull request #14 from giomasce-throwaway/develop
Fix a typo in copyright headers.
2020-10-05 21:48:30 +03:00
Peter Dimov 217733169c Use address-model=32 for msvc-9.0, 10.0, 11.0 2020-10-05 21:40:52 +03:00
Peter Dimov cf7f527dae Use the 2013 image on Appveyor 2020-10-05 21:32:35 +03:00
Giovanni Mascellani 826d6e833d Fix a typo in copyright headers. 2020-10-05 19:19:20 +02:00
Peter Dimov 35c31e7778 Update .travis.yml boost-1.73.0 boost-1.74.0.beta1 boost-1.74.0 boost-1.73.0.beta1 2020-01-21 15:05:19 +02:00
Peter Dimov 1f740abb3b Add revision history 2020-01-21 03:18:16 +02:00
Peter Dimov 312b047876 Update documentation 2020-01-21 03:03:16 +02:00
Peter Dimov e52b379928 Add operator<< for source_location 2020-01-21 01:52:41 +02:00
Peter Dimov e4ae80770f Reinstate CMake project version check 2020-01-09 21:56:40 +02:00