summaryrefslogtreecommitdiff
path: root/external/boost
AgeCommit message (Collapse)Author
2014-04-02WaE: comparison of constant 255 with expression of type 'const char'Tor Lillqvist
Better fix for warning: "comparison of constant 255 with expression of type 'const char' is always true". I hadn't considered that the code is in a template, so it must handle strings of arbitrary integer types (well, Unicode). Change-Id: I38d6d480bfc3ff89db1276cac38d310ecdcc2cfa
2014-04-02WaE: comparison of constant 255 with expression of type 'const char'Tor Lillqvist
Change-Id: Ibe07fc9a61ae8432e92c43ac6ff07c4dc9e6c771
2014-04-02Avoid Wsahdow warnings related to boost json parserZolnai Tamás
Problematic variable: separator -> separator_ Change-Id: Ia4e1b1543f61b03e029e1bc4151ec58334e8df57
2014-04-02These changes are not needed any moreZolnai Tamás
Moreover these line causes the same Wshadow warning which was the reason of adding them. Change-Id: I6b5793b66db26720626b7924d59e9283168f8abe
2014-03-03upgrade liborcusMarkus Mohrhard
Conflicts: external/boost/StaticLibrary_boost_system.mk Change-Id: Ie4af26c87a100b67baeedbaa7fb1ac428845f92b
2014-03-02add missing depsDavid Tardon
Change-Id: I86a0098b64e02a438c5660ea8b391a9737473aa3
2014-01-07reduce warnings patchesCaolán McNamara
Change-Id: I7a861758236bbae7f82292123ff012de97e2f4de
2014-01-07bump boost from 1.54 to 1.55Caolán McNamara
Change-Id: I5c9d01fa1be54b81f2aedead5f55ae737fb25d5a
2013-11-20Fixup windows build.Thorsten Behrens
Fallout from f01580ce9c5f898c1fdb85e302a158f1a31205db, vs2012 was complaining about mismatching IE_VER / WINVER in boost. Change-Id: I2092aba9fa64740eb796538855caaefae9bceab6
2013-11-14external/boost: -Werror,-Wdeprecated-declarationsStephan Bergmann
Change-Id: Id7f98b4e10cfbf6585e0f62fffa8837329ee5cb2
2013-11-14external/clucene: -Werror,-Wdeprecated-declarationsStephan Bergmann
Change-Id: I05eb08927f27188eeb0998b09293fea05d037a41
2013-11-14boost: stop using #pragma GCC system_headerMichael Stahl
... it breaks dependency generation. Change-Id: Ib6e1dac1210020d3a6eb1748f1266e69582f199e
2013-10-18Fix building from inside modules moved to externalKhaled Hosny
Change-Id: Id6023dc3751fe70984f489682be17d1ab1855f71
2013-10-17fdo#70393: move boost to a subdir of externalKhaled Hosny
Change-Id: Ib6aa36e296dfc1237463c4257f7ea1bd1fe72a1b Reviewed-on: https://gerrit.libreoffice.org/6282 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>