Markus Scherer
cd4ea6fd23
ICU-4011 some Unixes need to link programs explicitly with the i18n library when using toolutil
...
X-SVN-Rev: 17488
2005-04-18 21:16:37 +00:00
George Rhoten
c2549aaace
ICU-4420 Drop support for MSVC 6. This implements the changes proposed on 2004-03-26.
...
X-SVN-Rev: 17334
2005-03-13 19:56:58 +00:00
George Rhoten
b53e510acd
ICU-4420 Remove some original MSVC 6 specific definitions/options that do not apply to MSVC 7.1.
...
This change is also being done so that it's easier to compare the options against the Cygwin/MSVC build (the only way left to use MSVC 6).
Some of the definitions/options aren't used at all or are redundant.
X-SVN-Rev: 17285
2005-03-05 10:06:19 +00:00
George Rhoten
563181b765
ICU-739 Make it easier to build ICU on Windows where WIN32 is defined, but WIN32 is not the target.
...
X-SVN-Rev: 17209
2005-02-17 00:10:29 +00:00
Markus Scherer
d1af40d227
ICU-3881 modularize unorm.icu using build-time switches
...
X-SVN-Rev: 17082
2005-01-04 00:46:14 +00:00
George Rhoten
9d4709a71e
ICU-4154 Fixes for IRIX. memcmp seems to be broken on IRIX for some odd reason.
...
X-SVN-Rev: 16833
2004-11-12 00:38:34 +00:00
George Rhoten
b43d5d4272
ICU-3905 Fix some IA64 compiler warnings.
...
X-SVN-Rev: 16747
2004-11-04 02:36:10 +00:00
Markus Scherer
ba9290c9ab
ICU-4078 forgot to add -i description to help text
...
X-SVN-Rev: 16319
2004-09-14 13:47:24 +00:00
Markus Scherer
5320060c1a
ICU-4078 gennorm now needs other properties files - but must not depend on unorm.icu...
...
X-SVN-Rev: 16317
2004-09-13 23:40:06 +00:00
Markus Scherer
c7b731f94b
ICU-4078 normalization exclusion sets: move their building (with set patterns) from unorm.cpp to gennorm so that runtime normalization code does not depend on all properties and uniset_props.cpp
...
X-SVN-Rev: 16304
2004-09-12 16:59:20 +00:00
George Rhoten
87759368c3
ICU-3500 Fix some compiler warnings
...
X-SVN-Rev: 15636
2004-05-30 09:03:43 +00:00
Eric Mader
57bb90bd7f
ICU-3770 Updated copyright notices for ICU 3.0
...
X-SVN-Rev: 15419
2004-05-20 00:15:42 +00:00
George Rhoten
1bf207e545
ICU-3741 Ignore some things that appear on Cygwin
...
X-SVN-Rev: 15251
2004-05-11 16:15:58 +00:00
Steven R. Loomis
207167f8be
ICU-2487 move collation data into new tree
...
X-SVN-Rev: 14967
2004-04-14 20:08:16 +00:00
Vladimir Weinstein
f41186a660
ICU-3170 fixed a bug in parser
...
X-SVN-Rev: 14845
2004-04-03 07:16:55 +00:00
Markus Scherer
9b10636685
ICU-3170 update code for Unicode 4.0.1
...
X-SVN-Rev: 14844
2004-04-02 17:41:06 +00:00
George Rhoten
6d897671e7
ICU-3389 Fix library installation
...
X-SVN-Rev: 14773
2004-03-26 18:35:15 +00:00
George Rhoten
1745685d1e
ICU-3389 First try at building tools into a bin directory and libraries into a lib directory.
...
X-SVN-Rev: 14767
2004-03-26 01:22:25 +00:00
George Rhoten
7fe030d918
ICU-3612 Don't explicitly specify the import libraries. Use the project dependencies.
...
X-SVN-Rev: 14750
2004-03-24 23:09:55 +00:00
George Rhoten
761dc84de0
ICU-3389 Fix make clean and remove a few unused variables.
...
X-SVN-Rev: 14732
2004-03-23 06:10:51 +00:00
George Rhoten
4d1280ac61
ICU-3612 Convert MSVC .NET project files from 2002 to 2003, and enable CygWin builds
...
X-SVN-Rev: 14559
2004-02-21 00:36:30 +00:00
George Rhoten
046c4fac2d
ICU-3359 Allow the .vcproj files to build in directories with a space in the name
...
X-SVN-Rev: 13591
2003-11-05 19:27:55 +00:00
Markus Scherer
cea34629f2
ICU-2404 first code for m:n conversion extensions
...
X-SVN-Rev: 13490
2003-10-25 00:29:13 +00:00
Andy Heninger
e47d124fc4
ICU-3014 Remove u_init() calls from gennorm, genprops, to stop file creation failures when old data is already present
...
X-SVN-Rev: 12857
2003-08-18 17:34:06 +00:00
Andy Heninger
78ca2fdfc9
ICU-3014 Add explicit u_init() calls to tools and tests in anticipation of static init changes
...
X-SVN-Rev: 12826
2003-08-14 21:34:54 +00:00
Ram Viswanadha
c7c731c210
ICU-3050 StringPrep API first cut
...
X-SVN-Rev: 12675
2003-07-24 23:29:34 +00:00
George Rhoten
678782ccca
ICU-3036 Decrease size of tools.
...
X-SVN-Rev: 12527
2003-06-18 16:44:22 +00:00
Alan Liu
de95737116
ICU-2959 update copyright dates to include 2003
...
X-SVN-Rev: 12253
2003-06-03 20:58:22 +00:00
Markus Scherer
e5383df00f
ICU-2860 add UCONFIG_NO_NORMALIZATION and UCONFIG_NO_IDNA
...
X-SVN-Rev: 11809
2003-05-06 01:37:52 +00:00
George Rhoten
4e1913af46
ICU-2850 Add MSVC 7 (Visual Studio .NET) project files
...
X-SVN-Rev: 11743
2003-04-30 22:50:21 +00:00
Markus Scherer
0e0bdfd63b
ICU-2427 handle Hangul in recursive decompositions
...
X-SVN-Rev: 11262
2003-03-07 21:44:29 +00:00
George Rhoten
4d3562dcb7
ICU-2705 Add CygWin/MSVC support
...
X-SVN-Rev: 11008
2003-02-11 00:13:48 +00:00
George Rhoten
3f7f87ec92
ICU-2000 Fixed some compiler warnings
...
X-SVN-Rev: 10554
2002-12-07 00:05:41 +00:00
Markus Scherer
7f33a69caf
ICU-1785 build skippables data; formatVersion 2.2
...
X-SVN-Rev: 10152
2002-11-05 00:56:25 +00:00
Markus Scherer
aa4089194a
ICU-2324 fix condition that caused a broken combiningTable - end-of-list marker on wrong word
...
X-SVN-Rev: 9919
2002-09-25 22:20:57 +00:00
George Rhoten
d4c289ed12
ICU-1900 Ignore some files in CVS.
...
X-SVN-Rev: 9446
2002-07-30 22:26:11 +00:00
Andy Heninger
f0f44e915e
ICU-2030 WIndows build changes to allow apps to use static C runtime lib
...
X-SVN-Rev: 9400
2002-07-29 21:04:18 +00:00
George Rhoten
7e92471c93
ICU-1947 Better usage for U_EXPORT2 and U_CALLCONV
...
X-SVN-Rev: 9295
2002-07-23 23:01:08 +00:00
Steven R. Loomis
3ddea88fec
ICU-1992 data loading (.dat -> .icu)
...
X-SVN-Rev: 9232
2002-07-17 19:23:26 +00:00
Steven R. Loomis
06d5ee2949
ICU-1992 data packaging changes
...
X-SVN-Rev: 9223
2002-07-17 03:56:50 +00:00
Alan Liu
3007ac3e36
ICU-1115 fix for new API
...
X-SVN-Rev: 8789
2002-06-05 15:46:23 +00:00
Markus Scherer
9f6a04af03
ICU-1923 upgrade to Unicode 3.2: DerivedNormalizationProperties.txt -> DerivedNormalizationProps.txt and Comp_Ex -> Full_Composition_Exclusion
...
X-SVN-Rev: 8746
2002-05-31 01:16:58 +00:00
Alan Liu
237c0e67c3
ICU-1115 move UnicodeSet from i18n to common; also move affiliated classes; update USet to wrap UnicodeSet
...
X-SVN-Rev: 8721
2002-05-29 18:36:09 +00:00
George Rhoten
08df62745a
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 8681
2002-05-23 22:10:23 +00:00
George Rhoten
1a09ea5eda
ICU-1868 Properly use CPPFLAGS and other flags
...
X-SVN-Rev: 8613
2002-05-13 23:51:50 +00:00
George Rhoten
9d8d0d3940
ICU-1868 Make DEFS be used for macros and includes only for compile
...
time, not for link time, and other various fixes.
X-SVN-Rev: 8562
2002-05-01 23:48:15 +00:00
George Rhoten
df30dfbd29
ICU-1877 Add Win64 support.
...
X-SVN-Rev: 8531
2002-04-26 23:04:32 +00:00
George Rhoten
78b2d83a32
ICU-1868 Consolodate most definitions into icudefs.mk.in
...
X-SVN-Rev: 8494
2002-04-19 02:19:24 +00:00
George Rhoten
52ac620aa8
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 8376
2002-04-04 18:49:41 +00:00
Yves Arrouye
02eb4684c1
ICU-1798 change project files and fix one code bug to build on Visual
...
Studio .NET
X-SVN-Rev: 8175
2002-03-21 17:09:52 +00:00