Gennaro Prota
|
e00d9b30ae
|
No longer use boost::move()
Reason: We require C++11 now, so we can use std::move().
|
2025-10-15 11:41:43 +02:00 |
|
Gennaro Prota
|
0ff8509214
|
Make lowest_bit() more efficient
As a nice bonus, this also removes the dependency on Boost.Integer.
|
2025-10-15 11:41:43 +02:00 |
|
Gennaro Prota
|
12dfcea22f
|
Get rid of BOOST_STATIC_ASSERT() and BOOST_STATIC_CONSTANT()
Reason: They are no longer necessary, given that we require C++11 now.
|
2025-10-15 11:41:43 +02:00 |
|
Rene Rivera
|
2cbf3ad7d8
|
Move inter-lib dependencies to a project variable and into the build targets.
|
2024-11-24 06:48:02 -05:00 |
|
Rene Rivera
|
3bb682db62
|
Update copyright dates.
|
2024-11-24 06:48:02 -05:00 |
|
Rene Rivera
|
76b4bba9c2
|
Bump B2 require to 5.2
|
2024-11-24 06:48:02 -05:00 |
|
Rene Rivera
|
11d94f6794
|
Add requires-b2 check to top-level build file.
|
2024-11-24 06:48:02 -05:00 |
|
Rene Rivera
|
1eed20166e
|
Switch to library requirements instead of source. As source puts extra source in install targets.
|
2024-11-24 06:48:02 -05:00 |
|
Rene Rivera
|
1e9aa506d0
|
Make the library modular usable.
|
2024-11-24 06:48:02 -05:00 |
|