summaryrefslogtreecommitdiffstats
path: root/boost
Commit message (Collapse)AuthorAgeFilesLines
* Trying to fix a boost::property_tree::json_parser error on windowsFridrich Štrba2013-04-222-0/+13
| | | | Change-Id: Iea3ec9a56eb008c6a0729a151b392f1e62925720
* some more warnings in parts of boost we will use soonCaolán McNamara2013-04-221-0/+21
| | | | Change-Id: Ie7a16402ab577ccae7688284712ed2657b509f76
* Fix build breakage on Linux and OS XTor Lillqvist2013-04-161-1/+9
| | | | Change-Id: I206914f8f0e07097dfeed87a11b41c30ff82efe2
* Fix compilation error in a _DEBUG build with MSVC2010 and 2012Tor Lillqvist2013-04-162-0/+135
| | | | | | | | | | | | See https://svn.boost.org/trac/boost/ticket/4874 , http://stackoverflow.com/questions/4870172/boostmulti-array-resize-doesnt-work , http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/3c9eac4f-86e4-490b-bbde-dbd70176b0f8 . Patch from https://svn.boost.org/trac/boost/changeset/78496 Change-Id: I933499ad1295925aa41c9c40b96ac4c4312398c2
* fix clang mismatched-tags warning in boostPeter Foley2013-04-022-0/+12
| | | | Change-Id: I6a575b08f46d22fbba25f0fb92f4ef6074803069
* WaE: -Wundef fixesTor Lillqvist2013-04-021-0/+43
| | | | Change-Id: I0ffb5dc708b565caa52811885ac3724404f6466a
* boost: fix -Wundef in multi_array/base.hppMichael Stahl2013-04-012-0/+12
| | | | Change-Id: Ice8a2863f7b8c80a1fa9875b099394a16590b97e
* boost: add patch for -Wundef warnings from ticket 6142Michael Stahl2013-04-012-0/+40
| | | | Change-Id: I6bd1b84c491ed05292b253e6df48176ac3ea9053
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* Work around Clang -Werror,Wvexing-parseStephan Bergmann2013-03-091-2/+2
| | | | Change-Id: If4a22d594ff012a7b9801bf1e42c98ed453c05fc
* -Werror=unused-local-typedefs (GCC 4.8)Stephan Bergmann2013-03-091-0/+202
| | | | Change-Id: I873813e30e44712d6793bad91938eb847b55a7bb
* Work around GCC 4.8 -Werror=unused-local-typedefs in boostStephan Bergmann2013-03-092-0/+26
| | | | Change-Id: Ib137c5c5764333d7a878c5e996e6983a277d3856
* remove all d.lstMichael Stahl2013-02-281-1/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-263-6/+2
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* -Werror,-WshadowStephan Bergmann2012-12-141-0/+39
| | | | Change-Id: I9828e16c295d3634bd5f0c6910cf28e2f4dde3d2
* WaE: unused parameterTor Lillqvist2012-12-101-1/+11
| | | | Change-Id: Idd9e548ac4258332d741bd7bb1d39d521d8e5c7a
* Fix warning: missing header for unified diff at line 3 of patchTor Lillqvist2012-12-101-1/+1
| | | | Change-Id: Ie52c139ee7cb4f7f2bb8f6d5225eed200e1fdc00
* fix Wshadow warnings in boost randomMarkus Mohrhard2012-12-072-0/+36
| | | | | | upstreamed as https://svn.boost.org/trac/boost/ticket/7774 Change-Id: I73d25ff16733a0b5c61250fdd98bee13b9fb7173
* -Werror,-WshadowStephan Bergmann2012-12-061-3/+165
| | | | Change-Id: Idd8404cd882181e571da5fd5c02890a0bf4d1a0a
* WaE: use of logical '&&' with constant operandTor Lillqvist2012-11-261-0/+18
| | | | | | | | | | Thanks, Clang. The code was indeed (obviously) wrong. Is fixed in upstream boost: https://svn.boost.org/trac/boost/changeset/72270 https://svn.boost.org/trac/boost/ticket/5145 Change-Id: I5efbb60a8518e387785f2fb65cd821f1938534cc
* Fold boost crc-shadow-warning.patch into 6397.warnings.patchStephan Bergmann2012-11-263-23/+21
| | | | Change-Id: Idcb00cba13ae3d7d5ee6288065c98accf636142d
* WaE: some additional warningsCaolán McNamara2012-11-261-3/+16
| | | | Change-Id: I6a86661dfceb4ecaeadb4fb045e924f2b65e1ad2
* error: declaration of ‘bit_count’ shadows a previous localStephan Bergmann2012-11-262-0/+23
| | | | Change-Id: I411945fafce71c327d137a2dd09501fa98cc31c2
* tweak some build.lsts...Michael Stahl2012-11-151-2/+1
| | | | Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
* Improve check for -Wself-assign-fieldStephan Bergmann2012-11-061-4/+4
| | | | Change-Id: I57e43362f896ad08d4af408f4fac63d26b71bffa
* fix build with glibc 2.16Peter Foley2012-11-052-0/+22
| | | | Change-Id: Iaa983064dc8643bceb18cba3a2b720b3a5830b78
* WaE: extra clang warningsCaolán McNamara2012-11-051-0/+13
| | | | Change-Id: I5825c8004e29000cc6c15679f92aac3d18172b38
* WaE: extra clang warningsCaolán McNamara2012-11-021-0/+34
| | | | Change-Id: I69b105c39f67372331910b6957214d62e1f3818c
* fix linking on windowsPeter Foley2012-10-271-203/+0
| | | | Change-Id: Ibd2fe3cf8775cbda51f768ceaeb92b66a91c3850
* boost: disable MSVC warnings C4510, C4610 for ...Michael Stahl2012-10-252-0/+27
| | | | | | boost::detail::multi_array::ConstMultiArrayConcept Change-Id: I8937079337eb3c4cfd29c03c6602b99b28f5c59e
* boost: disable spurious MSVC warning C4100 in msvc.hppMichael Stahl2012-10-242-0/+20
| | | | | | | It warns that "x" is unreferenced formal parameter in virtual void failed(Model *x) { x->~Model(); } Change-Id: I10a4e1f037726f0225c2c6bf4ee23d5fb2accf7d
* Apple's Clang 4.1 does not have -Wself-assign-fieldTor Lillqvist2012-10-231-2/+2
| | | | Change-Id: Iac87cae6e9ee0e4efa07f64903f8789fa47869cc
* Work around some more Clang boost warningsStephan Bergmann2012-10-221-0/+224
| | | | Change-Id: I819a36fb922b6fe96e9989ad438bed15875bf1b6
* some more clang warningsCaolán McNamara2012-10-222-0/+12
| | | | Change-Id: I4359784279875dc9dac99bc4d2db95dccf094b20
* some additional clang warningsCaolán McNamara2012-10-211-0/+66
| | | | Change-Id: I7ba4a6cb9ad8cb75282553d486e48c00e19cc0c2
* silence boost Unknown compiler version message with VS2012Peter Foley2012-10-071-0/+11
| | | | | | | Change-Id: I8f81cc7491da81c33bd27d084a8e7b19e5c637a7 Reviewed-on: https://gerrit.libreoffice.org/784 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* fix application of patchesDavid Tardon2012-10-031-0/+2
| | | | Change-Id: I912be00b8dafc046b229967e66f8f32e2c14a0be
* WaE: some warnings on RHEL-6 gccCaolán McNamara2012-09-281-0/+15
| | | | Change-Id: I7d852595fbe0395bc29aba86b2e110ffb5c28823
* boost, orcus: disable bizarre "auto link" feature for MSVC:Michael Stahl2012-09-105-32/+12
| | | | | | | | | | 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
* group this togetherMatúš Kukan2012-09-081-9/+1
| | | | Change-Id: Ifa07910cc767c5824997c48d573e7a7601719274
* rename: set_cxx_suffix -> set_generated_cxx_suffix; used for external libsMatúš Kukan2012-09-082-2/+2
| | | | Change-Id: I023c6b35c2a65da566ff5bb3aea772c99c90dda3
* Make boostthread windows only for now.Kohei Yoshida2012-09-071-1/+9
| | | | | | | Not sure if unix needs it since most folks build with system boost there. Change-Id: I49d02a682e6658f6e3c5a6ada480903567d8c436
* Resurrect boost thread lib. Orcus needs it.Kohei Yoshida2012-09-073-0/+40
| | | | Change-Id: Iadb4a223e4db523b50ee85b9079a7a4ba5971fd0
* Get it to build on Windows, with MSVC compiler.Kohei Yoshida2012-09-071-0/+1
| | | | | | Took me 3 days just to get it to work... Change-Id: Ie28dc9b4ddb967a547cad33da18911b77bb9d558
* boost: create also libboost_date_time-vc90-mt-1_44.libMatúš Kukan2012-09-062-0/+20
| | | | Change-Id: I1e48b478a42d2b554e165922b08354b971f971b9
* boost: use add_generated_exception_objectsMatúš Kukan2012-09-011-1/+1
| | | | Change-Id: I360f2fd6ee0b9b99410f83b7f56470bbea3571d6
* boost: remove old stuffMatúš Kukan2012-08-312-30/+0
| | | | Change-Id: Ic195f3c253f9314095fa1d568048878d50b5fb37
* boost: convert to gbuildMatúš Kukan2012-08-318-1479/+112
| | | | Change-Id: If3840e048edc93adec3df7fa818e8b43d17cb1d5
* more shadow warnings at highest debugging levelsCaolán McNamara2012-08-201-1/+118
| | | | Change-Id: Iad5dd52961be6ef82836ccb5e9c12ab6bb3c034d
* fix sal build with vs2012Peter Foley2012-08-162-0/+15
| | | | Change-Id: Ia03980d5d890de7db1e606409a646a5a4f79e91e