Alexander Grund
|
9b1813e757
|
Remove superflous braces
Make the code a bit shorter vertically, enforced formating ensures
correct indentation which provides enough readability
|
2023-05-16 12:04:59 +02:00 |
|
Alexander Grund
|
b1f4198701
|
Modernize code with range-based for loops
Also find related readability improvements.
|
2023-04-16 13:13:48 +02:00 |
|
Alexander Grund
|
7784f46243
|
Format sources
Use clang-format-14 to format source code consistently.
Closes #98
|
2022-10-10 14:25:58 +02:00 |
|
Alexander Grund
|
a5bf5e8538
|
Remove usage of cassert
Replace by BOOST_ASSERT or test macros
|
2022-07-12 18:35:43 +02:00 |
|
Alexander Grund
|
707f801c55
|
Remive vim markers
To be replaced by clang-format in the future.
|
2022-07-12 18:35:42 +02:00 |
|
Alexander Grund
|
595934f25e
|
Update license headers
Use the more concise format omitting the reference to the license file
and refer to the URL only.
|
2022-07-12 18:35:41 +02:00 |
|
Alexander Grund
|
8c7338cd0d
|
Use \n instead of std::endl where appropriate
We usually don't need the flush so use \n at end of strings which
greatly shortens the code.
|
2022-06-30 15:08:08 +02:00 |
|
Alexander Grund
|
00c8e07689
|
Remove using std-namespace and reformat
Removes the `using namespace std` to easier differentiate between
Boost.Locale and Std stuff.
Add spaces around shift operators.
|
2022-06-30 15:08:08 +02:00 |
|
Alexander Grund
|
d1fc12426f
|
Remove trailing spaces
|
2022-06-04 11:50:39 +02:00 |
|
Alexander Grund
|
f61245a3d2
|
Add examples and performance test to CMake build
Make sure performance examples compile at least and examples also run.
|
2022-05-29 22:20:10 +02:00 |
|
Artyom Beilis
|
48ff4519b8
|
- Updates according to library requirements
- cleanup of inspect warnings
- various requiremets like libraries.htm and maintainers.txt
[SVN r73786]
|
2011-08-15 19:04:34 +00:00 |
|
Artyom Beilis
|
4c30e01d23
|
First Version of Boost.Locale integrated into SVN trunk
[SVN r73017]
|
2011-07-12 13:57:36 +00:00 |
|