Commit Graph

62 Commits

Author SHA1 Message Date
Michael Ow
e144d4ff66 ICU-8936 Add check-exhaustive make target to run the test suite in exhaustive mode
X-SVN-Rev: 30961
2011-11-14 22:33:19 +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
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
George Rhoten
0347fcbe3d ICU-5764 Fix static library installation on Windows.
X-SVN-Rev: 21965
2007-07-13 17:59:16 +00:00
George Rhoten
9bc3cbe26e ICU-5764 Cygwin's ar currently doesn't handle win64, and GNU make's implicit rules are incompatible with gmake -j2. This is the first attempt to fix these issues.
X-SVN-Rev: 21959
2007-07-13 08:10:41 +00:00
Eric Mader
b2dc4eced5 ICU-5565 Merge loengine branch to trunk!
X-SVN-Rev: 21808
2007-06-22 03:57:45 +00:00
George Rhoten
26a0e7ebd5 ICU-5279 Hide -fvisibility=hidden from icu-config users.
Also try a different fix for the Intel compiler, which seems to work differently
from an interactive shell.
This option is not needed for tools or tests.

X-SVN-Rev: 21623
2007-06-04 05:52:08 +00:00
Eric Mader
10b15d2a44 ICU-3274 Initial checkin of Hangul OpenType code.
X-SVN-Rev: 19227
2006-02-21 17:13:48 +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
George Rhoten
9b45236c3f ICU-4738 Don't put .so files in the lib directory.
X-SVN-Rev: 18557
2005-09-20 20:41:08 +00:00
John Emmons
89a842b5d8 ICU-4738 Build archive libraries for AIX
X-SVN-Rev: 18508
2005-09-08 18:28:48 +00:00
Eric Mader
f1e07726a8 ICU-3617 Initial checkin of Tibetan code from Pema Geyleg.
X-SVN-Rev: 18492
2005-09-02 21:08:38 +00:00
Eric Mader
7e826f29cb ICU-4336 Use shaping types generated from Unicode data.
X-SVN-Rev: 18319
2005-07-21 18:30:10 +00:00
Eric Mader
fe031aafe0 ICU-4337 add mirrored character data generated from Unicode data.
X-SVN-Rev: 18303
2005-07-20 18:42:47 +00:00
Eric Mader
41ca4f63ee ICU-4428 update copyright notices for ICU 3.3.
X-SVN-Rev: 17296
2005-03-08 22:49:59 +00:00
Eric Mader
4d1a2006ed ICU-4172 reorder Arabic marks.
X-SVN-Rev: 17244
2005-02-24 00:55:30 +00:00
Doug Felt
2b4337c536 ICU-2252 add kerning, add 'typoFlags' to layout engine constructors
X-SVN-Rev: 17129
2005-01-14 19:22:53 +00:00
Eric Mader
07408c1d65 ICU-3294 It's "GlyphPositionAdjustments"!
X-SVN-Rev: 17126
2005-01-14 18:38:16 +00:00
Eric Mader
bd1d7fd662 ICU-3294 Save entry/exit points when processing cursive attachment subtables, position glyphs after GPOS processing.
X-SVN-Rev: 17122
2005-01-14 17:25:11 +00:00
Eric Mader
b5b1f86214 ICU-2385 Initial checkin of submission from Javier Sola.
X-SVN-Rev: 16982
2004-12-21 19:15:07 +00:00
Eric Mader
b048fcb49a ICU-4308 Get rid of loengine, and good riddance!
X-SVN-Rev: 16967
2004-12-18 00:45:27 +00:00
George Rhoten
b08624b5bf ICU-3855 Fix Cygwin/MSVC install.
X-SVN-Rev: 16580
2004-10-21 00:08:48 +00:00
Eric Mader
465235aad2 ICU-3732 part 1 - add canonical tables for all scripts; combine "canned" Arabic table w/ canonical table; change OT Hebrew to just use the default tags.
X-SVN-Rev: 16168
2004-08-19 23:51:11 +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
Eric Mader
6884636181 ICU-2259 Changes for canonical equivalence porcessing.
X-SVN-Rev: 15130
2004-05-03 21:13:13 +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
Eric Mader
6a69915b58 ICU-2259 Add LEInsertionList, LEGlyphStorage
X-SVN-Rev: 14934
2004-04-12 21:54:47 +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
707ec16206 ICU-3389 Only use the common build dir for includes once
X-SVN-Rev: 14853
2004-04-04 08:32:26 +00:00
George Rhoten
6d897671e7 ICU-3389 Fix library installation
X-SVN-Rev: 14773
2004-03-26 18:35:15 +00:00
George Rhoten
bb1df1918e ICU-3389 Fix library installation
X-SVN-Rev: 14770
2004-03-26 17:57:09 +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
Eric Mader
7cd6ecea23 ICU-3512 Restructure types so that GPOS tables can do coversScript and coversScriptAndLanguage.
X-SVN-Rev: 14525
2004-02-14 01:09:08 +00:00
George Rhoten
ddb9791b82 ICU-3485 Rename the static libraries
X-SVN-Rev: 14252
2004-01-07 07:07:17 +00:00
Eric Mader
f9d594d2a0 ICU-3062 don't export non-public layout headers.
X-SVN-Rev: 14082
2003-12-10 22:28:05 +00:00
George Rhoten
611dc885fa ICU-3258 CygWin/MSVC changes. Add library versioning information
X-SVN-Rev: 13215
2003-09-26 00:04:35 +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
Eric Mader
f6d376dd88 ICU-2253 Initial support for language codes, CJK language-specific variants and associated clean-up.
X-SVN-Rev: 11535
2003-04-12 01:03:09 +00:00
George Rhoten
f6cef37345 ICU-2628 Updates for the import library installation on CygWin/MSVC and z/OS,
and updates for installation on CygWin/MSVC and QNX

X-SVN-Rev: 11501
2003-04-10 17:42:21 +00:00
George Rhoten
fae219cec9 ICU-2628 Allow z/OS and CygWin/MSVC to install their import libraries
(aka sidedeck on z/OS).

X-SVN-Rev: 11353
2003-03-19 01:56:39 +00:00
Eric Mader
36de244611 ICU-2405 changes to support composite fonts.
X-SVN-Rev: 11215
2003-03-03 22:54:57 +00:00
George Rhoten
4d3562dcb7 ICU-2705 Add CygWin/MSVC support
X-SVN-Rev: 11008
2003-02-11 00:13:48 +00:00
Eric Mader
6d5737e598 ICU-1067 add ExtensionLookups.o to list of objects.
X-SVN-Rev: 10809
2003-01-04 03:03:20 +00:00
Eric Mader
456d8e2d7f ICU-2265 save location of left-matra and base consonant so that it's easy to find them during post-gsub processing.
X-SVN-Rev: 10808
2003-01-04 02:52:23 +00:00
Eric Mader
4668c79d49 ICU-2330 Change LIBS to include common library explicitly
X-SVN-Rev: 10694
2002-12-17 00:03:07 +00:00
Vladimir Weinstein
012f463115 ICU-2107 added copyright notices
X-SVN-Rev: 10522
2002-12-06 01:40:42 +00:00
Vladimir Weinstein
2cbb05fdb9 ICU-978 cygwin port
X-SVN-Rev: 9267
2002-07-19 23:25:41 +00:00
Eric Mader
4bad5d68eb ICU-1068 Add cursive attachment, change to correct OpenType positioning model.
X-SVN-Rev: 8830
2002-06-10 23:40:33 +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