summaryrefslogtreecommitdiff
path: root/boost
AgeCommit message (Collapse)AuthorFilesLines
2013-05-17Silence a bit libcdr buildFridrich Štrba2-0/+695
Change-Id: I9bae7d0ea71072168ba53d7376e816bcd05722fa (cherry picked from commit 6389bf38961d84fd3e1c8fbdc78040e1b1be3ba9) Reviewed-on: https://gerrit.libreoffice.org/3944 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-23Uploading LGM2013 version of libcdrFridrich Štrba2-0/+13
(cherry picked from commit 4757ffcc5cea1d627f57e551b7af0b39c8e40b47) Conflicts: libcdr/ExternalProject_libcdr.mk Change-Id: Icdf57cb8a40256b4a474ededd3ba030bd79497f4 Trying to fix a boost::property_tree::json_parser error on windows (cherry picked from commit 41d2b58b1ed5c1c4a1ca6ab3e6d7c4f15874d3a3) Conflicts: boost/UnpackedTarball_boost.mk Change-Id: Iea3ec9a56eb008c6a0729a151b392f1e62925720 Trying to avoid linking with boost on Windows Change-Id: Ic0c538dfad88f850d95f417f2741ef7dba7fc5e4 (cherry picked from commit 1e392ea7a0d1504f701f9fed1492e64a78a65339) Reviewed-on: https://gerrit.libreoffice.org/3559 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-12-11fix Wshadow warnings in boost randomMarkus Mohrhard2-0/+36
upstreamed as https://svn.boost.org/trac/boost/ticket/7774 Change-Id: I73d25ff16733a0b5c61250fdd98bee13b9fb7173 (cherry picked from commit 632cdffd08df8cdaeba47c6c42c7f718aaf9e751) Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-11-26WaE: use of logical '&&' with constant operandTor Lillqvist1-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
2012-11-26Fold boost crc-shadow-warning.patch into 6397.warnings.patchStephan Bergmann3-23/+21
Change-Id: Idcb00cba13ae3d7d5ee6288065c98accf636142d
2012-11-26WaE: some additional warningsCaolán McNamara1-3/+16
Change-Id: I6a86661dfceb4ecaeadb4fb045e924f2b65e1ad2
2012-11-26error: declaration of ‘bit_count’ shadows a previous localStephan Bergmann2-0/+23
Change-Id: I411945fafce71c327d137a2dd09501fa98cc31c2
2012-11-15tweak some build.lsts...Michael Stahl1-2/+1
Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
2012-11-06Improve check for -Wself-assign-fieldStephan Bergmann1-4/+4
Change-Id: I57e43362f896ad08d4af408f4fac63d26b71bffa
2012-11-05fix build with glibc 2.16Peter Foley2-0/+22
Change-Id: Iaa983064dc8643bceb18cba3a2b720b3a5830b78
2012-11-05WaE: extra clang warningsCaolán McNamara1-0/+13
Change-Id: I5825c8004e29000cc6c15679f92aac3d18172b38
2012-11-02WaE: extra clang warningsCaolán McNamara1-0/+34
Change-Id: I69b105c39f67372331910b6957214d62e1f3818c
2012-10-27fix linking on windowsPeter Foley1-203/+0
Change-Id: Ibd2fe3cf8775cbda51f768ceaeb92b66a91c3850
2012-10-25boost: disable MSVC warnings C4510, C4610 for ...Michael Stahl2-0/+27
boost::detail::multi_array::ConstMultiArrayConcept Change-Id: I8937079337eb3c4cfd29c03c6602b99b28f5c59e
2012-10-24boost: disable spurious MSVC warning C4100 in msvc.hppMichael Stahl2-0/+20
It warns that "x" is unreferenced formal parameter in virtual void failed(Model *x) { x->~Model(); } Change-Id: I10a4e1f037726f0225c2c6bf4ee23d5fb2accf7d
2012-10-23Apple's Clang 4.1 does not have -Wself-assign-fieldTor Lillqvist1-2/+2
Change-Id: Iac87cae6e9ee0e4efa07f64903f8789fa47869cc
2012-10-22Work around some more Clang boost warningsStephan Bergmann1-0/+224
Change-Id: I819a36fb922b6fe96e9989ad438bed15875bf1b6
2012-10-22some more clang warningsCaolán McNamara2-0/+12
Change-Id: I4359784279875dc9dac99bc4d2db95dccf094b20
2012-10-21some additional clang warningsCaolán McNamara1-0/+66
Change-Id: I7ba4a6cb9ad8cb75282553d486e48c00e19cc0c2
2012-10-07silence boost Unknown compiler version message with VS2012Peter Foley1-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>
2012-10-03fix application of patchesDavid Tardon1-0/+2
Change-Id: I912be00b8dafc046b229967e66f8f32e2c14a0be
2012-09-28WaE: some warnings on RHEL-6 gccCaolán McNamara1-0/+15
Change-Id: I7d852595fbe0395bc29aba86b2e110ffb5c28823
2012-09-10boost, orcus: disable bizarre "auto link" feature for MSVC:Michael Stahl5-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
2012-09-08group this togetherMatúš Kukan1-9/+1
Change-Id: Ifa07910cc767c5824997c48d573e7a7601719274
2012-09-08rename: set_cxx_suffix -> set_generated_cxx_suffix; used for external libsMatúš Kukan2-2/+2
Change-Id: I023c6b35c2a65da566ff5bb3aea772c99c90dda3
2012-09-07Make boostthread windows only for now.Kohei Yoshida1-1/+9
Not sure if unix needs it since most folks build with system boost there. Change-Id: I49d02a682e6658f6e3c5a6ada480903567d8c436
2012-09-07Resurrect boost thread lib. Orcus needs it.Kohei Yoshida3-0/+40
Change-Id: Iadb4a223e4db523b50ee85b9079a7a4ba5971fd0
2012-09-07Get it to build on Windows, with MSVC compiler.Kohei Yoshida1-0/+1
Took me 3 days just to get it to work... Change-Id: Ie28dc9b4ddb967a547cad33da18911b77bb9d558
2012-09-06boost: create also libboost_date_time-vc90-mt-1_44.libMatúš Kukan2-0/+20
Change-Id: I1e48b478a42d2b554e165922b08354b971f971b9
2012-09-01boost: use add_generated_exception_objectsMatúš Kukan1-1/+1
Change-Id: I360f2fd6ee0b9b99410f83b7f56470bbea3571d6
2012-08-31boost: remove old stuffMatúš Kukan2-30/+0
Change-Id: Ic195f3c253f9314095fa1d568048878d50b5fb37
2012-08-31boost: convert to gbuildMatúš Kukan8-1479/+112
Change-Id: If3840e048edc93adec3df7fa818e8b43d17cb1d5
2012-08-20more shadow warnings at highest debugging levelsCaolán McNamara1-1/+118
Change-Id: Iad5dd52961be6ef82836ccb5e9c12ab6bb3c034d
2012-08-16fix sal build with vs2012Peter Foley2-0/+15
Change-Id: Ia03980d5d890de7db1e606409a646a5a4f79e91e
2012-07-23ah, dos format breaks some patchesCaolán McNamara1-21/+21
Change-Id: Id99429366485924ff35da63ebde1b5df11419d58
2012-07-23my patch applied it, other's don't, so regeneratingCaolán McNamara1-1/+3
Change-Id: I7ffd382b6aa3954bc346d1ecc45607a417ad2509
2012-07-23Related: boost#4127 strict-aliasing rules warningCaolán McNamara2-0/+21
Change-Id: I9b4f9009c29276054ff94a427adf51c2094377b5
2012-07-13Backport boost fix for threading detection in GCC 4.7Stephan Bergmann2-0/+16
See http://svn.boost.org/svn/boost/trunk r76133 "Fix threading detection in GCC-4.7 experimental." Without it, BOOST_DISABLE_THREADS would be defined when compiling with GCC 4.7, which in turn would cause boost/smart_ptr/detail/sp_counted_base.hpp to include a single-thread--mode boost/smart_ptr/detaul/sp_counted_base_nt.hpp which is not suitable in a multi-threaded scenario. Change-Id: Ia30a5c2c241e2e135858a5cab3dd855d05db50c8
2012-07-12fix mips build: opcode not supported on this processorCaolán McNamara2-0/+44
Change-Id: Ie07c6ac0471ecdf6236d194f1ec3389dd47d4b31
2012-06-07Some boost warnings with ClangStephan Bergmann2-0/+64
...on Mac OS X, in what looks like only newly used boost headers. Change-Id: I86612a419311fe5a2dfda9eec520889707f9e5db
2012-05-24Be sure all boost headers are copied to output directoryFridrich Sch Strba1-2/+45
Change-Id: I862b728537e9e862f1d5af78bcc87576964534d0
2012-05-09deliver the boost libraries we buildFridrich Štrba1-0/+4
Change-Id: Idd3a133ee8271716518eb167192be91e76f90075
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
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-04-11WaE: some more boost warningsCaolán McNamara1-0/+18
2012-04-04TypoTor Lillqvist1-2/+2
2012-04-04WaE: '&&' within '||'Tor Lillqvist2-0/+13
2012-04-04WaE: unused parameterTor Lillqvist1-0/+77
2012-03-29Backport some Boost 1.48.0 changes to keep GCC 4.7 -std=c++11 happyStephan Bergmann2-0/+52
2012-03-01WaE: unused parameterTor Lillqvist1-0/+39
2012-02-09Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich1-0/+4