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
d6f111187c
ICU-4420 Temporary fix due to MSVC 6 -> MSVC 7.1 transition for the performance tests.
...
X-SVN-Rev: 17277
2005-03-03 16:19:22 +00:00
George Rhoten
48a2eb0433
ICU-4420 Fix compile time problems that appeared during MSVC 6 -> MSVC 7.1 migration for the performance tests.
...
X-SVN-Rev: 17276
2005-03-03 08:54:57 +00:00
George Rhoten
35e0a8a0d2
ICU-739 Make it easier to build ICU on Windows where WIN32 is defined, but WIN32 is not the target.
...
X-SVN-Rev: 17210
2005-02-17 00:19:44 +00:00
George Rhoten
b43d5d4272
ICU-3905 Fix some IA64 compiler warnings.
...
X-SVN-Rev: 16747
2004-11-04 02:36:10 +00:00
Eric Mader
0b0a9b9186
ICU-4179 update copyright notices for ICU 3.2
...
X-SVN-Rev: 16695
2004-11-01 19:41:06 +00:00
George Rhoten
24f4947b54
ICU-4154 Remove unused include directories.
...
X-SVN-Rev: 16607
2004-10-24 19:57:28 +00:00
George Rhoten
b87fed8371
ICU-3963 Update ICU
...
X-SVN-Rev: 16056
2004-07-19 21:18:18 +00:00
George Rhoten
b7ae145f93
ICU-3946 Fix some tests to use U_EXPORT2 more often
...
X-SVN-Rev: 16019
2004-07-16 15:05:14 +00:00
George Rhoten
115d10a107
ICU-3499 Fix for z/OS. Make sure C++ tests are defined as C functions.
...
X-SVN-Rev: 15712
2004-06-04 17:11:09 +00:00
George Rhoten
b2f1c64857
ICU-3499 Make sure warnings appear while passing a C++ function to a
...
function expecting a C function. This is important for z/OS and iotest.
X-SVN-Rev: 15710
2004-06-04 16:56:12 +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
bbc7043dbf
ICU-3500 Fix some compiler warnings
...
X-SVN-Rev: 15400
2004-05-19 06:13:31 +00:00
George Rhoten
fbf289c55e
ICU-3576 Make it easier to create static libraries on Windows
...
X-SVN-Rev: 15366
2004-05-18 05:35:41 +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
George Rhoten
4e2017ef10
ICU-3734 Use the base address when needed on Windows.
...
X-SVN-Rev: 15173
2004-05-06 05:56:22 +00:00
George Rhoten
4f38b04d89
ICU-3719 Update version numbers
...
X-SVN-Rev: 15097
2004-04-29 19:12:32 +00:00
George Rhoten
29f1907672
ICU-3576 Improve building and using static libraries
...
X-SVN-Rev: 15077
2004-04-28 05:24:57 +00:00
George Rhoten
d25bc2ab9b
ICU-3682 Make it easier for os/400 and Cygwin to do proper library versioning with usable names.
...
X-SVN-Rev: 15007
2004-04-19 17:32:30 +00:00
George Rhoten
bf80670ed2
ICU-3389 CygWin/MSVC "make clean" changes
...
X-SVN-Rev: 14869
2004-04-05 21:25:47 +00:00
George Rhoten
f766d4a7dc
ICU-3662 Remove unused dependencies
...
X-SVN-Rev: 14742
2004-03-24 05:51:27 +00:00
George Rhoten
f1414e0160
ICU-3662 Move data based test framework to test library
...
X-SVN-Rev: 14737
2004-03-23 23:18:43 +00:00
George Rhoten
2fe4ef4a10
ICU-3662 Readd vlog_info. It was being used.
...
X-SVN-Rev: 14735
2004-03-23 19:02:20 +00:00
George Rhoten
6038ee28f5
ICU-3662 Move data based test framework to test library
...
X-SVN-Rev: 14733
2004-03-23 06:37:36 +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
ddb9791b82
ICU-3485 Rename the static libraries
...
X-SVN-Rev: 14252
2004-01-07 07:07:17 +00:00
Andy Heninger
22b16ab91e
ICU-2403 tracing, have cintltst save trace settings across u_cleanup().
...
Add trace Open and Close option to cintltst
X-SVN-Rev: 13896
2003-11-26 03:09:51 +00:00
Markus Scherer
0e4602cc1b
ICU-2235 give cintltst/udatatst.c access to vlog_info()
...
X-SVN-Rev: 13753
2003-11-19 01:05:25 +00:00
George Rhoten
0e87c3e3dd
ICU-3359 Allow .vcproj files to build in a directory with a space
...
X-SVN-Rev: 13622
2003-11-07 03:32:03 +00:00
George Rhoten
7ff9b0b7ce
ICU-3312 We no longer test properly getting the time zone from the OS.
...
The tests will now work in all time zones, but the tests will manually set the time zone to the expected time zone for testing.
X-SVN-Rev: 13373
2003-10-09 18:25:24 +00:00
Alan Liu
16d44ffb76
ICU-3266 add checks for UCONFIG_NO_FORMATTING
...
X-SVN-Rev: 13252
2003-09-30 19:15:53 +00:00
Alan Liu
35988562ec
ICU-3266 add -tz [zone] option to cintltst, and make default time zone be America/Los_Angeles (unless otherwise specified on command line)
...
X-SVN-Rev: 13161
2003-09-22 18:37:52 +00:00
Andy Heninger
2781c969ac
ICU-2403 Tracing, partial checkin only.
...
X-SVN-Rev: 13149
2003-09-20 01:21:23 +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
5309a42419
ICU-2699 Fix some compiler warnings
...
X-SVN-Rev: 12200
2003-05-30 19:07:43 +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
2002d5154b
ICU-2628 Stop installing the test framework. This doesn't need to be distributed.
...
X-SVN-Rev: 11502
2003-04-10 17:51:25 +00:00
Vladimir Weinstein
0a641283d6
ICU-2412 added -e1 option which makes exhaustive collation testing somewhat bearable
...
X-SVN-Rev: 11118
2003-02-20 01:16:40 +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
3b6f1b2e99
ICU-2573 Use newlines for the message
...
X-SVN-Rev: 10654
2002-12-13 04:02:37 +00:00
Ram Viswanadha
468875d801
ICU-2512 fix cintltst argument parsing
...
X-SVN-Rev: 10302
2002-11-20 21:52:20 +00:00
Steven R. Loomis
ac39475f03
ICU-1941 don't fail in liposuction mode
...
X-SVN-Rev: 9871
2002-09-17 19:45:03 +00:00
George Rhoten
5d0f277c43
ICU-1900 Ignore some files in CVS.
...
X-SVN-Rev: 9451
2002-07-31 00:12:19 +00:00
George Rhoten
f7bf404dd9
ICU-2030 Undo most of the ADD CPP statements.
...
X-SVN-Rev: 9413
2002-07-29 23:30:28 +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
Vladimir Weinstein
2cbb05fdb9
ICU-978 cygwin port
...
X-SVN-Rev: 9267
2002-07-19 23:25:41 +00:00
Vladimir Weinstein
469fe7ed85
ICU-978 changes for cygwin
...
X-SVN-Rev: 9260
2002-07-19 21:45:33 +00:00
George Rhoten
08df62745a
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 8681
2002-05-23 22:10:23 +00:00
Vladimir Weinstein
4297637214
ICU-1880 better control of which test is going to be executed, better verbosity and avoiding unnecessary opening/closing of bundles
...
X-SVN-Rev: 8564
2002-05-02 21:16:33 +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