summaryrefslogtreecommitdiff
path: root/lpsolve
AgeCommit message (Collapse)AuthorFilesLines
2012-11-15tweak some build.lsts...Michael Stahl1-2/+1
Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
2012-11-08Remove accidentally leftover plus signsTor Lillqvist1-11/+11
Change-Id: I231f5ddc5809033acad1c6284c37fd54796ce1e4
2012-11-07fix lpsolve for androidPeter Foley1-2/+1
Change-Id: Id7643c33e7d311e04ab7035f68f3c3415fda0fb2
2012-11-07lpsolve: why would it need hunspellMichael Stahl1-2/+0
Change-Id: If2173e32340cdfe4068dd36b4245ceb6d0bcf2bd
2012-11-07convert lpsolve to gbuildPeter Foley11-180/+158
Change-Id: I0038b21a1b3bde4d8d3f5dd0092d15d858336680 Reviewed-on: https://gerrit.libreoffice.org/1002 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-11-04Enough with that...Norbert Thiebaud11-156/+180
peter's gbuildifications caused and ocean of red, that 1/ was not followed up by any attempt by the author to fix 2/ I wasted a good part of the weekend to de-entangle with only partial sucess reverting the whole mess for now... to be resubmited when a bit less borked... This reverts commit c4c160a4519f20d50e7189ef92aac99b83c4cc6a. This reverts commit faef2e51d0c7b74334a11400b205daf382805780. This reverts commit 057ce1fe2911f51be97199bf95e175db8aebfa42. This reverts commit a7d34af344900233ba08aee2a56a3daf85ab2421. This reverts commit befae0ceb80deb4623f3e41ff88b6dcb63eca0ad. This reverts commit 433b43bcd2dbd146a9d6342fab0704d653c50d29. This reverts commit 93e2c4a9d257ebbe794fbaba888229857e7c42d8.
2012-11-04lpsolve: missing owner for add_fileNorbert Thiebaud1-1/+9
Change-Id: I6cf49b204ca8fd00ba5475cb3effbe72546e3a6f
2012-11-04lpsolve: fix botched test to detect MACOSXNorbert Thiebaud1-1/+1
Change-Id: I186a6191959b0b0826f3578c8d5eced12c258f3d
2012-11-04avoid 'else ifeq' construct in makeNorbert Thiebaud1-4/+5
Change-Id: I075313f99c88241348a9c1184d1e1a54de6154cc
2012-11-04Revert last commitJulien Nabet1-1/+0
Change-Id: I45496eb188339092e7b718064b9a2e88d2d9dd01
2012-11-04Try to fix a missing endif blindlyJulien Nabet1-1/+2
Change-Id: I05474288e19b9bf6d7cad79b60a5c2ed2af41466
2012-11-03convert lpsolve to gbuildPeter Foley11-180/+147
Change-Id: I0038b21a1b3bde4d8d3f5dd0092d15d858336680
2012-11-03Don't bother building a static or debugging lpsolve lib that we don't useTor Lillqvist1-5/+12
Change-Id: Ib34acf0ae4c18f40809a0a16438527dbcd9ffc80
2012-11-03Command line warning D9035 : option 'o' has been deprecatedTor Lillqvist1-0/+12
Change-Id: I85f6bf69d9b3294800de2144ad269d3b06f3296f
2012-10-26warn free build of dmake, concat-deps and lpsolveRené Kjellerup2-1/+86
add error handling for fread, fwrite, and fscanf calls use "fputs" instead of "fprintf" to avoid warning that it couldn't varify the format string because it wasn't a string literal. Change-Id: I1137160d28461fbac69c8e05d32ba010da491c57 Reviewed-on: https://gerrit.libreoffice.org/903 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2012-10-15Must use $AR and not build platform arTor Lillqvist1-1/+1
Change-Id: Ic834c9ffdba1d1c363d304c535987bad1c64c4b2
2012-09-14Adapt for DISABLE_DYNLOADINGTor Lillqvist2-1/+23
Change-Id: I0beb4dcf9051c678bde5d49b83cec697ab17c595
2012-08-27Bypass the solver component for iOS for nowTor Lillqvist2-19/+10
Change-Id: I09551ef015d31d2337ba3ab40e720210c095670f
2012-05-14Revert "Update lpsolve to 5.5.2.0. Resolves bug fdo#39496."Fridrich Štrba5-38/+276
Sorry to have to revert this, but it is too broken on Windows. Even on linux it needed some work to get right. Just stick with what was there while the author works on a better version. This reverts commit 21155b8739b1a90455e75b9b527c75e27390455c. Change-Id: Iaa075c2bd4d2fccf4d58052888735bedc83605c7
2012-05-14fix the lpsolve buildFridrich Štrba2-1/+14
Change-Id: Ibb86fb64dd8bee950b70890018cd15dffd7484b1
2012-05-14Update lpsolve to 5.5.2.0. Resolves bug fdo#39496.Tomas Chvatal4-278/+27
Change-Id: I10b6043bf43d0b65a982a8c4f0067ac726189c53
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-15Propagate verbosity to lpsolve buildTor Lillqvist2-2/+6
2012-03-05mingw: override gcc's definition of INLINEDavid Tardon1-4/+7
gcc defines INLINE to __inline, which leads to 'multiple definition of ...' error on use of liblpsolve.dll.a (e.g., in sccomp). Also use host ar and ranlib.
2012-03-04mingw: change liblpsolve.a -> .dll.aDavid Tardon3-3/+9
2012-02-08Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich1-0/+1
2011-07-26use -Wno-long-double only if gxx supports itNorbert Thiebaud1-3/+10
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-8/+8
2011-05-22-ldl is linux only and remove -lc from the flags tooRobert Nagy3-42/+31
2011-05-21Drop OS2Tor Lillqvist2-21/+1
2011-05-19Add forgotten quotesTor Lillqvist1-2/+2
2011-05-17Enable MinGW cross-compilation of lpsolveTor Lillqvist2-2/+33
2011-05-13Cross-compile lpsolve for iOSTor Lillqvist3-1/+21
2011-03-09Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-1/+1
Conflicts: cppunit/ldflags.patch hyphen/hyphen-2.4.patch libegg/source/eggtrayicon.c libtextcat/makefile.mk
2011-01-06mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ nametono1-1/+1
2010-11-05Do not set -ldl on OpenBSDRobert Nagy2-0/+24
2010-10-13update libtooling and config.guess for aix 7Caolán McNamara2-1/+44
2010-04-22sb121: merged in DEV300_m77sb1-0/+1
2010-03-11sb120: #i110061# ...and make sure CC/CXX are used where appropriate (again ↵sb1-1/+4
based on that other patch by cloph) (transplanted from 7319e4d72cb37e0076e73c64abe7dbb01acc3bb3)
2010-03-10ause110: update to DEV300_m74Hans-Joachim Lankenau1-5/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-5/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-26ause110: update to DEV300m70Hans-Joachim Lankenau1-1/+1
2010-01-15ause110: #i106731# remove tarballs from scm and find them in download cache dirHans-Joachim Lankenau1-0/+1
2010-01-06DEV300 masterfix: #i10000#: add solenv to dependency listJens-Heiner Rechtien1-1/+1
Notes: split repo tag: libs-extern_ooo/DEV300_m69 split repo tag: libs-extern_ooo/DEV300_m70
2009-09-25merge commitMathias Bauer1-0/+1
2009-09-16CWS-TOOLING: integrate CWS cloph13Jens-Heiner Rechtien1-0/+1
2009-09-01 #i104566# also use syslibroot/isysroot for external components 2009-08-28 #i104568# clean up duplicated definitions of OBJCXXFLAGS 2009-08-28 #i104567# add ccache-detection to configure (to skip to objcxx-flags) 2009-08-28 #i104566# use Mac OS X 10.4-SDK to ensure backwards compatibility use MACOSX_DEPLOYMENT_TARGET and sysroot/syslibroot switches ignore "-isysroot /Developer/..." arguments for OOo's cpp
2009-09-09merge commit to DEV300_m57Mathias Bauer2-3/+9
2009-08-26CWS-TOOLING: integrate CWS mingwport22Vladimir Glazounov2-3/+9
2009-08-19 16:18:46 +0200 tono r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-08-05 12:27:41 +0200 tono r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54) 2009-08-01 00:56:35 +0200 tono r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-27 00:13:27 +0200 tono r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 06:19:59 +0200 tono r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static" 2009-07-25 06:13:56 +0200 tono r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread 2009-07-25 06:05:22 +0200 tono r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section 2009-07-25 05:54:09 +0200 tono r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope 2009-07-25 05:44:58 +0200 tono r274328 : i#103799: mingw gcc-4.4.0 port: add some #include 2009-07-25 05:33:09 +0200 tono r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path 2009-07-25 05:24:42 +0200 tono r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge 2009-07-25 05:16:20 +0200 tono r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 04:01:59 +0200 tono r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-07-25 02:44:01 +0200 tono r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging 2009-07-25 02:28:21 +0200 tono r274321 : i#103791: mingw port fix typo
2009-07-28#i103496#: remove superfluous dependencies in external librariesMathias Bauer1-1/+1
2009-02-19CWS-TOOLING: integrate CWS ause099Oliver Bolte1-2/+2
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)