Steven R. Loomis
4890638e08
ICU-12766 wip escaping for utf-8 input
...
* create a new escaper tool - needs to be invoked in mh- files
* escapes to temporary _whatever.cpp files
* does NOT handle multi line u"xxx" (or u'xxx'? )
* does not cleanup _*.cpp files
* fixup a bunch of Makefiles to add -I$(srcdir) (doesn't hurt anyway)
X-SVN-Rev: 39787
2017-03-13 23:19:33 +00:00
Peter Edberg
b3045d787d
ICU-13005 update release version to 59.1 rc
...
X-SVN-Rev: 39736
2017-03-05 04:57:45 +00:00
Peter Edberg
29adc42b5f
ICU-12895 fix the header comment version in configure
...
X-SVN-Rev: 39563
2017-01-16 00:46:12 +00:00
Peter Edberg
a238722264
ICU-12895 update release version to 59.0.1 for m1
...
X-SVN-Rev: 39562
2017-01-16 00:42:22 +00:00
Andy Heninger
7d2fe3819c
ICU-12643 ICU4C, require C++11 to build.
...
X-SVN-Rev: 39543
2016-12-16 00:03:11 +00:00
Steven R. Loomis
c3277ff991
ICU-12774 tzname/timezone checks on cygwin, merge r39416
...
X-SVN-Rev: 39421
2016-10-04 04:00:46 +00:00
Yoshito Umaoka
416a42bdfc
ICU-12738 Updated ICU4C version to 58.1. Also updated uvernum.h to use the Unicode copyright string, which will be embedded in ICU binary data files.
...
X-SVN-Rev: 39234
2016-09-15 03:02:38 +00:00
Steven R. Loomis
4136a2f257
ICU-12708 bye bye layout engine
...
X-SVN-Rev: 39176
2016-09-09 21:28:18 +00:00
Yoshito Umaoka
ec3948198e
ICU-10232 Updated preprocessro macro again - including xlocale.h except for windows, configure script to set -DU_HAVE_STRTOD_L=1 when strtod_l is available, etc.
...
X-SVN-Rev: 39144
2016-09-07 07:43:38 +00:00
Yoshito Umaoka
f2d8d1be68
ICU-10232 DigitList to use strtod_l instead of strtod with cached host decimal point on platforms supporting strtod_l. For other platforms, detect host decimal point instead of using cached host decimal point char.
...
X-SVN-Rev: 39124
2016-09-02 20:58:05 +00:00
Michael Ow
61607c2773
ICU-12564 Update copyright notice in trunk
...
X-SVN-Rev: 38848
2016-06-15 18:58:17 +00:00
Yoshito Umaoka
00ca13e126
ICU-12564 Reverted r38761 and r38762, because we want to prepend the Unicode copyright for existing source files, instead of replacing copyright comments.
...
X-SVN-Rev: 38776
2016-05-31 21:45:07 +00:00
Michael Ow
c9f199a30f
ICU-12564 Update copyright notice in ICU4C
...
X-SVN-Rev: 38761
2016-05-26 22:32:17 +00:00
Michael Ow
d63a77bca4
ICU-12455 Update version number to 58.0.1 in ICU4C
...
X-SVN-Rev: 38711
2016-05-06 20:53:07 +00:00
Michael Ow
8d4fe67a1e
ICU-11942 Disable certain gcc flags on solaris
...
X-SVN-Rev: 38632
2016-04-19 21:00:50 +00:00
Michael Ow
8966d66c8b
ICU-12187 Update configure script for 57.1 ICU4C
...
X-SVN-Rev: 38434
2016-02-29 19:06:19 +00:00
Michael Ow
d6814bf17d
ICU-11917 Regenerate configure for ICU 56
...
X-SVN-Rev: 37971
2015-09-17 18:48:01 +00:00
Steven R. Loomis
39f698cbc3
ICU-11437 revert r37938 r37939 (also ICU-11435 ) - try to unbreak Solaris
...
X-SVN-Rev: 37945
2015-09-11 02:01:12 +00:00
Steven R. Loomis
a6fd360ff3
ICU-11435 Bitrig fixes.
...
Incorporates ICU-11881 and ICU-11882
X-SVN-Rev: 37938
2015-09-10 06:26:57 +00:00
Steven R. Loomis
77cd9e6aa4
ICU-11763 turn icuplugs off by default
...
add "--enable-plugins" to configure, and also "UCONFIG_ENABLE_PLUGINS".
These are disabled by default.
Also, start splitting out acinclude.m4 content to source/config/m4/..
X-SVN-Rev: 37675
2015-07-16 18:13:02 +00:00
Michael Ow
390e7a5080
ICU-11715 Fix ICU data build issue on HPUX ia64 using aCC
...
X-SVN-Rev: 37499
2015-06-04 20:31:02 +00:00
Andy Heninger
4d4ee85673
ICU-11659 Remove remnants of ICU_USE_THREADS
...
X-SVN-Rev: 37415
2015-04-30 01:10:04 +00:00
Michael Ow
bb0fc88075
ICU-11433 Update configure script to 55.1
...
X-SVN-Rev: 37182
2015-03-07 06:20:23 +00:00
Michael Ow
9f70aa922d
ICU-11313 Update configure script for 55m1
...
X-SVN-Rev: 36843
2014-12-10 21:05:34 +00:00
Steven R. Loomis
68e82040f9
ICU-11023 merge from branch
...
X-SVN-Rev: 36425
2014-09-10 02:20:50 +00:00
Steven R. Loomis
e330da58b6
ICU-8502 still do the previous version scan, but at least let autoconf know what our version # is.
...
X-SVN-Rev: 36375
2014-09-06 00:39:13 +00:00
Steven R. Loomis
7b46ea1945
ICU-10972 improve --with-data-packaging docs
...
X-SVN-Rev: 36363
2014-09-05 18:33:24 +00:00
Michael Ow
d29271fcce
ICU-9985 Add support for msys msvc build environment
...
X-SVN-Rev: 36256
2014-08-27 22:42:28 +00:00
Michael Ow
5ed8880d0e
ICU-11121 Fix cygwin msvc mh file detection
...
X-SVN-Rev: 36253
2014-08-27 21:49:22 +00:00
Michael Ow
5d5b8293ca
ICU-10857 Remove mingw suffix and update configure
...
X-SVN-Rev: 36233
2014-08-25 22:07:21 +00:00
Steven R. Loomis
34b4644cac
ICU-10530 Deprecate LayoutEngine
...
X-SVN-Rev: 35951
2014-06-26 01:17:03 +00:00
Michael Ow
9f62253594
ICU-10732 Fix error in configure script
...
X-SVN-Rev: 35674
2014-04-30 21:17:52 +00:00
Michael Ow
550f0448d6
ICU-10732 Enable Cygwin64 build
...
X-SVN-Rev: 35672
2014-04-30 21:08:54 +00:00
Yoshito Umaoka
401e64ef80
ICU-10549 Merging a new collation performance regression test cases from a branch.
...
X-SVN-Rev: 34721
2013-12-09 17:32:25 +00:00
Steven R. Loomis
358e1ddcd2
ICU-10376 fixup clang warnings
...
X-SVN-Rev: 34385
2013-09-18 20:08:25 +00:00
Michael Ow
40f04c3961
ICU-9790 Update configure script
...
X-SVN-Rev: 34322
2013-09-14 03:16:37 +00:00
Steven R. Loomis
97f490833e
ICU-10308 add back only the flags which make a difference
...
X-SVN-Rev: 34157
2013-08-30 22:45:31 +00:00
Steven R. Loomis
cfa973f062
ICU-10123 add check for elf.h before using (note, had to add U_HAVE_ELF_H)
...
X-SVN-Rev: 34154
2013-08-30 21:20:02 +00:00
Steven R. Loomis
5cbd24e441
ICU-9211 add --disable-tools and warnings
...
X-SVN-Rev: 34152
2013-08-30 20:47:42 +00:00
Steven R. Loomis
7f8c0f9fe0
ICU-9675 clean regen configure (whitespace)
...
X-SVN-Rev: 34150
2013-08-30 20:27:13 +00:00
Steven R. Loomis
39184cab6a
ICU-9675 add -Qunused-arguments if compiler is clang
...
X-SVN-Rev: 34088
2013-08-26 20:45:20 +00:00
Andy Heninger
7c9e0aa2e8
ICU-10310 C++11 checking in configure script.
...
X-SVN-Rev: 34057
2013-08-16 22:56:38 +00:00
Andy Heninger
53ddd94796
ICU-10310 Improve C++11 handling in configure script
...
X-SVN-Rev: 34055
2013-08-16 18:39:31 +00:00
Andy Heninger
a04e4eb615
ICU-10271 tweak to configure test for C++11 #include <atomic>.
...
X-SVN-Rev: 33992
2013-07-25 20:41:57 +00:00
Michael Ow
ef7d499233
ICU-10255 Fix configure script comment error
...
X-SVN-Rev: 33973
2013-07-24 17:51:08 +00:00
Steven R. Loomis
703a9a0056
ICU-10255 set flag even on =1 case, add documentation
...
X-SVN-Rev: 33941
2013-07-19 01:44:39 +00:00
Steven R. Loomis
f844fdd2cb
ICU-10255 add U_HAVE_ATOMIC define, whether <atomic> can be included or not. Also zap some whitespace.
...
X-SVN-Rev: 33935
2013-07-18 16:27:50 +00:00
Steven R. Loomis
f4d12ea183
ICU-10234 check in layout engine perf test
...
X-SVN-Rev: 33861
2013-06-27 17:37:58 +00:00
Michael Ow
b6ab4f46c4
ICU-9692 Add mh file for mingw64 and remove compile time determination of __USER_LABEL_PREFIX__ to fix cross compilation errors
...
X-SVN-Rev: 32906
2012-11-29 18:20:09 +00:00
George Rhoten
75425ce174
ICU-9469 Make clang the default in addition to clang++. Also add some instructions.
...
X-SVN-Rev: 32280
2012-08-28 22:54:00 +00:00