summaryrefslogtreecommitdiffstats
path: root/liborcus
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Pass also gb_CXXFLAGS to the liborcus configury"Tor Lillqvist2012-09-203-47/+2
| | | | | | | | | | | | | | | Causes way too much problems with the tinderboxes, thanks to -Werror getting passed to the liborcus configury, and liborcus apparently is quite -Werror-unclean. Thus also revert the initial fixes for those WaEs. (Many more would be needed, it seems. I rather leave it to Kohei to make upstream liborcus warning-free. This reverts commit 083fa89dd8f894f9cd0ef217a900fab777db9f2a. This reverts commit 7e871bbaf7b208dd884528259211385b8074da39. This reverts commit 21b5706f83edecad8cd3d0ab3ce5110b82e75a46. This reverts commit bed5557e8bdfe5c698a45a4cc82619a7c22de001.
* WaE: declaration of 'content' shadows a member of 'this'Tor Lillqvist2012-09-201-0/+15
| | | | Change-Id: I1cc06ac0608ef159eb3027bea614b2dade8b857c
* WaE: declaration of 'str' shadows a member of 'this'Tor Lillqvist2012-09-201-0/+16
| | | | Change-Id: Ibbbe331421434e15c4659b5c566dadecf441dff8
* WaE: declaration of 'size' shadows a member of 'this'Tor Lillqvist2012-09-202-1/+15
| | | | Change-Id: Ie620d906184efcba0eb92cd8757a90a97d61ff87
* Pass also gb_CXXFLAGS to the liborcus configuryTor Lillqvist2012-09-201-1/+1
| | | | | | Fixes its build with Xcode 3 against the 10.4 SDK, at least for me... Change-Id: Icaa792286477212cc3734c3fe02c9c1496d2e1f1
* at least mingw needs liborcus-0.2.a tooLuboš Luňák2012-09-141-0/+1
| | | | | | This got lost in e7d85cc078bd1d2757709789014233f4e9c1a23d . Change-Id: I47e52a840f0bc0b1872cb9d111d5fed44f08b7bc
* orcus: use Package to deliver librariesMichael Stahl2012-09-113-3/+21
| | | | | | Manually copied files aren't cleaned Change-Id: I35b08ed6f10b9405d569c06c624d0702f1f6e5fa
* fix few problems with gbuildized liborcusMatúš Kukan2012-09-111-1/+1
| | | | Change-Id: Ic8717085f0f71470eadc225eb062c1dee24d24f7
* orcus: use gb_UnpackedTarball_fix_end_of_line so patch appliesMichael Stahl2012-09-111-1/+4
| | | | Change-Id: I455ae6cb2b99253c1a66d8d4ddab3ba5e1e9fb80
* liborcus: convert to gbuildMatúš Kukan2012-09-1111-116/+122
| | | | Change-Id: I6a0d869526ffd40bfe5ff81267f241c049d050f0
* boost, orcus: disable bizarre "auto link" feature for MSVC:Michael Stahl2012-09-102-0/+24
| | | | | | | | | | Boost apparently uses a MSVC auto-link feature to cause MSVC to request a static library with a very particular name; disable this and remove the associated ugly workarounds boost/Package_boost*.mk. (Another alternative better than Package_boost*.mk would be to just mangle the static library name in RepositoryFixes.mk) Change-Id: Iea91f9978da00d89d2a696f3cdd090a85cea8e64
* fix mingw buildDavid Tardon2012-09-102-0/+126
| | | | Change-Id: I26349524db04886b939fb4b79e2feab1605beee5
* Seems that -lm is also needed for Android on MIPS, for some reasonTor Lillqvist2012-09-091-1/+1
| | | | Change-Id: I5075199de76abfb2b62294e8ce4ce3eb43b1daf6
* Fix cross-compilation of liborcusTor Lillqvist2012-09-092-0/+31
| | | | Change-Id: I429028fa05b52b5852dae38c50e315d202c8ad3d
* MDDS is not in BUILD_TYPE anymoreMatúš Kukan2012-09-081-1/+1
| | | | Change-Id: I2059ba397011fb3e1d39d6bb5e6e06e6c752c5be
* Revert "Specify boost header directory for internal boost."Kohei Yoshida2012-09-071-7/+1
| | | | This reverts commit f721ae074deef795a32ad28289286b5d2667af0d.
* Specify boost header directory for internal boost.Kohei Yoshida2012-09-071-1/+7
| | | | Change-Id: I60e8533552161933f48a4dfbe17e5108f77fa2eb
* Fix liborcus warningsStephan Bergmann2012-09-072-1/+64
| | | | Change-Id: I6811e7d451c96d5e52e152e693b1c4739be308dc
* Make liborcus work --without-system-boostStephan Bergmann2012-09-071-1/+5
| | | | Change-Id: I4e199c167a67ca73c1967a7cf45bb8cc5b0017e7
* Ensure to build liborcus after solenv.Kohei Yoshida2012-09-071-1/+1
| | | | Change-Id: Ie78b7857ac60d1337814ffb1507aadf48e05478c
* Final 0.1.0 package md5sum.Kohei Yoshida2012-09-071-1/+1
| | | | Change-Id: I6738fd748817dfb2441c580ea2928b81a77d7aed
* Fix the windows build again, with new package.Kohei Yoshida2012-09-071-2/+4
| | | | Change-Id: I4c2a480cc4a818c0b7ac5f0ad71826327d661eac
* Updated the liborcus package.Kohei Yoshida2012-09-071-3/+2
| | | | Change-Id: Ie8f581401dfb144fda1673597ed6717b15b03e71
* Adopted the Linux build.Kohei Yoshida2012-09-071-0/+1
| | | | Change-Id: I32c8e02b5568345906e8af1168f34ab0fb093052
* Get it to build on Windows, with MSVC compiler.Kohei Yoshida2012-09-072-3/+16
| | | | | | Took me 3 days just to get it to work... Change-Id: Ie28dc9b4ddb967a547cad33da18911b77bb9d558
* Let's use static archive instead of shared object for liborcus.Kohei Yoshida2012-09-072-3/+2
| | | | Change-Id: I5e33dac1025b1b3e5f49baf67c80da37d8e2ca5d
* Updated the package, to reduce the size from 2.5M to 304K.Kohei Yoshida2012-09-071-1/+2
| | | | | | Debug symbols were included. Removed that. Change-Id: Ie8190f69fe9e04be591d41b76ad93611d5553f55
* Get internal liborcus to build.Kohei Yoshida2012-09-074-0/+67
Change-Id: Ie08f8b608c5b71e5375793e6cf9054ea75d7732d