Age | Commit message (Collapse) | Author |
|
Change-Id: I411945fafce71c327d137a2dd09501fa98cc31c2
|
|
Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
|
|
Change-Id: I57e43362f896ad08d4af408f4fac63d26b71bffa
|
|
Change-Id: Iaa983064dc8643bceb18cba3a2b720b3a5830b78
|
|
Change-Id: I5825c8004e29000cc6c15679f92aac3d18172b38
|
|
Change-Id: I69b105c39f67372331910b6957214d62e1f3818c
|
|
Change-Id: Ibd2fe3cf8775cbda51f768ceaeb92b66a91c3850
|
|
boost::detail::multi_array::ConstMultiArrayConcept
Change-Id: I8937079337eb3c4cfd29c03c6602b99b28f5c59e
|
|
It warns that "x" is unreferenced formal parameter in
virtual void failed(Model *x) { x->~Model(); }
Change-Id: I10a4e1f037726f0225c2c6bf4ee23d5fb2accf7d
|
|
Change-Id: Iac87cae6e9ee0e4efa07f64903f8789fa47869cc
|
|
Change-Id: I819a36fb922b6fe96e9989ad438bed15875bf1b6
|
|
Change-Id: I4359784279875dc9dac99bc4d2db95dccf094b20
|
|
Change-Id: I7ba4a6cb9ad8cb75282553d486e48c00e19cc0c2
|
|
Change-Id: I8f81cc7491da81c33bd27d084a8e7b19e5c637a7
Reviewed-on: https://gerrit.libreoffice.org/784
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I912be00b8dafc046b229967e66f8f32e2c14a0be
|
|
Change-Id: I7d852595fbe0395bc29aba86b2e110ffb5c28823
|
|
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
|
|
Change-Id: Ifa07910cc767c5824997c48d573e7a7601719274
|
|
Change-Id: I023c6b35c2a65da566ff5bb3aea772c99c90dda3
|
|
Not sure if unix needs it since most folks build with system boost
there.
Change-Id: I49d02a682e6658f6e3c5a6ada480903567d8c436
|
|
Change-Id: Iadb4a223e4db523b50ee85b9079a7a4ba5971fd0
|
|
Took me 3 days just to get it to work...
Change-Id: Ie28dc9b4ddb967a547cad33da18911b77bb9d558
|
|
Change-Id: I1e48b478a42d2b554e165922b08354b971f971b9
|
|
Change-Id: I360f2fd6ee0b9b99410f83b7f56470bbea3571d6
|
|
Change-Id: Ic195f3c253f9314095fa1d568048878d50b5fb37
|
|
Change-Id: If3840e048edc93adec3df7fa818e8b43d17cb1d5
|
|
Change-Id: Iad5dd52961be6ef82836ccb5e9c12ab6bb3c034d
|
|
Change-Id: Ia03980d5d890de7db1e606409a646a5a4f79e91e
|
|
Change-Id: Id99429366485924ff35da63ebde1b5df11419d58
|
|
Change-Id: I7ffd382b6aa3954bc346d1ecc45607a417ad2509
|
|
Change-Id: I9b4f9009c29276054ff94a427adf51c2094377b5
|
|
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
|
|
Change-Id: Ie07c6ac0471ecdf6236d194f1ec3389dd47d4b31
|
|
...on Mac OS X, in what looks like only newly used boost headers.
Change-Id: I86612a419311fe5a2dfda9eec520889707f9e5db
|
|
Change-Id: I862b728537e9e862f1d5af78bcc87576964534d0
|
|
Change-Id: Idd3a133ee8271716518eb167192be91e76f90075
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones. To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
|
|
|
|
|
|
|
|
|