Markus Scherer
|
9dbf370b21
|
ICU-11599 simplify preprocessor conditions for U_HAVE_CLANG_ATOMICS
X-SVN-Rev: 37667
|
2015-07-15 20:04:11 +00:00 |
|
Andy Heninger
|
d3301c325e
|
ICU-11754 remove gcc version test for noexcept.
X-SVN-Rev: 37630
|
2015-06-29 18:15:44 +00:00 |
|
Andy Heninger
|
8a163f878d
|
ICU-11754 C++03 build errors.
X-SVN-Rev: 37624
|
2015-06-27 00:02:59 +00:00 |
|
Markus Scherer
|
f7e715daee
|
ICU-10086 move & swap for UnicodeString, LocalPointer, LocalArray
X-SVN-Rev: 37469
|
2015-05-28 17:03:45 +00:00 |
|
Jungshik Shin
|
19e759df57
|
ICU-11033 support chrome native client as a platform
X-SVN-Rev: 37140
|
2015-03-05 01:11:14 +00:00 |
|
George Rhoten
|
1cdf346b5e
|
ICU-10871 Remove the old untested and unlisted U_PF_CLASSIC_MACOS platform. The modern ICU probably would not compile on this old platform anymore.
X-SVN-Rev: 35663
|
2014-04-30 18:34:36 +00:00 |
|
Markus Scherer
|
caf4feecef
|
ICU-10355 std::string is available on Android
X-SVN-Rev: 34278
|
2013-09-11 23:46:50 +00:00 |
|
Steven R. Loomis
|
3337da7e64
|
ICU-9710 fixed U_PLATFORM on darwin. also added U_PF_BSD to the debug printf while at it.
X-SVN-Rev: 34158
|
2013-08-30 23:39:28 +00:00 |
|
Michael Ow
|
f22d76237b
|
ICU-9608 MinGW includes stdint.h and inttypes.h
X-SVN-Rev: 32875
|
2012-11-21 18:48:29 +00:00 |
|
Markus Scherer
|
2b38252e75
|
ICU-9728 do not automatically define UChar=char16_t because that makes C++ APIs incompatible with application code that was compiled without char16_t; define UChar=UCHAR_TYPE if that is #defined; change U_STRING_DECL to sometimes create a pointer, not array, so that we can cast the UTF-16 string literal type
X-SVN-Rev: 32780
|
2012-11-09 17:57:46 +00:00 |
|
Steven R. Loomis
|
1dff0b56ee
|
ICU-9501 doxygen cleanup.
X-SVN-Rev: 32372
|
2012-09-11 20:51:51 +00:00 |
|
Markus Scherer
|
944ff6eeaf
|
ICU-9141 add U_GCC_MAJOR_MINOR macro
X-SVN-Rev: 32252
|
2012-08-27 23:15:08 +00:00 |
|
George Rhoten
|
e1b9092426
|
ICU-9469 Improve support for C++11
X-SVN-Rev: 32179
|
2012-08-15 17:46:17 +00:00 |
|
Debabrata Sengupta
|
3ef2d173ca
|
ICU-9342 implemented patch to support gcc's malloc and alloc_size attributes
X-SVN-Rev: 32151
|
2012-08-10 20:31:15 +00:00 |
|
Michael Ow
|
595a189bd1
|
ICU-9365 Add check for AIX processor type
X-SVN-Rev: 32023
|
2012-07-03 18:08:56 +00:00 |
|
Michael Ow
|
1d202c6a8a
|
ICU-9365 Fix detection of some BSD variants and other platform related issues
X-SVN-Rev: 32020
|
2012-07-03 16:36:35 +00:00 |
|
Michael Ow
|
aced0d7e49
|
ICU-9365 Fix endianness detection for sparc based systems
X-SVN-Rev: 31971
|
2012-06-19 18:01:28 +00:00 |
|
Michael Ow
|
1971c167a3
|
ICU-9332 Fix endianness detection for Linux s390
X-SVN-Rev: 31834
|
2012-05-18 16:05:05 +00:00 |
|
Michael Ow
|
b3b1909c8c
|
ICU-9295 Add endianness check for HPPA systems
X-SVN-Rev: 31819
|
2012-05-14 13:33:57 +00:00 |
|
Will Mason
|
989e7a4395
|
ICU-9286 Fix for variations in the presence of the timezone symbol on BSDs
X-SVN-Rev: 31780
|
2012-04-26 21:45:02 +00:00 |
|
Michael Ow
|
d6861c7617
|
ICU-9197 Fix BSD platform detection
X-SVN-Rev: 31619
|
2012-03-15 16:37:44 +00:00 |
|
Steven R. Loomis
|
4db19f5629
|
ICU-8732 merge from branch
X-SVN-Rev: 30750
|
2011-09-29 19:22:56 +00:00 |
|
Abhinav Gupta
|
6a746276e5
|
ICU-8855 non-ascii characters in C code.
X-SVN-Rev: 30739
|
2011-09-28 20:54:03 +00:00 |
|
Michael Ow
|
6f6b1b346c
|
ICU-8765 Fix endianness detection issue in Solaris/GCC and silence some compilation warnings
X-SVN-Rev: 30562
|
2011-08-22 22:42:11 +00:00 |
|
Michael Ow
|
3ca1e00e84
|
ICU-8452 Update Cygwin MSVC handling by defining CYGWINMSVC
X-SVN-Rev: 30546
|
2011-08-19 17:51:04 +00:00 |
|
Michael Ow
|
6be4ed022f
|
ICU-8452 Fix some more Cygwin MVSC and Cygwin GCC build issues
X-SVN-Rev: 30541
|
2011-08-18 18:47:16 +00:00 |
|
Markus Scherer
|
0085627c17
|
ICU-8733 #define U_CHARSET_IS_UTF8 1 on Android and Darwin-based
X-SVN-Rev: 30536
|
2011-08-17 20:17:56 +00:00 |
|
Michael Ow
|
78937c5834
|
ICU-8452 Fix some Cygwin GCC and MinGW build errors
X-SVN-Rev: 30457
|
2011-08-03 20:09:44 +00:00 |
|
Markus Scherer
|
07035f8756
|
ICU-8731 move some @internal definitions to putilimp.h
X-SVN-Rev: 30433
|
2011-07-27 21:26:00 +00:00 |
|
Markus Scherer
|
ca12d6d5bd
|
ICU-8730 move some @internal, rarely-used platform macros to putilimp.h
X-SVN-Rev: 30432
|
2011-07-27 20:55:09 +00:00 |
|
Markus Scherer
|
dc55bc7c66
|
ICU-8452 fix a couple of Darwin/iPhone platform tests
X-SVN-Rev: 30416
|
2011-07-25 18:42:17 +00:00 |
|
Markus Scherer
|
9bcc40cf9e
|
ICU-8452 un-autoconf platform.h, move user-configurable settings to uconfig.h, and other changes; from svn merge --reintegrate branches/markus/platformh at r30411
X-SVN-Rev: 30412
|
2011-07-23 00:10:30 +00:00 |
|