Mike Kaganski
99a42208ef
This comparisons were always false
2018-05-17 03:37:01 +03:00
Artyom Beilis
5748a80082
Fixed wired FreeBSD/clang issue on optimized build. Probably compiler workaround
2017-08-11 23:24:07 +03:00
Artyom Beilis
322437a485
Adding dual auto_ptr/unique_ptr support
2017-08-07 13:32:40 +03:00
Artyom Beilis
c02e0ef98a
Removed unused code
2017-07-22 22:50:26 +03:00
Artyom Beilis
8833726803
Closing #12453
2017-07-13 17:25:20 +03:00
Artyom Beilis
ebe5c737f2
Fixed #12572
2017-07-13 17:19:05 +03:00
Artyom Beilis
90dd8146fb
Closing #6851
2017-07-13 17:10:39 +03:00
Artyom Beilis
a4cfb4780a
Fixed missing throw
2017-07-13 17:05:47 +03:00
Artyom Beilis
c8e6d71512
Merge pull request #16 from Orphis/locks_fix
...
Fix compilation against Boost Thread v4
2017-07-13 16:40:15 +03:00
Artyom Beilis
22f8273d3b
Fixed Year of week instead of year ICU formatting
2017-07-13 14:34:14 +03:00
Florent Castelli
e1dd7301aa
Fix compilation against Boost Thread v4
...
The modified files use boost::unique_lock and don't include the
proper header. In Boost Thread <4, it would be transitively included
from <boost/thread/mutex.hpp> but no longer with v4 by default.
2017-06-20 14:57:23 +02: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
ca4a6265a1
Patch by Kohei Takahashi FreeBSD build issue
2015-10-12 14:24:26 +03:00
Artyom Beilis
c347cae4ea
Fixes for FreeBSD 10.2 and above with changes in __iconv API
2015-10-11 02:09:19 +03:00
Artyom Beilis
f9e82c04a0
Fixed build issue with bad fwd headers
2015-10-01 18:32:43 +03:00
Artyom Beilis
eb8cc39bc1
Closing #10017 - sun -> sunday for SunOS
2015-09-30 18:37:49 +03:00
Artyom Beilis
a4e5585ff4
Fixed #11163 bug in generator::set_default_messages_domain
2015-09-30 18:27:27 +03:00
Artyom Beilis
99f90967e8
Fix compilation issues closing #11673
2015-09-30 18:11:28 +03:00
Artyom Beilis
b7fcbdc2de
POSIX backed support on FreeBSD
2015-09-30 17:56:37 +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
7a25ff527e
Lineup with trunk
...
[SVN r78306]
2012-05-02 13:49: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
62dcc01a43
Merged changeset 75174 from trunk (clang issue)
...
[SVN r75315]
2011-11-04 14:10:35 +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
c64f3fd376
Attempt to fix iconv - lets rename the name of the function
...
that calls iconv library
[SVN r73382]
2011-07-26 18:39:40 +00:00
Artyom Beilis
d5ad31c0d1
An attempt to fix an issue when mask is enum type for pathscale 4 compiler
...
[SVN r73286]
2011-07-21 20:01:33 +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
fcd53df19c
Cleanup of some tabs and missing copyright notices
...
[SVN r73099]
2011-07-14 11:09:25 +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