nemtrif
79835a5fa5
Remove -Wsign-conversion from test builds.
2022-12-28 12:47:32 -05:00
nemtrif
53398ca702
Restructure tests.
2022-12-28 12:20:41 -05:00
nemtrif
e3e57c811a
Fix for issue #92 : Clang 10 Compiler warnings
...
Fix warnings when -Wconversion or -Wsign-conversion are enabled.
2022-12-26 14:19:04 -05:00
nemtrif
d736c29d38
Fix -Wconversion warnings in tests when -funsigned-char option is used.
...
This change affects only tests.
2022-12-24 14:45:04 -05:00
Nemanja Trifunovic
780bd57d63
Merge pull request #96 from Finkman/provide-ns-on-installed
...
Improve cmake install
2022-11-26 17:06:39 -05:00
Sven Fink
73b347f313
Adds the following advantages:
...
- utf8::cpp is available, even when installed
- cmake is aware of the library version
- compatible with previous usage: target utf8cpp available when installed
2022-11-22 12:42:26 +01:00
nemtrif
3ca904b219
Version 3.2.2
2022-11-06 16:14:17 -05:00
nemtrif
aa3b12c52b
Added a couple of statis_casts to eliminate signed conversion warnings.
2022-10-17 05:20:34 -04:00
nemtrif
ee90a4a528
Added compiler options to enable warnings.
2022-10-02 17:51:50 -04:00
Nemanja Trifunovic
d8b92208fd
Merge pull request #87 from cschreib/patch-1
...
Add missing export() command. Issue #86
2021-12-26 17:22:41 -05:00
Corentin Schreiber
a92f85526b
Add missing export() command
2021-12-26 17:49:35 +00:00
Nemanja Trifunovic
b85efd66a7
Test string literals
2021-06-06 11:09:04 -04:00
Nemanja Trifunovic
4e11497669
Merge pull request #80 from RT222/master
...
Fix the inclusion of both cpp11 and cpp17 headers on C++17 compilation
2021-05-31 08:41:12 -04:00
Rémy Tassoux
ec6747005b
Fix the inclusion of both cpp11 and cpp17 headers on C++17 compilation
2021-05-30 16:14:37 +02:00
Nemanja Trifunovic
ddd38b3042
Version 3.2
2021-05-01 18:07:14 -04:00
Nemanja Trifunovic
2af93bd670
Documentation: C++ 17 support.
2021-04-30 15:06:55 -04:00
Nemanja Trifunovic
b6cd18f929
test_utf32to8 tests string_view, not string
2021-04-30 14:59:55 -04:00
Nemanja Trifunovic
0991356b73
find_invalid(string_view) returns string_view::npos, not string::npos
2021-04-30 14:58:30 -04:00
Nemanja Trifunovic
4bed367c14
Update test docker image
2021-04-25 13:47:36 -04:00
Nemanja Trifunovic
a7d530de5f
C++ 17 support: add tests, remove duplicate utf8::append()
2021-04-25 11:54:47 -04:00
Nemanja Trifunovic
50361edbfa
Merge pull request #77 from RT222/master
...
Support for C++17
2021-04-25 10:57:06 -04:00
Nemanja Trifunovic
fe79d14ae7
Switching from gtest to ftest for unit-testing.
2021-04-24 15:02:08 -04:00
Nemanja Trifunovic
7d17aed953
Merge pull request #79 from fu7mu4/it-is-code
...
Does it have syntax hilight
2021-03-28 11:38:21 -04:00
fu7mu4
957e300524
Does it have syntax hilight
...
I think that the "it" means the variable in the code. If so, the it
should have syntax-hilight
2021-03-18 18:43:22 +09:00
Rémy Tassoux
d40e4948f5
Support for C++17
2021-02-22 15:17:27 +01:00
Nemanja Trifunovic
e39907b381
Version 3.1.2
2020-09-27 14:26:57 -04:00
Nemanja Trifunovic
3c85cd48f0
Add prefix to NOEXCEPT and OVERRIDE macros.
...
Fix for issue #72 : Macro names should have a prefix
2020-09-27 14:20:03 -04:00
Nemanja Trifunovic
944ef0561d
Merge pull request #55 from Flamefire/disable_tests_for_subproject
...
Enable tests, docu, install only when building as root project
2020-03-15 13:32:45 -04:00
Nemanja Trifunovic
dc2442c2ed
Merge pull request #61 from xenia-project/master
...
Fix deprecated std::iterator usage (STL4015).
2020-02-23 15:47:46 -05:00
Rick Gibbed
2b1521b48b
Fix deprecated std::iterator usage (STL4015).
2020-02-22 08:15:16 -06:00
Flamefire
bee3b13496
Enable tests, docu, install only when building as root project
...
This allows use via `add_subdirectory`
2019-11-09 15:17:41 +01:00
Nemanja Trifunovic
c3f9261eb8
Merge pull request #51 from AkiraMiyakoda/msvc_warning
...
Fix an MSVC warning about narrowing conversion.
2019-10-18 21:38:19 -04:00
Akira Miyakoda
7fb1211306
Fix an MSVC warning about narrowing conversion.
2019-10-17 23:45:42 +09:00
nemtrif
170e2d11f5
Merge pull request #44 from tvanriper/patch-1
...
Removed utf8 path from #include.
2019-07-13 13:52:56 -04:00
Joseph Edwards Van Riper III
32ccbfb747
Removed utf8 path from #include.
...
refs #43
2019-07-09 05:50:09 -04:00
Nemanja Trifunovic
2370b95a86
Compile negative test with C++ 98
...
An attempt to ensure the library can be compiled with a C++ 98 compiler.
Unfortunatelly, GTEST can't be compiled with C++ 98, so only the negative tests are included at this point.
2019-07-07 20:27:54 -04:00
Nemanja Trifunovic
89cfc3e38b
Replace throw() with noexcept when using C++11 or later
2019-07-06 18:41:35 -04:00
Nemanja Trifunovic
687a59d88c
Add override keyword when compiled with C++11 or later
2019-07-06 18:25:07 -04:00
Nemanja Trifunovic
f26d39e8ad
Move C++ version detection to core.h
2019-07-06 17:21:02 -04:00
nemtrif
b1002fd198
Introduce UTF_CPP_CPLUSPLUS macro.
...
Let the users set the C++ standard version they want to support.
2019-06-30 13:06:11 -04:00
nemtrif
088dd3ad77
Merge pull request #40 from xantares/patch-1
...
Always use GNU install layout except MSVC
2019-05-24 19:30:55 -04:00
xantares
afc32b4c08
Always use GNU install layout except MSVC
...
Current for win32 targets the cmake config file is installed in INSTALL_PREFIX/CMake except for cygwin.
But we want this also for MinGW, so I I'm thinking we want only this behavior for visual studio.
What do you think ?
2019-05-20 15:24:15 +02:00
Nemanja Trifunovic
82c674b7a7
Version 3.1
2019-04-26 17:49:17 -04:00
Nemanja Trifunovic
33516ff074
Test -fno-exceptions with unchecked api
2019-04-25 14:23:02 -04:00
nemtrif
f16bdde67c
Merge pull request #37 from nemtrif/unchecked_replace_invalid
...
unchecked::replace_invalid()
2019-04-25 09:46:54 -04:00
Nemanja Trifunovic
c523193025
unchecked::replace_invalid()
...
Add unchecked version of replace_invalid function.
2019-04-25 09:33:07 -04:00
nemtrif
a3fa4ee84c
Merge pull request #36 from nemtrif/gtesturl
...
Submodule url for googletest is https
2019-04-25 08:52:32 -04:00
Nemanja Trifunovic
8fd51836a0
Submodule url for googletest is https
...
Fix for issue #34
2019-04-25 08:49:38 -04:00
nemtrif
ad27c7d5e0
Merge pull request #33 from nemtrif/optionalinstall
...
Installation is optional
2019-04-22 09:00:15 -04:00
Nemanja Trifunovic
293f85d972
Installation is optional
...
Issue #32 cmake option to disable install
2019-04-21 22:30:58 -04:00