summaryrefslogtreecommitdiff
path: root/icu
AgeCommit message (Expand)AuthorFilesLines
2012-06-21icu: add patch for Solaris/GCCJonathan Adams2-0/+59
2012-05-29bin icuversion.mk, set the variables in configureMatúš Kukan3-42/+0
2012-05-17Move the RPATH enforcement to icu4c-rpath.patch and skip that for AndroidTor Lillqvist3-15/+17
2012-05-16restore this, problem was ever-growing PATH for incremental buildsCaolán McNamara1-1/+1
2012-05-14Comment this one because it randomly breaks Windows buildFridrich Štrba1-1/+1
2012-05-13ensure freshly built icu headers are newer than previous headersCaolán McNamara2-2/+4
2012-05-11Must prepend uconfig.h.prepend to uconfig.h when using --with-library-suffixTor Lillqvist1-0/+1
2012-05-11Fix copy/pasted commentTor Lillqvist1-1/+1
2012-05-11"gcc-android" needs to be recognized on the build platformTor Lillqvist2-32/+32
2012-05-11The timezone variable is called just that on AndroidTor Lillqvist1-0/+9
2012-05-11No <langinfo.h> for AndroidTor Lillqvist1-0/+11
2012-05-11gcc atomics only definitely available >= gcc 4.4.4Caolán McNamara2-0/+12
2012-05-11bodge MacOSX harderCaolán McNamara1-10/+15
2012-05-11try and bodge macosx 10.4 buildCaolán McNamara2-0/+15
2012-05-11upgrade to icu 49Caolán McNamara12-305/+113
2012-05-10configure icu for windows via runConfigureICU Cygwin/MSVCCaolán McNamara7-4193/+32
2012-05-09EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton1-1/+1
2012-05-02fix typoCaolán McNamara1-2/+2
2012-05-02can use -O2 without -fstrict-aliasing for icuCaolán McNamara1-0/+3
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
2012-03-17fix icu parallel buildLuboš Luňák2-1/+22
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann1-1/+6
2012-02-17fix icu build on armRene Engelhard2-1/+26
2012-02-09Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich2-4/+15
2012-01-10typo in .IFCaolán McNamara1-1/+1
2012-01-02oops use == not = in dmake conditionalNorbert Thiebaud1-3/+3
2012-01-02ICU relying on undef is not viable in cross-compile scenarioNorbert Thiebaud1-7/+12
2011-12-20Abandon attempt to use the debug CRT in a dbgutil buildTor Lillqvist1-12/+0
2011-12-12Resolves: CVE-2011-4599Caolán McNamara2-1/+22
2011-11-21Use -fno-omit-frame-pointer for Android (no idea if essential)Tor Lillqvist1-0/+2
2011-11-21Link with -lgnustl_shared for AndroidTor Lillqvist1-0/+1
2011-11-21Use --with-library-suffix=lo for Android to avoid clash with system ICUTor Lillqvist2-6/+16
2011-11-21Don't use any major version soname suffix for AndroidTor Lillqvist2-0/+16
2011-11-10Deliver just shared library file names ending in .so for AndroidTor Lillqvist2-0/+13
2011-09-28Don't consider newer Apple compilers having "universal" byte orderTor Lillqvist1-0/+11
2011-09-27Compile also ICU for debugging if --enable-debugTor Lillqvist1-1/+6
2011-09-27Make Android cross-build workingThorsten Behrens1-12/+21
2011-08-26Bin USE_MINGWTor Lillqvist1-3/+0
2011-08-19Fix some icu cross-building problems.Jan Holesovsky2-2/+22
2011-08-18Let's try to do without the extra copy of icuin.lib as iicui18n.libTor Lillqvist1-1/+0
2011-06-11Initial attempt at Android cross-compilation supportTor Lillqvist2-1/+96
2011-06-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist1-1/+1
2011-06-05No ICU_NATIVE_BUILD_ROOT used any moreTor Lillqvist1-1/+2
2011-06-04data/mappings/ucm*.mk & data/translit/trn*.mk don't exist in current icu anymoreChristian Lohmaier1-4/+0
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-29/+29
2011-06-02(minor) EXTRA_CDEFS are preprocessor plagsChristian Lohmaier1-3/+3
2011-05-30remove double "=" from assignment to STATIC_OR_SHAREDChristian Lohmaier1-1/+1
2011-05-26Cross-compilation support and iOS in particularTor Lillqvist2-1/+32
2011-04-05hacky patch to deliver icuin.lib as iicui18n.lib fixes forms build errorNoel Power1-0/+2
2011-03-29icu-4.2.1-rpath.diff: pass $ORIGIN correctly to icu RPATHPetr Mladek2-0/+22