jeffworl
|
aab426aca0
|
resolving argument usage check in examples/performance
|
2023-08-08 10:17:02 +02:00 |
|
Alexander Grund
|
0a68c52b7f
|
Modernize using nullptr
|
2023-05-07 19:01:45 +02:00 |
|
Alexander Grund
|
32f85585ec
|
Merge pull request #162 from Flamefire/modernize-loops
Modernize code, especially for-loops
|
2023-04-16 21:40:50 +02:00 |
|
Alexander Grund
|
329170e360
|
Fix comments, especially in examples
Some were outdated/wrong (C&P) or using the docstring triple-slash prefix
|
2023-04-16 16:17:29 +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
|
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 |
|