Commit Graph

1953 Commits

Author SHA1 Message Date
Hans Dembinski
418715a249 dont copy arguments 2018-07-04 21:14:42 +02:00
Hans Dembinski
12817fbf1c fixed for osx 2018-07-04 21:14:23 +02:00
Hans Dembinski
518e012b3a fix coveralls 2018-07-04 00:47:25 +02:00
Hans Dembinski
5027bc48c4 removing obsolete header and fix test 2018-07-04 00:30:02 +02:00
Hans Dembinski
e119bf0601 fixed py3 bugs 2018-07-04 00:22:48 +02:00
Hans Dembinski
1791c7aa68 fix 2018-07-03 23:13:37 +02:00
Hans Dembinski
7aacd29284 fix 2018-07-03 23:01:58 +02:00
Hans Dembinski
fc73142c71 fix 2018-07-03 22:53:40 +02:00
Hans Dembinski
59ffda9ab6 use boost install script 2018-07-03 22:51:39 +02:00
Hans Dembinski
ec0026c6fd ping 2018-07-03 22:01:22 +02:00
Hans Dembinski
675691836f ping 2018-07-03 21:58:16 +02:00
Hans Dembinski
b5d5757bb0 ping 2018-07-03 21:52:23 +02:00
Hans Dembinski
1e76bf8821 ping 2018-07-03 21:46:49 +02:00
Hans Dembinski
2b51d8a1e6 ping 2018-07-03 21:45:36 +02:00
Hans Dembinski
8c78eb4591 ping 2018-07-03 21:30:37 +02:00
Hans Dembinski
891d6b6edc ping 2018-07-03 21:26:34 +02:00
Hans Dembinski
edbe497113 ping 2018-07-03 21:21:26 +02:00
Hans Dembinski
af3ff56b99 ping 2018-07-03 21:03:13 +02:00
Hans Dembinski
d163e9ce85 fix travis 2018-07-03 20:44:05 +02:00
Hans Dembinski
3c54629e74 trigger build after cache removal and travis linting 2018-07-03 20:03:00 +02:00
Hans Dembinski
8a60ec1aba fix typo 2018-07-03 18:22:54 +02:00
Hans Dembinski
32ebfc1d5c no Werror 2018-07-03 18:20:48 +02:00
Hans Dembinski
c8926f9edc no Werror 2018-07-03 18:09:35 +02:00
Hans Dembinski
4bf2bca25a python3 2018-07-03 17:52:16 +02:00
Hans Dembinski
0b6cef8cd5 try python3 build 2018-07-03 17:23:48 +02:00
Hans Dembinski
37859982d5 try python3 build 2018-07-03 13:52:38 +02:00
Hans Dembinski
864d2573c0 try python3 build 2018-07-03 13:36:30 +02:00
Hans Dembinski
9b8fbce88b fix compiler setting 2018-07-03 13:18:23 +02:00
Hans Dembinski
691d0955b7 fix cache path 2018-07-03 12:25:24 +02:00
Hans Dembinski
4a857b4660 only compile needed libs 2018-07-03 12:23:18 +02:00
Hans Dembinski
8f75ce1647 prepare travis for python3 testing 2018-07-03 12:09:38 +02:00
Hans Dembinski
44e1ebf97e prepare travis for python3 testing 2018-07-03 11:22:56 +02:00
Hans Dembinski
3ec85e64e5 prepare travis for python3 testing 2018-07-03 11:19:31 +02:00
Hans Dembinski
5b3f38adf7 prepare travis for python3 testing 2018-07-03 11:16:37 +02:00
Hans Dembinski
a1a0aa28ee prepare travis for python3 testing 2018-07-03 11:15:09 +02:00
Hans Dembinski
5837e8d0c6 fix travis 2018-07-03 09:09:05 +02:00
Hans Dembinski
7caaeabd4f fix travis 2018-07-03 08:30:19 +02:00
Hans Dembinski
feb0092d51 fix travis 2018-07-03 00:36:24 +02:00
Hans Dembinski
e215350cc0 fix travis 2018-07-03 00:30:32 +02:00
Hans Dembinski
f9203a1159 fixed build, removed implicit conversion of weight_counter to double, make serialization really optional 2018-07-03 00:08:34 +02:00
Hans Dembinski
081dd78037 fix travis and build 2018-07-02 21:30:25 +02:00
Hans Dembinski
56ffce6223 fix of build system and some gcc warnings 2018-07-02 21:21:46 +02:00
Hans Dembinski
b753b3bdf7 fix for build 2018-07-02 18:14:28 +02:00
Hans Dembinski
316789b765 fixed python tests, make debug build by default, started to reduce template dependencies 2018-07-02 13:08:07 +02:00
Hans Dembinski
6141ec0ed6 throw again on invalid user input 2018-07-02 09:54:56 +02:00
Hans Dembinski
cfd47c4c11 fixing most of the python errors 2018-07-02 01:01:04 +02:00
Hans Dembinski
5fc67137e4 issue 45: use operator() to fill; issue 44: removed sum(), use std::for_each or std::accumulate instead; added support for stl containers as fill and index arguments 2018-07-01 21:41:09 +02:00
Hans Dembinski
7ab49671d5
Merge pull request #48 from jbuonagurio/develop
Fixes for MSVC
2018-06-29 13:29:06 +02:00
jbuonagurio
c8993a9219 __attribute__((unused)) is a GCC extension; disable with MSVC. 2018-06-28 12:13:21 -04:00
jbuonagurio
6cb7774625 Fix for MSVC warning C4068: ignore GCC pragmas. 2018-06-28 12:09:56 -04:00