summaryrefslogtreecommitdiff
path: root/icu
AgeCommit message (Collapse)Author
2011-09-28Don't consider newer Apple compilers having "universal" byte orderTor Lillqvist
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.
2011-09-27Compile also ICU for debugging if --enable-debugTor Lillqvist
2011-09-27Make Android cross-build workingThorsten Behrens
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.
2011-08-26Bin USE_MINGWTor Lillqvist
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.)
2011-08-19Fix some icu cross-building problems.Jan Holesovsky
Still it does not finish, though; to be continued.
2011-08-18Let's try to do without the extra copy of icuin.lib as iicui18n.libTor Lillqvist
2011-06-11Initial attempt at Android cross-compilation supportTor Lillqvist
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.
2011-06-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist
2011-06-05No ICU_NATIVE_BUILD_ROOT used any moreTor Lillqvist
2011-06-04data/mappings/ucm*.mk & data/translit/trn*.mk don't exist in current icu anymoreChristian Lohmaier
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-06-02(minor) EXTRA_CDEFS are preprocessor plagsChristian Lohmaier
2011-05-30remove double "=" from assignment to STATIC_OR_SHAREDChristian Lohmaier
2011-05-26Cross-compilation support and iOS in particularTor Lillqvist
2011-04-05hacky patch to deliver icuin.lib as iicui18n.lib fixes forms build errorNoel Power
no doubt not the right fix but gets the build over the hump
2011-03-29icu-4.2.1-rpath.diff: pass $ORIGIN correctly to icu RPATHPetr Mladek
need to escape the dollar '$'
2011-03-18Merge branch 'master' of ↵Jan Holesovsky
git://anongit.freedesktop.org/libreoffice/libs-extern-sys
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
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
2011-03-18Don't build static icu that nobody usesFridrich Štrba
2011-03-18Work around a strange problem with libicudata on Mac OSXFridrich Štrba
2011-03-17Don't build things we don't use and that are brokenFridrich Štrba
2011-03-15escape spaces in compiler nameCaolán McNamara
2011-03-15Make icu 4.4.2 build on LinuxFridrich Štrba
2011-03-15Downgrade icu to 4.4.2Fridrich Štrba
2011-03-14make apply on Linux where line endings matterFridrich Štrba
2011-03-14Don't hardcode icu version in d.lstFridrich Štrba
2011-03-14Don't build with builtin wchar_t on WindowsFridrich Strba
2011-03-14Build the Relase configuration with msbuildTor Lillqvist
2011-03-14OopsFridrich Štrba
2011-03-14Dupplicate symbol in Windows buildFridrich Štrba
2011-03-14Now when attempting to use MSVC2010, use msbuild to build itTor Lillqvist
2011-03-11WaE: silence new icu warningsCaolán McNamara
2011-03-11fix aix patchCaolán McNamara
2011-03-11restore build of build patch that seem to still make senseCaolán McNamara
2011-03-11Fix spacing in patchMartin Hosken
2011-03-10reduce patch to remove need to match on trailing space that git stripsMartin Hosken
2011-03-10fix icu patchMartin Hosken
2011-03-10Upgrade to ICU 4.6Martin Hosken
2011-03-09Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
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
2011-02-11icu#8320 even more things wrong with freeserif that can crash icuCaolán McNamara
2011-02-08locales34: merge m99Eike Rathke
2011-02-03Resolves: rhbz#674328 more ways for freeserif to crash libicuCaolán McNamara
2011-02-02Resolves: rhbz#674328 freeserif crashes libicuCaolán McNamara
2011-02-02Clean up makefilesThomas Arnhold
2011-01-29Resolves: fdo#31271 wrong line break with (Caolán McNamara
2011-01-27locales34: #i112240# for system icu >=4.4 add Close_Parenthesis to $CL ↵Eike Rathke
Close_Punctuation; patch from <cmc>
2011-01-22Don't use pointless and obsolete switches when building ICUTor Lillqvist
Don't use the /machine:i386 switch. The defaults work fine: the 32-bit linker will produce i386 executables, the 64-bit linker will produce x64 ones. Don't use the /Op compiler switch, it doesn't exist in MSVC 2008.
2011-01-06mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ nametono
2011-01-05mingwport33: i#116264: gbuild for MinGWtono
2011-01-05Backed out changeset: e84942bd0acatono