summaryrefslogtreecommitdiffstats
path: root/icu
Commit message (Collapse)AuthorAgeFilesLines
...
* fix typoCaolán McNamara2012-05-021-2/+2
| | | | Change-Id: I2becc370331e979987b34dbfff25ac4eddd9b067
* can use -O2 without -fstrict-aliasing for icuCaolán McNamara2012-05-021-0/+3
| | | | Change-Id: I9841adb2e17e11c32823ac9e438bae824d30599e
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* fix icu parallel buildLuboš Luňák2012-03-172-1/+22
|
* Simplify install name handling for external libraries on Mac OS XStephan Bergmann2012-02-291-1/+6
| | | | | | | | | ...by allowing our special @___... tokens anywhere within an install name, so that external modules can configure --prefix=/@___... etc. This removes the need for the special extshl and EXTRPATH=LOADER. Also, a new OUT2BIN_NONE can be used for external modules where the generated libraries need the default EXTRPATH=OOO, but generated executables are only used during the build and such need RPATH=NONE.
* fix icu build on armRene Engelhard2012-02-172-1/+26
| | | | (from http://patch-tracker.debian.org/patch/series/view/icu/4.4.1-7/arm-assembler.patch)
* Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich2012-02-092-4/+15
|
* typo in .IFCaolán McNamara2012-01-101-1/+1
|
* oops use == not = in dmake conditionalNorbert Thiebaud2012-01-021-3/+3
|
* ICU relying on undef is not viable in cross-compile scenarioNorbert Thiebaud2012-01-021-7/+12
|
* Abandon attempt to use the debug CRT in a dbgutil buildTor Lillqvist2011-12-201-12/+0
|
* Resolves: CVE-2011-4599Caolán McNamara2011-12-122-1/+22
|
* Use -fno-omit-frame-pointer for Android (no idea if essential)Tor Lillqvist2011-11-211-0/+2
|
* Link with -lgnustl_shared for AndroidTor Lillqvist2011-11-211-0/+1
|
* Use --with-library-suffix=lo for Android to avoid clash with system ICUTor Lillqvist2011-11-212-6/+16
|
* Don't use any major version soname suffix for AndroidTor Lillqvist2011-11-212-0/+16
| | | | | | | | | | | | | But... the names our ICU libraries get built as clash exactly with Android's system ICU library names, predictably leading to chaos. I will have to come up with a non-clashing names for our ICU libraries on Android. (But isn't it stupid to include an own build of ICU if there is one in the system already? Sure, but on the other hand the NDK doesn't include ICU headers or libraries, so clearly Google doesn't consider it part of the documented API. No guarantee of version stability etc. Indeed best to avoid them then.)
* Deliver just shared library file names ending in .so for AndroidTor Lillqvist2011-11-102-0/+13
|
* Don't consider newer Apple compilers having "universal" byte orderTor Lillqvist2011-09-281-0/+11
| | | | | | | | | | | | | | I don't understand what the "universal" byte order thing tries to say. Sure, Apple's compilers can produce fat binaries, i.e. containing code for multiple architectures, which I guess might have differing byte order. But I think the test for an -arch flag being present here is backwards, surely if you specify -arch i386 for instance, then we *know* that the byte order is little endian, not "universal". Anyway, this broke ICU when built against MacOSX SDK 10.6 at least, the ICU configury used wrong suffix for ICUDATA_NAME, and genbrk failed in i18npool with a mysterious "can not initialize ICU. status = U_FILE_ACCESS_ERROR" message.
* Compile also ICU for debugging if --enable-debugTor Lillqvist2011-09-271-1/+6
|
* Make Android cross-build workingThorsten Behrens2011-09-271-12/+21
| | | | | | | | | | | | In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change external lib's config.sub to eat the arm-unknown-linux-androideabi host os string. Also, permit shared libs again - seems Android can handle those. Added dictionaries to cross-build-toolset - idxdict is needed. Should build up to sfx2 - some residual static lib issues there, and in raptor.
* Bin USE_MINGWTor Lillqvist2011-08-261-3/+0
| | | | | | | | | | | | Its alternative values as used by OOo is irrelevant to us as we don't intend to support building using MinGW on Windows itself. To us, MinGW always means cross-compilation. For us it is enough to look at $(OS)$(COM), and WNTGCC always implies cross-compilation. (OOo on the other hand attempts to support use of the Cygwin gcc with the -mno-cygwin option (which is practically considered an obsolete option), the normal MinGW compiler (but still from Cygwin), but not cros-compilation.)
* Fix some icu cross-building problems.Jan Holesovsky2011-08-192-2/+22
| | | | Still it does not finish, though; to be continued.
* Let's try to do without the extra copy of icuin.lib as iicui18n.libTor Lillqvist2011-08-181-1/+0
|
* Initial attempt at Android cross-compilation supportTor Lillqvist2011-06-112-1/+96
| | | | | | | | | | | | | | | | Recognize the arm-linux-androideabi "triplet". (Actually I doubt that is a well-formed triplet at all, what are the Google people smoking?) Allow longer lines in pkgdata.cpp as the compiler command line gets quite long for cross-compilation to Android. Add the proper assembly source file format for Android to pkg_genc.c and use that. Probably a good idea to use --disable-dyload on Android (and iOS). Tweak gcc flags used for Android a bit to work around some Android C header weirdness related to strictness and 64-bit types.
* Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist2011-06-061-1/+1
|
* No ICU_NATIVE_BUILD_ROOT used any moreTor Lillqvist2011-06-051-1/+2
|
* data/mappings/ucm*.mk & data/translit/trn*.mk don't exist in current icu anymoreChristian Lohmaier2011-06-041-4/+0
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-29/+29
|
* (minor) EXTRA_CDEFS are preprocessor plagsChristian Lohmaier2011-06-021-3/+3
|
* remove double "=" from assignment to STATIC_OR_SHAREDChristian Lohmaier2011-05-301-1/+1
|
* Cross-compilation support and iOS in particularTor Lillqvist2011-05-262-1/+32
|
* hacky patch to deliver icuin.lib as iicui18n.lib fixes forms build errorNoel Power2011-04-051-0/+2
| | | | no doubt not the right fix but gets the build over the hump
* icu-4.2.1-rpath.diff: pass $ORIGIN correctly to icu RPATHPetr Mladek2011-03-292-0/+22
| | | | need to escape the dollar '$'
* Merge branch 'master' of ↵Jan Holesovsky2011-03-182-8/+3
|\ | | | | | | git://anongit.freedesktop.org/libreoffice/libs-extern-sys
| * Don't build static icu that nobody usesFridrich Štrba2011-03-181-7/+2
| |
| * Work around a strange problem with libicudata on Mac OSXFridrich Štrba2011-03-181-1/+1
| |
* | Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-182-8/+51
|\ \ | |/ |/| | | | | | | | | | | | | Conflicts: dictionaries/de_AT/README_extension_owner.txt dictionaries/de_AT/makefile.mk dictionaries/de_CH/README_extension_owner.txt dictionaries/de_CH/makefile.mk dictionaries/de_DE/README_extension_owner.txt
| * Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky2011-03-092-8/+51
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: boost/aliasing.patch boost/makefile.mk cairo/cairo/makefile.mk cairo/pixman/makefile.mk dictionaries/da_DK/README_th_da_DK.txt dictionaries/da_DK/description.xml dictionaries/da_DK/dictionaries.xcu dictionaries/da_DK/makefile.mk dictionaries/da_DK/th_da_DK.dat dictionaries/de_AT/th_de_AT_v2.idx dictionaries/de_CH/th_de_CH_v2.idx dictionaries/de_DE/COPYING dictionaries/de_DE/COPYING_GPLv2 dictionaries/de_DE/COPYING_GPLv2.txt dictionaries/de_DE/README_extension_owner.txt dictionaries/de_DE/README_th_de_DE_v2.txt dictionaries/de_DE/makefile.mk dictionaries/de_DE/th_de_DE_v2.idx icu/makefile.mk moz/makefile.mk python/makefile.mk
| | * locales34: merge m99Eike Rathke2011-02-081-2/+26
| | |\
| | | * mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ nametono2011-01-061-2/+2
| | | |
| | | * mingwport33: i#116264: gbuild for MinGWtono2011-01-051-0/+24
| | | |
| | | * Backed out changeset: e84942bd0acatono2011-01-051-24/+0
| | | |
| | | * i#116264: gbuild for MinGWtono2010-12-311-0/+24
| | | |
| | * | locales34: #i112240# for system icu >=4.4 add Close_Parenthesis to $CL ↵Eike Rathke2011-01-271-3/+3
| | |/ | | | | | | | | | Close_Punctuation; patch from <cmc>
| | * sb126: merged in DEV300_m87sb2010-09-162-2/+26
| | |\
| | | * ause124: #i107097#: add dependencies for directory creationHans-Joachim Lankenau2010-07-212-1/+25
| | | |
| | | * #i107097# - pass MAXPROCESS to GNU make in external modulesHans-Joachim Lankenau2010-07-201-1/+1
| | | |
| | * | sb126: merged in DEV300_m84sb2010-06-301-0/+1
| | |\|
| | * | sb126: #i110197# remove -Wl,-z,noexecstack hacksb2010-06-221-5/+0
| | | |
* | | | Don't build things we don't use and that are brokenFridrich Štrba2011-03-171-2/+9
| | | |