Commit Graph

3663 Commits

Author SHA1 Message Date
Driss Lahlou
4ea00a8a3a add Makefile.archive.mk to Makefile 2016-07-01 13:21:14 +02:00
Driss Lahlou
f9c8756257 fix tools/Makefile.cc according to the new archive format 2016-07-01 11:52:42 +02:00
Driss Lahlou
ccfc9c33bb add new file for archives : tools/README.cc.java.csharp 2016-07-01 11:28:05 +02:00
Driss Lahlou
ecf685062f refactoring archives target. New File : makefiles/Makefile.archive.mk 2016-07-01 11:24:17 +02:00
Laurent Perron
16b02b5f8d fix warning 2016-06-29 11:23:10 +02:00
lperron
e2d8172cd7 Merge pull request #200 from Celebio/master
Solow-Halim preprocessor to improve the number of iterations
2016-06-29 11:08:43 +02:00
Onur Celebi
0a1d9ed0c1 A preprocessor based on Solow-Halim paper 2016-06-29 10:44:31 +03:00
Laurent Perron
c0989a3f14 bump version in .gitignore 2016-06-28 16:52:56 +02:00
Laurent Perron
25ccd1ef83 changed bdist_egg into bdist_wheel on windows/mac os X 2016-06-28 16:35:33 +02:00
Laurent Perron
27e994ce08 remove PYTHON_LIB_SUFFIX, working support on pypi_archive 2016-06-28 16:15:49 +02:00
Laurent Perron
f2ec145c23 remove unused macro 2016-06-28 16:04:01 +02:00
Laurent Perron
11ef9a2ee5 Merge branch 'master' of https://github.com/google/or-tools 2016-06-28 05:31:53 -07:00
Laurent Perron
a439bd7f6c fix visual studio 2013 c# code 2016-06-28 05:31:26 -07:00
Laurent Perron
e760a3a903 rename and document DYNAMIC_LIB_SUFFIX into PYTHON_LIB_SUFFIX 2016-06-28 11:50:52 +02:00
Laurent Perron
04f797939c bump unix swig to 3.0.10 2016-06-28 11:33:55 +02:00
Laurent Perron
ca55e474b4 clean Makefile.third_party.win; bump swigwin to 3.0.10 2016-06-28 02:31:31 -07:00
Laurent Perron
7b078dff8b missing dependencies on the CP library 2016-06-28 02:09:47 -07:00
Laurent Perron
5c6a20dd42 missing dependencies on the CP library 2016-06-28 02:06:34 -07:00
Laurent Perron
d1c9889027 missing dependencies on the CP library 2016-06-28 02:05:58 -07:00
Laurent Perron
e116e3d23d missing dependencies on the CP library 2016-06-28 02:03:38 -07:00
Laurent Perron
4c4a7240db more cleaning of makefiles 2016-06-28 10:53:28 +02:00
Laurent Perron
b80faad01a continue makefile cleaning: renaming, simplification... 2016-06-28 10:27:27 +02:00
Laurent Perron
a2941f689c completely revamp dependencies on header and protobuf files. Should be more robust now 2016-06-28 00:21:52 +02:00
Laurent Perron
0d911276f3 completely revamp dependencies on header and protobuf files. Should be more robust now 2016-06-28 00:18:34 +02:00
Laurent Perron
e7ea660bdd LIBPREFIX -> LIB_PREFIX 2016-06-27 22:32:11 +02:00
Laurent Perron
0b0117a803 continue cleaning makefiles 2016-06-27 16:03:29 +02:00
Laurent Perron
0c65ae3ac9 use current_version as minimum_version of mac LD 2016-06-27 15:44:25 +02:00
Driss Lahlou
f433040b01 Makefiles refactor 2016-06-27 15:30:24 +02:00
Laurent Perron
cda20fac61 todo for makefiles 2016-06-22 11:08:05 +02:00
Laurent Perron
2fc3704da7 change installation directory 2016-06-21 14:39:26 +02:00
Laurent Perron
ba692308f1 revamp archive numbering 2016-06-21 11:41:13 +02:00
Laurent Perron
7ddb7b9538 improve make printport 2016-06-20 13:20:38 +02:00
Laurent Perron
0bcefad2da rewrite windows specific detection, macros code in Makefile.port 2016-06-20 11:25:41 +02:00
Laurent Perron
ca949a51c3 32b/64b -> 32bit/64bit in windows port name 2016-06-20 10:07:54 +02:00
Laurent Perron
988850e172 improve PORT to include OS/version 2016-06-17 11:17:06 +02:00
Laurent Perron
17cc118e76 support more open jdk for ubuntu 16.04 2016-06-16 02:44:21 -07:00
Laurent Perron
478a918f8b fix again ubuntu 16.03 std::isnan 2016-06-15 16:35:29 +02:00
Laurent Perron
0c0e59a24f fix again ubuntu 16.03 std::isnan 2016-06-15 16:34:05 +02:00
Laurent Perron
2e0a392149 fix again ubuntu 16.03 std::isnan 2016-06-15 16:32:38 +02:00
Laurent Perron
a05a94bf4e fix for ubuntu16.04 2016-06-15 16:27:24 +02:00
Laurent Perron
6d40d976de rename gflags.lib to gflags_static.lib after gflags update for vs2015 2016-06-15 11:48:57 +00:00
Laurent Perron
ca66b97a91 fetch head gflags because of vs2015 2016-06-15 11:28:11 +00:00
Laurent Perron
e39115d4fd Merge branch 'master' of https://github.com/google/or-tools 2016-06-15 11:08:32 +02:00
Laurent Perron
27d774ca4b fix compilation on windows 2016-06-15 09:08:11 +00:00
Laurent Perron
788db9669c Merge branch 'master' of https://github.com/google/or-tools 2016-06-15 11:05:48 +02:00
Laurent Perron
fc063e85d3 smetp data files 2016-06-15 11:05:42 +02:00
Laurent Perron
721c79cdae smtwtp data files 2016-06-15 11:02:52 +02:00
Driss Lahlou
ad4654c9cc sync with internal code 2016-06-14 18:20:53 +02:00
Laurent Perron
c20142fdde add python API for NotMember 2016-06-14 17:03:20 +02:00
Laurent Perron
b5ff90cb5c add pertubation to simplex 2016-06-14 17:03:04 +02:00