summaryrefslogtreecommitdiffstats
path: root/lpsolve
Commit message (Collapse)AuthorAgeFilesLines
* fdo#66826 - Allow parameters to be passed to patch such as --binaryMichael Meeks2013-07-111-0/+1
|
* fdo#66826 - Add DOS CR/LR line endings to please patch 2.7 under cygwinMichael Meeks2013-07-111-47/+47
|
* Need to use the right libtool on OS XTor Lillqvist2013-06-261-1/+2
| | | | Change-Id: I37b2a892143892740674ce9882ed61ea88eda894
* MPLv2 subset improvements.Michael Meeks2013-06-041-1/+1
|
* gbuild: ExternalProject: remove second parameter again...Michael Stahl2013-05-071-1/+1
| | | | | | ... now that everything is consistent. Change-Id: I96c15159648815554280202eb1b6d274ead4e7b8
* gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl2013-05-071-3/+1
| | | | | | | It must always be used exactly once, so replace it with constructor parameter. Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
* use gb_ExternalPackage_add_runtime_library for adding libsDavid Tardon2013-05-011-3/+3
| | | | Change-Id: I7be80bbef306db8f7ad585e95bfa4b6da0b30067
* adapt all externals to build against MSVC debug runtimeMichael Stahl2013-04-152-2/+3
| | | | | | | | | | | | | | | | Add patches and/or tweaks to the following modules: curl, cppunit, icu, lcms2, libxml2, libxslt, libxmlsec, lpsolve, nss, openssl, python3 lcms2 has an inconsistency where the .lib and the .dll don't agree on the .dll name. openssl gets a honorable mention because apparently it's undocumented custom build system can build with /MDd if one picks the right configuration but i couldn't figure out how to do that in an hour of trying, and just patched the release config instead. Change-Id: I7854a0fc85247e398d561b4f513d09fe2d1ebb3c
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* quiet external module build log unless failureNorbert Thiebaud2013-02-221-15/+15
| | | | | | | | | | | | | | | | | | ExternalProject usually involve a configure and a make step that produce a bunch of output usually irrelevant including a large number of warning and other mess. now that everything is pretty much in tail_build these output get interleaved with useful output from the build of the product and actually drown them in a logorrhea of messy noise. This store the output of external modules in a log file and only print them as a whole if the module failed do build. on a non-verbose build. Change-Id: I3abfcccd6d16821a9e061a71e031b427cc283647 Reviewed-on: https://gerrit.libreoffice.org/2304 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Get rid of (most uses of) GUITor Lillqvist2012-12-254-11/+12
| | | | | | | | | | GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* tweak some build.lsts...Michael Stahl2012-11-151-2/+1
| | | | Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
* Remove accidentally leftover plus signsTor Lillqvist2012-11-081-11/+11
| | | | Change-Id: I231f5ddc5809033acad1c6284c37fd54796ce1e4
* fix lpsolve for androidPeter Foley2012-11-071-2/+1
| | | | Change-Id: Id7643c33e7d311e04ab7035f68f3c3415fda0fb2
* lpsolve: why would it need hunspellMichael Stahl2012-11-071-2/+0
| | | | Change-Id: If2173e32340cdfe4068dd36b4245ceb6d0bcf2bd
* convert lpsolve to gbuildPeter Foley2012-11-0711-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>
* Enough with that...Norbert Thiebaud2012-11-0411-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.
* lpsolve: missing owner for add_fileNorbert Thiebaud2012-11-041-1/+9
| | | | Change-Id: I6cf49b204ca8fd00ba5475cb3effbe72546e3a6f
* lpsolve: fix botched test to detect MACOSXNorbert Thiebaud2012-11-041-1/+1
| | | | Change-Id: I186a6191959b0b0826f3578c8d5eced12c258f3d
* avoid 'else ifeq' construct in makeNorbert Thiebaud2012-11-041-4/+5
| | | | Change-Id: I075313f99c88241348a9c1184d1e1a54de6154cc
* Revert last commitJulien Nabet2012-11-041-1/+0
| | | | Change-Id: I45496eb188339092e7b718064b9a2e88d2d9dd01
* Try to fix a missing endif blindlyJulien Nabet2012-11-041-1/+2
| | | | Change-Id: I05474288e19b9bf6d7cad79b60a5c2ed2af41466
* convert lpsolve to gbuildPeter Foley2012-11-0311-180/+147
| | | | Change-Id: I0038b21a1b3bde4d8d3f5dd0092d15d858336680
* Don't bother building a static or debugging lpsolve lib that we don't useTor Lillqvist2012-11-031-5/+12
| | | | Change-Id: Ib34acf0ae4c18f40809a0a16438527dbcd9ffc80
* Command line warning D9035 : option 'o' has been deprecatedTor Lillqvist2012-11-031-0/+12
| | | | Change-Id: I85f6bf69d9b3294800de2144ad269d3b06f3296f
* warn free build of dmake, concat-deps and lpsolveRené Kjellerup2012-10-262-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>
* Must use $AR and not build platform arTor Lillqvist2012-10-151-1/+1
| | | | Change-Id: Ic834c9ffdba1d1c363d304c535987bad1c64c4b2
* Adapt for DISABLE_DYNLOADINGTor Lillqvist2012-09-142-1/+23
| | | | Change-Id: I0beb4dcf9051c678bde5d49b83cec697ab17c595
* Bypass the solver component for iOS for nowTor Lillqvist2012-08-272-19/+10
| | | | Change-Id: I09551ef015d31d2337ba3ab40e720210c095670f
* Revert "Update lpsolve to 5.5.2.0. Resolves bug fdo#39496."Fridrich Štrba2012-05-145-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
* fix the lpsolve buildFridrich Štrba2012-05-142-1/+14
| | | | Change-Id: Ibb86fb64dd8bee950b70890018cd15dffd7484b1
* Update lpsolve to 5.5.2.0. Resolves bug fdo#39496.Tomas Chvatal2012-05-144-278/+27
| | | | Change-Id: I10b6043bf43d0b65a982a8c4f0067ac726189c53
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* Propagate verbosity to lpsolve buildTor Lillqvist2012-04-152-2/+6
|
* mingw: override gcc's definition of INLINEDavid Tardon2012-03-051-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.
* mingw: change liblpsolve.a -> .dll.aDavid Tardon2012-03-043-3/+9
|
* Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich2012-02-081-0/+1
|
* use -Wno-long-double only if gxx supports itNorbert Thiebaud2011-07-261-3/+10
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-8/+8
|
* -ldl is linux only and remove -lc from the flags tooRobert Nagy2011-05-223-42/+31
|
* Drop OS2Tor Lillqvist2011-05-212-21/+1
|
* Add forgotten quotesTor Lillqvist2011-05-191-2/+2
|
* Enable MinGW cross-compilation of lpsolveTor Lillqvist2011-05-172-2/+33
|
* Cross-compile lpsolve for iOSTor Lillqvist2011-05-133-1/+21
|
* Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky2011-03-091-1/+1
|\ | | | | | | | | | | | | | | Conflicts: cppunit/ldflags.patch hyphen/hyphen-2.4.patch libegg/source/eggtrayicon.c libtextcat/makefile.mk
| * mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ nametono2011-01-061-1/+1
| |
* | Do not set -ldl on OpenBSDRobert Nagy2010-11-052-0/+24
| |
* | update libtooling and config.guess for aix 7Caolán McNamara2010-10-132-1/+44
|/
* sb121: merged in DEV300_m77sb2010-04-221-0/+1
|\