summaryrefslogtreecommitdiff
path: root/boost/makefile.mk
AgeCommit message (Collapse)Author
2011-07-15Don't let <windows.h> define min() and max() as macrosTor Lillqvist
2011-02-28dynamic_bitset subdir wasn't deliveredCaolán McNamara
2011-02-10workaround gcc#47679Caolán McNamara
2011-02-09silence some more warningsCaolán McNamara
2011-02-08still need aliasing fixesCaolán McNamara
2011-02-05define copy ctor for boost::unordered_map/_setDavid Tardon
Build with gcc 4.6 breaks otherwise.
2011-02-05some more warnings goneFridrich Štrba
2011-02-04upgrade to boost 1.44.0 to solve some std::forward issuesFridrich Štrba
2010-10-18#i113177# remove strict-aliasing warning from boost headersCaolán McNamara
2010-10-06fix various boost shadow warningsCaolán McNamara
2010-10-06Fix broken win32 build in boostThorsten Behrens
Make boostthreadlib depend on PREDELIVER_FLAG_FILE, otherwise the whole include path goodness is not working (i.e. first do the predeliver to wntmsci12/inc, then build thread lib)
2010-10-04Fix boost buildFridrich Štrba
Normal libreoffice way to add a file is to put that in makefile.mk into ADDITIONAL_FILES list which creates a file with "dummy" as content and then to patch that file with the real content. This prevents a patching hell if timestamps change and boost is unpacked again
2010-10-04Restore three BUILD_* definitions that apparently are neededTor Lillqvist
2010-10-02Build the boostthread library only on WindowsTor Lillqvist
2010-10-02Build the thread-related code on Windows into a libraryTor Lillqvist
Needed by ixion.
2010-09-30Intensify boost deliveryTor Lillqvist
Notes: split repo tag: libs-extern-sys_linux-build-fridrich-20100930
2010-09-30Deliver also the unordered/* headersTor Lillqvist
2010-09-14svg-import-boost.diff: deliver requrired boost headers.Fridrich Štrba
2010-05-28CWS-TOOLING: integrate CWS koheiautodecimalVladimir Glazunov
2010-05-18#i111387# deliver extra headers to make ptr_container available.Kohei Yoshida
2010-03-10ause110: update to DEV300_m74Hans-Joachim Lankenau
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-15ause110: #i106731# remove tarballs from scm and find them in download cache dirHans-Joachim Lankenau
2009-09-17CWS-TOOLING: integrate CWS boost134Ivo Hinkelmann
2009-09-09 10:30:24 +0200 fs r275970 : #i100127# provided by rene: check whether system-boost's function.hpp compiles without exception support 2009-09-04 21:58:00 +0200 fs r275832 : indention 2009-09-04 21:57:10 +0200 fs r275831 : #i10000# type in boost/spirit check. Thanks to thb 2009-09-04 10:58:54 +0200 fs r275787 : #i100127# provided by tono@openoffice.org: mingw needs using directives for std::min/max 2009-09-04 10:31:54 +0200 fs r275782 : #i100127# (approved by hjs) on Solaris, set GNUTAR to /usr/sfw/bin/gtar, this is available on baseline machines (Solaris 10.x), but not necessarily available in LD_LIBRARY_PATH 2009-08-19 21:47:55 +0200 rene r275161 : #i10000# check for the header actually used now 2009-08-17 21:55:31 +0200 fs r275073 : CWS-TOOLING: rebase CWS boost134 to trunk@275001 (milestone: DEV300:m55) 2009-07-16 09:39:25 +0200 fs r274031 : #i100127# extract download/% with GNUTAR instead of TAR 2009-07-14 09:18:15 +0200 fs r273960 : CWS-TOOLING: rebase CWS boost134 to trunk@273858 (milestone: DEV300:m52) 2009-07-13 09:55:14 +0200 fs r273919 : #i100127# use boost 1.39, not 1.34 2009-07-13 09:45:57 +0200 fs r273918 : use GNUTAR when extracting download/%.tar.gz, not TAR (necessary with boost 1.39 tarball) 2009-07-10 21:10:52 +0200 fs r273905 : #i100127# spirit now part of boost 2009-07-06 12:12:13 +0200 fs r273732 : #i10000# lngconvex, used in src/wizards, is built in shell => added missing module dependency 2009-07-02 15:34:51 +0200 fs r273660 : #i100127# 2009-07-02 13:35:24 +0200 fs r273645 : #i100127# MSVC needs some hinting when using boost::bind on (some) member functions 2009-07-02 10:33:59 +0200 fs r273625 : removed unused include (lead to an internal compiler error with MSVC and boost 1.34+) 2009-07-02 09:44:35 +0200 fs r273619 : change some include orders, prevents 'internal compiler errors' with MSVC 2009-07-01 09:19:25 +0200 fs r273547 : #i100127# who the heck is defining max as something unusable? 2009-07-01 09:17:28 +0200 fs r273546 : #i100127# defining min/max is causing trouble now 2009-07-01 09:15:40 +0200 fs r273545 : #i100127# reverted previous patch, and properly fixed the problem by defining BOOST_MEM_FN_ENABLE_CDECL, and disabling warning 4180 2009-07-01 09:14:23 +0200 fs r273544 : #i100127# re-disable warning 4180, still needed for some files 2009-07-01 09:07:33 +0200 fs r273543 : #i100127# reverted previous patch, and properly fixed the problem by defining BOOST_MEM_FN_ENABLE_CDECL 2009-06-24 11:00:32 +0200 fs r273319 : oops, re-introduced some inc locations 2009-06-23 22:10:02 +0200 fs r273304 : #i100127# disable warning C4180 2009-06-23 22:08:36 +0200 fs r273303 : #i100127# disable warning C4180 2009-06-16 12:26:49 +0200 fs r273015 : #i10000# (provided by mst@openoffice.org) 2009-06-15 09:10:27 +0200 fs r272962 : #i10000# use -r instead of -a when copying the include files, this prevents the spurious 'failed to preserve ownership' errors 2009-06-11 23:55:06 +0200 fs r272902 : #i100127# 2009-06-11 23:54:47 +0200 fs r272901 : #i100127# 2009-06-11 23:54:05 +0200 fs r272900 : make compile on unxsol[i|s]4 2009-06-10 10:12:22 +0200 fs r272798 : #i100127# don't deliver from within unxlngi6/misc/build/boost, but from a 'normalized' location unxlngi6/inc 2009-06-10 09:48:00 +0200 fs r272795 : #i100127# use 1.34.1 unconditionally on all platforms
2009-02-19CWS-TOOLING: integrate CWS ause099Oliver Bolte
2009-01-29 12:30:57 +0100 hjs r267116 : #i98365# fix unsetting g+s bit 2009-01-23 14:21:19 +0100 hjs r266819 : #i40246# - cleanup 2009-01-23 14:14:07 +0100 hjs r266818 : #i40246# - fix quoting of final echo line 2009-01-23 12:42:33 +0100 hjs r266807 : #i98365# leave higher bits alone 2009-01-23 11:23:42 +0100 rt r266799 : Header 2009-01-22 19:14:25 +0100 hjs r266753 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:22:18 +0100 hjs r266737 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:54 +0100 hjs r266736 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:24 +0100 hjs r266735 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:08:33 +0100 hjs r266734 : #i40246# renamed variable 2009-01-22 16:05:26 +0100 hjs r266733 : #i40246# renamed variable 2009-01-20 17:46:54 +0100 hjs r266610 : #i98290# cleanup 2009-01-19 19:32:19 +0100 hjs r266522 : CWS-TOOLING: rebase CWS ause099 to trunk@266428 (milestone: DEV300:m39) 2008-12-08 21:00:09 +0100 hjs r265049 : CWS-TOOLING: rebase CWS ause099 to trunk@264807 (milestone: DEV300:m37) 2008-11-27 18:25:18 +0100 hjs r264513 : #i40246# - support multiple patches per archive 2008-11-17 19:00:12 +0100 hjs r263738 : CWS-TOOLING: rebase CWS ause099 to trunk@263288 (milestone: DEV300:m35)
2008-04-11INTEGRATION: CWS changefileheader (1.11.8); FILE MERGEDRüdiger Timm
2008/03/28 15:16:29 rt 1.11.8.1: #i87441# Change license header to LPGL v3.
2007-12-12INTEGRATION: CWS boostup01 (1.10.20); FILE MERGEDKurt Zenker
2007/11/29 10:33:29 thb 1.10.20.2: #i82516# Avoiding duplication 2007/11/08 14:00:45 thb 1.10.20.1: #i77672# Tentatively enabling boost 1.34.1 for gcc4.x
2007-01-25INTEGRATION: CWS ause069 (1.9.34); FILE MERGEDOliver Bolte
2006/12/12 12:23:35 hjs 1.9.34.2: #i72494# cleanup 2006/10/18 17:10:02 hjs 1.9.34.1: #i70359# remove forced shell calls
2005-09-07INTEGRATION: CWS ooo19126 (1.8.12); FILE MERGEDRüdiger Timm
2005/09/05 13:53:31 rt 1.8.12.1: #i54170# Change license header: remove SISSL
2005-04-06INTEGRATION: CWS ccpatch (1.7.10); FILE MERGEDJens-Heiner Rechtien
2005/04/01 13:52:26 dbo 1.7.10.1: #120732# workaround sunpro CC opt bug for safe-bool idiom
2005-01-18INTEGRATION: CWS systemboost (1.6.2); FILE MERGEDKurt Zenker
2005/01/13 15:31:46 cmc 1.6.2.1: #i36983# optional build with system-boost
2004-11-26INTEGRATION: CWS presentationengine01 (1.5.32); FILE MERGEDRüdiger Timm
2004/08/26 15:02:24 dbo 1.5.32.1: #110496# updated to boost-1.30.2, spirit-1.6.1
2003-08-21#100000# linux_atomic.h added as ADDITIONAL_FILES in makefile.mkRüdiger Timm
2003-07-02INTEGRATION: CWS ooo11rc (1.3.2); FILE MERGEDVladimir Glazounov
2003/06/24 15:29:31 vq 1.3.2.1: #i15957# Shell buildin 'which' sometimes returns an error
2003-06-04INTEGRATION: CWS ause05 (1.2.8); FILE MERGEDVladimir Glazounov
2003/05/26 10:39:43 hjs 1.2.8.1: #14194# avoid similar problems here in advance
2003-03-18MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien
2002-10-25C++ Boost v1.27Eike Rathke