Michael Ow
|
ab32395a4f
|
ICU-8928 Fix how path is found when pkgdata needs icu-config
X-SVN-Rev: 30949
|
2011-11-10 23:11:19 +00:00 |
|
Michael Ow
|
895e909e90
|
ICU-8858 Make revision number optional when packaging data in dll mode
X-SVN-Rev: 30947
|
2011-11-10 19:22:55 +00:00 |
|
Michael Ow
|
f7ebd6362b
|
ICU-8888 Update the help message in pkgdata tool
X-SVN-Rev: 30930
|
2011-11-04 17:09:18 +00:00 |
|
Michael Ow
|
b74ae536a7
|
ICU-8888 Fix missing identifier error in pkgdata
X-SVN-Rev: 30918
|
2011-11-04 02:40:39 +00:00 |
|
Michael Ow
|
2f7c17f854
|
ICU-8888 Add pkgdata tool option to build without assembly code
X-SVN-Rev: 30917
|
2011-11-03 23:55:49 +00:00 |
|
Steven R. Loomis
|
53c67d692d
|
ICU-8921 print a warning on rpath with installed icu. Also fix a bug where --disable-rpath (the default) caused icu-config selftest to fail
X-SVN-Rev: 30913
|
2011-11-03 20:48:20 +00:00 |
|
Steven R. Loomis
|
e123428b32
|
ICU-8909 warning cleanup
X-SVN-Rev: 30878
|
2011-10-27 23:29:16 +00:00 |
|
Steven R. Loomis
|
1ff6e9f8bc
|
ICU-8909 warnings cleanup
X-SVN-Rev: 30877
|
2011-10-26 23:56:35 +00:00 |
|
Steven R. Loomis
|
de16c44aa9
|
ICU-8908 #error if U_COMMON_IMPLEMENTATION, etc isnt set
X-SVN-Rev: 30876
|
2011-10-26 23:02:14 +00:00 |
|
Michael Ow
|
ebdeffac64
|
ICU-8861 Move the undefining of strict ansi on Cygwin and MinGW in pkgdata tool
X-SVN-Rev: 30832
|
2011-10-17 05:56:05 +00:00 |
|
Steven R. Loomis
|
20934ac953
|
ICU-8861 merge r30809 cleanup from #8755
X-SVN-Rev: 30814
|
2011-10-12 20:08:09 +00:00 |
|
Steven R. Loomis
|
e73e4ea280
|
ICU-8784 improve pointer toc code, however still not working on i- document as such for now.
X-SVN-Rev: 30702
|
2011-09-21 20:00:24 +00:00 |
|
Steven R. Loomis
|
737d129645
|
ICU-8784 commit iSeries porting fixes into trunk
X-SVN-Rev: 30667
|
2011-09-15 19:34:17 +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 |
|
John Emmons
|
e3697c8f0a
|
ICU-8707 Clean up compiler warnings from GCC
X-SVN-Rev: 30503
|
2011-08-12 21:16:53 +00:00 |
|
Andy Heninger
|
9f785d7ed6
|
ICU-8723 use array delete when appropriate in gencfu.cpp
X-SVN-Rev: 30481
|
2011-08-10 00:39:09 +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
|
4e30dc4c14
|
ICU-8571 remove udraft.h etc. & genheaders.pl, use #ifndef U_HIDE_DRAFT_API etc. instead
X-SVN-Rev: 30447
|
2011-08-01 02:20:46 +00:00 |
|
Michael Ow
|
079b2f8a28
|
ICU-8740 Fix pkgdata run command problem with MINGW
X-SVN-Rev: 30445
|
2011-07-29 22:47:25 +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
|
e31ce99b84
|
ICU-8575 option for not including utf headers by default; replace uses of deprecated utf_old.h macros
X-SVN-Rev: 30430
|
2011-07-27 05:53:56 +00:00 |
|
Markus Scherer
|
2862296471
|
ICU-8454 virtual destructors should be explicit, and defined in a .cpp file, so that they can serve as key functions
X-SVN-Rev: 30423
|
2011-07-26 05:32:25 +00:00 |
|
Markus Scherer
|
3bf88cd711
|
ICU-8452 consolidate definition of _XOPEN_SOURCE for access to POSIX functions; do not use __STDC_VERSION__ in C++ code where it is not defined
X-SVN-Rev: 30418
|
2011-07-25 21:02:32 +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 |
|
Michael Ow
|
12fe8cc4a2
|
ICU-8693 Display error message when missing needed options and given bad file names in pkgdata tool
X-SVN-Rev: 30346
|
2011-07-14 18:51:40 +00:00 |
|
Michael Ow
|
4fe319b158
|
ICU-8671 Update pkgdata to allow for space separated items when generating common data file.
X-SVN-Rev: 30343
|
2011-07-14 17:13:48 +00:00 |
|
Markus Scherer
|
1beb0f1e4f
|
ICU-8680 require C++ namespace, replace most U_NAMESPACE_QUALIFIER with icu::, remove still-draft U_STD_NS, U_STD_NSQ, and U_STD_NS_USE
X-SVN-Rev: 30281
|
2011-07-06 04:03:35 +00:00 |
|
Markus Scherer
|
744d1f3a19
|
ICU-8617 move UHashTok into lower-level uelement.h (new) and rename to UElement to share with UVector
X-SVN-Rev: 30272
|
2011-07-04 23:51:56 +00:00 |
|
Michael Ow
|
5a0a5a7d87
|
ICU-8535 Use U_MINGW instead of U_CYGWIN where appropriate when building on MinGW
X-SVN-Rev: 30252
|
2011-06-29 19:49:05 +00:00 |
|
Michael Ow
|
c1f1d09b70
|
ICU-8535 Merge changes for MINGW build fix in branch to trunk and fix some other errors when building with MINGW.
X-SVN-Rev: 30247
|
2011-06-28 21:07:36 +00:00 |
|
Michael Ow
|
12df0b5e29
|
ICU-8559 Removed requirement for flags being in a fixed order
X-SVN-Rev: 30243
|
2011-06-27 21:58:09 +00:00 |
|
Michael Ow
|
f3cfa0bb00
|
ICU-8559 Improve error report messages when pkgdata fails.
X-SVN-Rev: 30239
|
2011-06-27 18:51:52 +00:00 |
|
Michael Ow
|
dc38f079b5
|
ICU-8567 Fix error with building data on AIX using GCC
X-SVN-Rev: 30236
|
2011-06-26 07:14:41 +00:00 |
|
Michael Ow
|
c2bf97eb02
|
ICU-8602 Fix some compiler warnings.
X-SVN-Rev: 30231
|
2011-06-24 19:12:33 +00:00 |
|
Michael Ow
|
13ed82ae5d
|
ICU-8567 Ensure AIX deletes proper library before creating a new one in pkgdata
X-SVN-Rev: 30206
|
2011-06-12 02:42:44 +00:00 |
|
Michael Ow
|
310c23c24e
|
ICU-8578 Apply patch to fix some compiler warnings and related issues
X-SVN-Rev: 30205
|
2011-06-10 18:56:08 +00:00 |
|
Michael Ow
|
8f86f7b5b7
|
ICU-8585 Increase size of store string in gencmn
X-SVN-Rev: 30204
|
2011-06-09 23:48:38 +00:00 |
|
Markus Scherer
|
9f7d74001c
|
ICU-8605 document & test ICU4C dependencies, remove cycles, reduce some deps; merged from branches/markus/depstest -r 30155:30193
X-SVN-Rev: 30194
|
2011-06-03 05:23:57 +00:00 |
|
Markus Scherer
|
c2367c67f9
|
ICU-8601 fix extern-variable C/C++ mismatch in genrb (broke Windows)
X-SVN-Rev: 30155
|
2011-05-27 18:56:14 +00:00 |
|
Markus Scherer
|
41c8654d92
|
ICU-8601 replace C U_INLINE hack with C++ inline, and also rename a few other .c files to .cpp for future UMTX_CHECK replacement
X-SVN-Rev: 30148
|
2011-05-26 20:05:39 +00:00 |
|
Steven R. Loomis
|
625b955e7d
|
ICU-8428 update windows version#
X-SVN-Rev: 30079
|
2011-05-10 17:17:39 +00:00 |
|
Steven R. Loomis
|
a9767e483a
|
ICU-8547 update udraft.h etc
X-SVN-Rev: 30078
|
2011-05-10 02:39:00 +00:00 |
|
Steven R. Loomis
|
f7ff9a609a
|
ICU-8545 urename for milestone:4.8 - fix tool issues, also add svn:ignore to dicttrieperf/Makefile
X-SVN-Rev: 30072
|
2011-05-09 23:31:44 +00:00 |
|
Andy Heninger
|
af7d88ffe8
|
ICU-8542 Line endings, non-ASCII and svn property fixes for ICU4C.
X-SVN-Rev: 30068
|
2011-05-09 21:37:36 +00:00 |
|
Andy Heninger
|
ae8896de7f
|
ICU-8524 compiler warning cleanup.
X-SVN-Rev: 30026
|
2011-05-04 22:34:13 +00:00 |
|
Steven R. Loomis
|
3d44c5dc4b
|
ICU-8171 fix warnings, or at least move them into POSIX portions of code
X-SVN-Rev: 30012
|
2011-05-04 04:07:45 +00:00 |
|
Steven R. Loomis
|
388f165e13
|
ICU-7659 fix U_CC and U_CXX
X-SVN-Rev: 30004
|
2011-05-04 00:02:26 +00:00 |
|
Markus Scherer
|
31b3ddce42
|
ICU-8171 add const to char *tag in genrb/reslist
X-SVN-Rev: 29999
|
2011-05-03 22:26:26 +00:00 |
|
Steven R. Loomis
|
b88cd9bca9
|
ICU-8350 zOS fixes round one
X-SVN-Rev: 29973
|
2011-05-03 03:40:34 +00:00 |
|
Michael Ow
|
e4bda133f1
|
ICU-8487 Increase size of buffer for reading ucm file.
X-SVN-Rev: 29844
|
2011-04-21 21:10:13 +00:00 |
|