George Rhoten
f9397a445c
ICU-3085 Change ICU to use the /Zc:wchar_t option.
...
X-SVN-Rev: 18994
2006-01-17 21:12:17 +00:00
George Rhoten
d0559ac03c
ICU-4948 Make the makefiles easier to compare against each other
...
X-SVN-Rev: 18852
2005-12-02 10:21:39 +00:00
Markus Scherer
175a89e2ee
ICU-4739 add *.plg/ncb/opt to .cvsignore
...
X-SVN-Rev: 18468
2005-08-26 15:38:49 +00:00
Eric Mader
5dc3d7c9d4
ICU-4561 Update copyright notices for ICU 3.4
...
X-SVN-Rev: 17822
2005-06-07 23:38:09 +00:00
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
b43d5d4272
ICU-3905 Fix some IA64 compiler warnings.
...
X-SVN-Rev: 16747
2004-11-04 02:36:10 +00:00
Markus Scherer
5aa9e27ac0
ICU-4078 move functions for invariant characters from putil to new uinvchar, public prototypes into utypes.h
...
X-SVN-Rev: 16320
2004-09-14 16:58:51 +00:00
George Rhoten
648e3d7de3
ICU-3500 Fix some compiler warnings
...
X-SVN-Rev: 15331
2004-05-17 06:33:22 +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
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
123c565384
ICU-3650 Update gencnval and alias table documentation
...
X-SVN-Rev: 14691
2004-03-12 06:44:55 +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
331cb209f6
ICU-3431 The cnvalias.dat.5 man page doesn't need to be generated anymore
...
X-SVN-Rev: 14434
2004-02-01 05:44:25 +00:00
George Rhoten
c5dda76d0a
ICU-3222 Fix some compiler warnings
...
X-SVN-Rev: 14097
2003-12-11 05:00:40 +00:00
George Rhoten
315f0b4633
ICU-3431 The cnvalias.dat.5 man page doesn't need to be generated
...
anymore
X-SVN-Rev: 13999
2003-12-04 17:39:11 +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
George Rhoten
974564edac
ICU-3260 Make sure that the tools don't need ICU_DATA to be set before being run.
...
X-SVN-Rev: 13119
2003-09-17 02:41:45 +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
Markus Scherer
29ceab3f7b
ICU-2329 check for invariant characters in converter names and aliases; also fix bugs in options handling
...
X-SVN-Rev: 12589
2003-07-02 23:14:10 +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
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
George Rhoten
0e62580a4a
ICU-2593 Just make sure that the aliases don't have options because they aren't needed.
...
There isn't a need to verify the converter name because we may want to unlist a converter without an option.
X-SVN-Rev: 11148
2003-02-25 01:58:57 +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
6b8d91016e
ICU-2536 Display more consistent results when managing alias conflicts.
...
X-SVN-Rev: 10842
2003-01-11 01:26:50 +00:00
George Rhoten
c96e48e97e
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 9689
2002-08-13 16:10:43 +00:00
George Rhoten
d00b7eaa25
ICU-2072 Add some better (and correct) alias data to test ambiguous converter aliases
...
X-SVN-Rev: 9626
2002-08-08 22:46:05 +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
f6d1eb0103
ICU-868 Update the man page.
...
X-SVN-Rev: 9292
2002-07-23 18:56:37 +00:00
Steven R. Loomis
06d5ee2949
ICU-1992 data packaging changes
...
X-SVN-Rev: 9223
2002-07-17 03:56:50 +00:00
George Rhoten
c676ede6b7
ICU-900 Fix some compiler warnings.
...
X-SVN-Rev: 9203
2002-07-16 17:23:05 +00:00
George Rhoten
d00c3aa74a
ICU-868 Fix for HP/UX
...
X-SVN-Rev: 9114
2002-07-12 18:06:28 +00:00
George Rhoten
70debd215f
ICU-868 New alias scheme.
...
X-SVN-Rev: 8975
2002-06-28 23:13:30 +00:00
George Rhoten
dce8ee6d71
ICU-868 Allow multiline parsing of aliases, and a list of standard tags
...
X-SVN-Rev: 8858
2002-06-12 17:29:40 +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
Yves Arrouye
84a6473a6e
ICU-1857 move commands from $(sbindir) to $(bindir)
...
X-SVN-Rev: 8486
2002-04-18 03:06:00 +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
George Rhoten
9f3b0c5276
ICU-1733 Integrate some of Lotus' changes on mainframes.
...
X-SVN-Rev: 8060
2002-03-15 23:41:40 +00:00
Yves Arrouye
d395929eff
ICU-1596 use the library suffix for the ICU data library too.
...
X-SVN-Rev: 7632
2002-02-12 20:04:52 +00:00
George Rhoten
e33da55324
ICU-1499 Change LocaleID from string -> int.
...
X-SVN-Rev: 7599
2002-02-08 01:08:50 +00:00
Yves Arrouye
45a7e67818
ICU-1675 hmmm, we still want things to go into wherever/icu/version
...
so change that and make it a new variable name for consistency.
X-SVN-Rev: 7542
2002-01-31 04:24:36 +00:00
Yves Arrouye
40ac5aa3b0
ICU-1675 have configure define a icudatadir that is used correctly
...
in the build as well as in the manual pages.
X-SVN-Rev: 7537
2002-01-31 01:02:36 +00:00