Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-06 | commit delete various unused makefile.mks | Caolán McNamara | |
Change-Id: I382423164fd65679d3b893ea0d9729508813b425 | |||
2012-11-15 | tweak some build.lsts... | Michael Stahl | |
Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2 | |||
2012-11-14 | Deliver the right curl libraries | Fridrich Štrba | |
Change-Id: I999591422ec9fb26025d7eda19d2e1271b310534 | |||
2012-10-31 | Add PATH to have curl configure find ns{s,pr}-config in solver | Cédric Bosdonnat | |
Change-Id: I15dc96c13189d0dc76c616f3ab49d2ea099bc884 | |||
2012-10-30 | Fix MSVC build: LIB is not in environment so set it for the nmake command | Tor Lillqvist | |
Change-Id: Ic2f43692f003f6d3a88681d61fe21f52276b0b7b | |||
2012-10-30 | Correct location of the libtool-built libcurl | Tor Lillqvist | |
Change-Id: I0b997cdd3c133fa2212d519a136fa17f08a68730 | |||
2012-10-29 | tweak curl gbuildification | Matúš Kukan | |
Change-Id: I17eae5612b88c3f57842a8ae50b1d062acf94765 | |||
2012-10-29 | convert curl to gbuild | Peter Foley | |
Change-Id: I8c038a0c59660f4fb672d71c08e6ee0b56c302ee | |||
2012-10-25 | curl: disable use of debug configuration (needs msvcr90d.dll) | Michael Stahl | |
Change-Id: I7c22869028a78f48836741a4eb4cd5bbff16e884 | |||
2012-09-14 | Adapt for DISABLE_DYNLOADING instead of just iOS | Tor Lillqvist | |
Change-Id: I26bc5d87725eb9ae00387e42e9a65ed26a8ec168 | |||
2012-07-11 | curl: fixed internal nss configure to get nspr includes | Cédric Bosdonnat | |
The nspr includes aren't added when using nss-config while they are added by pkg-config. This caused internal build to fail when nss devel packages aren't installed on the system. Patched the configure to get it working. Change-Id: I86d7d56c0d6df2dbf69ba7ac2a6f930ecb4ae8fb | |||
2012-07-02 | Try to fix Windows build of curl | Fridrich Strba | |
Change-Id: Ifd760cf91ef6c9afe10a110e9b8db2dcc53fd3c8 | |||
2012-07-02 | curl: updated to 7.26.0 to have NTLM auth working with NSS | Cédric Bosdonnat | |
The update work still needs the review of the windows patches as the original sources have significantly been changed. Change-Id: I80e493771f86f0dd87762b63c0c5ee3577fca388 | |||
2012-05-09 | EasyHack fdo#42783: get rid of CPU define/build system variable | Thomas Collerton | |
Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
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 | |||
2012-02-29 | Simplify install name handling for external libraries on Mac OS X | Stephan Bergmann | |
...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. | |||
2012-02-09 | Added and improved READMEs for modules in libs-extern-sys | Josh Heidenreich | |
2011-12-16 | Code modules no longer depend on stlport. | Stephan Bergmann | |
2011-11-10 | Make also the libcurl library end in .so for Android | Tor Lillqvist | |
2011-10-04 | no .pc when built without configure | Caolán McNamara | |
2011-10-03 | deliver the .pc file as well I guess | Caolán McNamara | |
2011-09-27 | Make Android cross-build working | Thorsten 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-09 | curl: disable libssh2 support | Miklos Vajna | |
Otherwise internal curl may pick up system libssh2. | |||
2011-06-09 | Cross-compilation support for Android | Tor Lillqvist | |
2011-06-06 | Always compare CROSS_COMPILING explicitly to "YES" | Tor Lillqvist | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-05-30 | Drop unnecessary quotes around platform triplets | Tor Lillqvist | |
2011-05-24 | Cross-compilation support and iOS in particular | Tor Lillqvist | |
2011-05-21 | Drop OS2 | Tor Lillqvist | |
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-09 | Trying to remove the stlport mention from the code | Fridrich Štrba | |
2011-01-24 | Actually pass the MACHINE parameter to nmake | Tor Lillqvist | |
2011-01-24 | Fix curl build on x64 Windows | Tor Lillqvist | |
2011-01-06 | mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ name | tono | |
2010-12-20 | #i10000# add dependency on stlport | Hans-Joachim Lankenau | |
Notes: split repo tag: libs-extern-sys_ooo/DEV300_m96 | |||
2010-10-13 | update libtooling and config.guess for aix 7 | Caolán McNamara | |
2010-06-30 | sb126: merged in DEV300_m84 | sb | |
2010-06-22 | sb126: #i110197# remove -Wl,-z,noexecstack hack | sb | |
2010-05-31 | i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 | tono | |
2010-04-13 | CWS-TOOLING: integrate CWS ause110 | Jens-Heiner Rechtien | |
2010-03-10 | ause110: update to DEV300_m74 | Hans-Joachim Lankenau | |
2010-03-05 | i#109672: Mingw port fix: curl update | tono | |
2010-02-17 | CWS-TOOLING: integrate CWS changefileheader2 | Vladimir Glazunov | |
Notes: split repo tag: libs-extern-sys_ooo/DEV300_m72 split repo tag: libs-extern-sys_ooo/DEV300_m73 | |||
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) | |||
2010-01-26 | ause110: update to DEV300m70 | Hans-Joachim Lankenau | |
2010-01-25 | tkr32: rebase from m65 to m70 | Tobias Krause | |
2010-01-15 | ause110: #i106731# remove tarballs from scm and find them in download cache dir | Hans-Joachim Lankenau | |
2009-11-27 | tkr32: #i105917# seperate windows patch file | Tobias Krause | |
2009-11-25 | tkr32: #i105917# updated curl to 7.19.7 | Tobias Krause | |
2009-11-13 | sb116: #i106845# removed obsolete IRIX port | sb | |