Commit Graph

31 Commits

Author SHA1 Message Date
Artyom Beilis
85d59661c8 Fixed problem with ICU >60.1 2018-01-17 21:17:33 +02:00
Artyom Beilis
048160627b Fix of solaris build 2017-08-11 23:30:41 +03:00
Artyom Beilis
322437a485 Adding dual auto_ptr/unique_ptr support 2017-08-07 13:32:40 +03:00
Artyom Beilis
7aa1bfbc17 Added workaround for failing MSVC tests due to 932 codepage codecvt issue 2017-08-05 22:14:01 +03:00
Artyom Beilis
7727a978d5 Added missing header 2017-07-22 22:50:16 +03:00
Artyom Beilis
1bf387d96d Fixed formatting test for ICU >= 56.1 2017-07-13 16:34:27 +03:00
Artyom Beilis
22f8273d3b Fixed Year of week instead of year ICU formatting 2017-07-13 14:34:14 +03:00
Artyom Beilis
ff3fe57f08 Removed deprecated BOOST_HAS_CHAR16/32_T macro and replaced with
BOOST_LOCALE_ENABLE_CHAR16_T/BOOST_LOCALE_ENABLE_CHAR32_T
2015-10-18 18:36:39 +03:00
Artyom Beilis
9679230cf3 - Implemented generic codecvt
- added header only utf8 facet implementation
- moved internal codecvt to use new version
- performance improvements in internal codecvt facets
2015-10-18 17:22:26 +03:00
Artyom Beilis
7223e8ceb1 Fixed build issue on BSD 2015-10-18 17:18:26 +03:00
Artyom Beilis
a4e5585ff4 Fixed #11163 bug in generator::set_default_messages_domain 2015-09-30 18:27:27 +03:00
Artyom Beilis
b7fcbdc2de POSIX backed support on FreeBSD 2015-09-30 17:56:37 +03:00
Artyom Beilis
6231333cc4 remove unused typedefs 2015-09-30 17:55:41 +03:00
Artyom Beilis
bd3160f370 - Fixed testing with more up-to-date ICU version
- Workaround of libc++ issues
2015-09-30 17:51:29 +03:00
Artyom Beilis
6fac3c7883 Fix test crash and test in general 2015-09-30 17:48:35 +03:00
Artyom Beilis
eb14e99e18 Lineup with trunk
[SVN r82266]
2012-12-29 14:18:45 +00:00
Artyom Beilis
ef9d900a5a Lineup with Boost.Trunk
Fixes:

- Fixed compilation with requirement of boost_system
- Fixed some problems with STLPort builds


[SVN r78560]
2012-05-23 17:39:25 +00:00
Artyom Beilis
1a3dd9145e Merged changesets 75594,75601 from trunk, incorrect used of
MultiByteToWide in detection of invalid sequences.


[SVN r76302]
2012-01-04 10:58:35 +00:00
Artyom Beilis
d72a33a65b Merged chagneset 74174 from trunk
[SVN r74199]
2011-09-03 11:39:15 +00: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
79c567a34f Fixed incorrect use of "empty" utfXX_t
[SVN r73527]
2011-08-04 13:27:21 +00:00
Artyom Beilis
4acf3e5512 Fixing an issue with incorrect use of templated member functions
[SVN r73481]
2011-08-01 19:29:17 +00:00
Artyom Beilis
d3a7d0a0fa utf_to_utf is now inline and implemented in headers
[SVN r73469]
2011-08-01 08:04:27 +00:00
Artyom Beilis
194a35dd4f - Fixed correct error report in case Windows codepage is not
supported
- Updated tests to skip situations where particular code pages
  may not be supported in Windows


[SVN r73170]
2011-07-17 11:04:57 +00:00
Artyom Beilis
26f6963c2b Fixed formatting test for cases where some locales
are not installed on the system


[SVN r73162]
2011-07-17 09:10:33 +00:00
Artyom Beilis
5c76f11768 Changed order of test to make the Boost.Locale's test
be the last such the if it fails we will still see more
output


[SVN r73119]
2011-07-15 12:48:40 +00:00
Artyom Beilis
fcd53df19c Cleanup of some tabs and missing copyright notices
[SVN r73099]
2011-07-14 11:09:25 +00:00
Artyom Beilis
545df3e27d merged changeset 1887 - generator should be tested regardless of backends
[SVN r73094]
2011-07-14 09:01:50 +00:00
Artyom Beilis
90da3db376 Added test that shows OS configuration
[SVN r73091]
2011-07-14 07:31:52 +00:00
Artyom Beilis
802f5d031d - Merge: svn merge -r 1882:1885 https://cppcms.svn.sourceforge.net/svnroot/cppcms/boost_locale/trunk
- Fixed issues with inspector
  - Changed the use of boost::mutex - not include entire boost.thread
- Updated documentation build script


[SVN r73059]
2011-07-13 18:05:40 +00:00
Artyom Beilis
4c30e01d23 First Version of Boost.Locale integrated into SVN trunk
[SVN r73017]
2011-07-12 13:57:36 +00:00