Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-19 | Fix some icu cross-building problems. | Jan Holesovsky | |
Still it does not finish, though; to be continued. | |||
2011-08-18 | Let's try to do without the extra copy of icuin.lib as iicui18n.lib | Tor Lillqvist | |
2011-06-11 | Initial attempt at Android cross-compilation support | Tor 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-06 | Always compare CROSS_COMPILING explicitly to "YES" | Tor Lillqvist | |
2011-06-05 | No ICU_NATIVE_BUILD_ROOT used any more | Tor Lillqvist | |
2011-06-04 | data/mappings/ucm*.mk & data/translit/trn*.mk don't exist in current icu anymore | Christian Lohmaier | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-06-02 | (minor) EXTRA_CDEFS are preprocessor plags | Christian Lohmaier | |
2011-05-30 | remove double "=" from assignment to STATIC_OR_SHARED | Christian Lohmaier | |
2011-05-26 | Cross-compilation support and iOS in particular | Tor Lillqvist | |
2011-04-05 | hacky patch to deliver icuin.lib as iicui18n.lib fixes forms build error | Noel Power | |
no doubt not the right fix but gets the build over the hump | |||
2011-03-29 | icu-4.2.1-rpath.diff: pass $ORIGIN correctly to icu RPATH | Petr Mladek | |
need to escape the dollar '$' | |||
2011-03-18 | Merge branch 'master' of ↵ | Jan Holesovsky | |
git://anongit.freedesktop.org/libreoffice/libs-extern-sys | |||
2011-03-18 | Merge 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-18 | Don't build static icu that nobody uses | Fridrich Štrba | |
2011-03-18 | Work around a strange problem with libicudata on Mac OSX | Fridrich Štrba | |
2011-03-17 | Don't build things we don't use and that are broken | Fridrich Štrba | |
2011-03-15 | escape spaces in compiler name | Caolán McNamara | |
2011-03-15 | Make icu 4.4.2 build on Linux | Fridrich Štrba | |
2011-03-15 | Downgrade icu to 4.4.2 | Fridrich Štrba | |
2011-03-14 | make apply on Linux where line endings matter | Fridrich Štrba | |
2011-03-14 | Don't hardcode icu version in d.lst | Fridrich Štrba | |
2011-03-14 | Don't build with builtin wchar_t on Windows | Fridrich Strba | |
2011-03-14 | Build the Relase configuration with msbuild | Tor Lillqvist | |
2011-03-14 | Oops | Fridrich Štrba | |
2011-03-14 | Dupplicate symbol in Windows build | Fridrich Štrba | |
2011-03-14 | Now when attempting to use MSVC2010, use msbuild to build it | Tor Lillqvist | |
2011-03-11 | WaE: silence new icu warnings | Caolán McNamara | |
2011-03-11 | fix aix patch | Caolán McNamara | |
2011-03-11 | restore build of build patch that seem to still make sense | Caolán McNamara | |
2011-03-11 | Fix spacing in patch | Martin Hosken | |
2011-03-10 | reduce patch to remove need to match on trailing space that git strips | Martin Hosken | |
2011-03-10 | fix icu patch | Martin Hosken | |
2011-03-10 | Upgrade to ICU 4.6 | Martin Hosken | |
2011-03-09 | Merge commit 'ooo/DEV300_m101' into intm101 | Jan 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-11 | icu#8320 even more things wrong with freeserif that can crash icu | Caolán McNamara | |
2011-02-08 | locales34: merge m99 | Eike Rathke | |
2011-02-03 | Resolves: rhbz#674328 more ways for freeserif to crash libicu | Caolán McNamara | |
2011-02-02 | Resolves: rhbz#674328 freeserif crashes libicu | Caolán McNamara | |
2011-02-02 | Clean up makefiles | Thomas Arnhold | |
2011-01-29 | Resolves: fdo#31271 wrong line break with ( | Caolán McNamara | |
2011-01-27 | locales34: #i112240# for system icu >=4.4 add Close_Parenthesis to $CL ↵ | Eike Rathke | |
Close_Punctuation; patch from <cmc> | |||
2011-01-22 | Don't use pointless and obsolete switches when building ICU | Tor 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-06 | mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ name | tono | |
2011-01-05 | mingwport33: i#116264: gbuild for MinGW | tono | |
2011-01-05 | Backed out changeset: e84942bd0aca | tono | |
2010-12-31 | i#116264: gbuild for MinGW | tono | |
2010-10-20 | Fix compilation of icu for VC++ 10 | Jesús Corrius | |
2010-10-13 | add aix build fixes | Caolán McNamara | |
2010-09-16 | sb126: merged in DEV300_m87 | sb | |