Urs Fleisch
|
0368c0239a
|
Pin submodule utfcpp to tag v4.0.9 (#1315)
git submodule init
git submodule update --remote
(cd 3rdparty/utfcpp && git checkout v4.0.9)
git add 3rdparty/utfcpp
git commit -m 'Pin submodule utfcpp to tag v4.0.9'
|
2026-03-31 20:04:11 +02:00 |
|
 Rosen PenevandGitHub
|
6ed0ca28db
|
add utf8cpp git submodule (#1142)
* add utf8cpp git submodule
More standard. Allows using the system provided utf8cpp.
Signed-off-by: Rosen Penev <[email protected]>
* cmake: use standard find_package for zlib
Simpler.
Signed-off-by: Rosen Penev <[email protected]>
---------
Signed-off-by: Rosen Penev <[email protected]>
|
2023-09-16 08:41:01 +02:00 |
|
Urs Fleisch
|
9867bc947e
|
clang-tidy: Use override keyword
run-clang-tidy -header-filter='.*' -checks='-*,modernize-use-override' -fix
|
2023-07-22 07:09:58 +02:00 |
|
Urs Fleisch
|
a33cc0635a
|
Remove deprecated stuff
|
2023-07-09 07:01:37 +02:00 |
|
Tsuda Kageyu
|
14af861d24
|
Isolate 3rdparty library for easier maintenance.
|
2017-06-07 12:51:44 +09:00 |
|