Commit Graph

1183 Commits

Author SHA1 Message Date
Hans Dembinski
edc68bc453 fix 2018-10-24 01:05:09 +02:00
Hans Dembinski
4dbb55ef99 fix 2018-10-24 00:43:24 +02:00
Hans Dembinski
e7124cc9d5 fix travis 2018-10-24 00:12:09 +02:00
Hans Dembinski
02f091492a fix travis 2018-10-24 00:09:26 +02:00
Hans Dembinski
c717bfe08d fix travis 2018-10-23 23:59:56 +02:00
Hans Dembinski
3ee08c7d90 fix travis 2018-10-23 23:27:07 +02:00
Hans Dembinski
3d866690d7 upgrade to newer VS for C++14 support 2018-10-23 23:11:27 +02:00
Hans Dembinski
e808a4f236 fixing serialization 2018-10-23 23:01:57 +02:00
Hans Dembinski
0edf02fb52 replaced overload with static_if 2018-10-23 10:29:12 +02:00
Hans Dembinski
e35d4f56b6 all tests without streamers passing, need to fix streamers 2018-10-23 01:35:50 +02:00
Hans Dembinski
9c83279998 wip, histogram_test compiles 2018-10-21 22:55:53 +02:00
Hans Dembinski
c35c100654 wip, axis_test passes 2018-10-21 22:23:34 +02:00
Hans Dembinski
945b547048 fixed axis_test 2018-10-20 13:02:42 -04:00
Hans Dembinski
61aea9e699 wip: fixing tests, removed weight_counter from adaptive_storage, storage scaling with double 2018-10-15 01:11:18 +02:00
Hans Dembinski
8c2f0736e9 wip: overhauled axis types, axis::any -> axis::variant, axis::traits provide features 2018-10-14 21:37:11 +02:00
Hans Dembinski
1ef2a9e581 missing explanation of benchmark plot 2018-10-10 16:19:34 +02:00
Hans Dembinski
35dedfed0f fixes for stevens review part 1 2018-10-10 16:02:23 +02:00
Hans Dembinski
f0d7ebf6bc fixed 2018-10-08 07:39:13 +02:00
Hans Dembinski
6f94a05fd2 WIP, added tests of failing behavior 2018-10-08 07:05:29 +02:00
Hans Dembinski
0ca1063716 Merge branch 'develop' of github.com:HDembinski/histogram into develop 2018-10-08 07:02:36 +02:00
Hans Dembinski
4a66bfc169 bug-fix of example 2018-10-08 07:02:07 +02:00
Hans Dembinski
b429d003cd move trans instead of copy, use internal to compute min_ and delta_ 2018-10-08 07:02:07 +02:00
Mateusz Łoskot
d2114a541a Fix prototype of tracing_allocator::deallocate
Align the parameter types with std::allocator::deallocate prototype.
Otherwise, compilation using MSVC 19.15.26729 fails due to
unresolved conversion of the first argument from T* const to T*&
2018-10-08 07:02:07 +02:00
Mateusz Łoskot
77173858d1 Move CMakeLists.txt to top-level directory of the library
Add missing copyright header to CMakeLists.txt.
Rename build directory to tools.
Update Travis CI and AppVeyor scripts.
Ignore variants of build directory.
Ignore CMakeSettings.json used with CMake integration for VS2017.
Ignore Visual Studio and Visual Studio Code local settings folder.
2018-10-08 07:02:07 +02:00
Hans Dembinski
70067a95ff move trans instead of copy, use internal to compute min_ and delta_ 2018-09-18 23:22:23 +02:00
Hans Dembinski
2d37f1850b Merge pull request #85 from mloskot/ml/move-cmake-top-level
Move CMakeLists.txt to top-level directory of the library
2018-09-18 09:52:58 +02:00
Hans Dembinski
144d2bd989 Merge pull request #86 from mloskot/ml/fix-tracing_allocator-for-vs2017
Fix prototype of tracing_allocator::deallocate
2018-09-18 09:49:24 +02:00
Mateusz Łoskot
f1b7ebfb0a Fix prototype of tracing_allocator::deallocate
Align the parameter types with std::allocator::deallocate prototype.
Otherwise, compilation using MSVC 19.15.26729 fails due to
unresolved conversion of the first argument from T* const to T*&
2018-09-17 19:31:34 +02:00
Mateusz Łoskot
832db3f90e Move CMakeLists.txt to top-level directory of the library
Add missing copyright header to CMakeLists.txt.
Rename build directory to tools.
Update Travis CI and AppVeyor scripts.
Ignore variants of build directory.
Ignore CMakeSettings.json used with CMake integration for VS2017.
Ignore Visual Studio and Visual Studio Code local settings folder.
2018-09-17 19:20:18 +02:00
Hans Dembinski
a1569b59af added more arguments to the rationale boost-review 2018-09-16 20:31:24 +02:00
Hans Dembinski
75ccfe9f3e missing header 2018-09-16 18:50:27 +02:00
Hans Dembinski
b808a913f9 whitespace 2018-09-16 18:50:06 +02:00
Hans Dembinski
cdc67e6505 whitespace 2018-09-16 18:49:54 +02:00
Hans Dembinski
5ed382f68b removing obsolete file 2018-09-16 18:49:42 +02:00
Hans Dembinski
3af87d79c5 update readme [ci skip] 2018-09-16 01:41:20 +02:00
Hans Dembinski
7d0ef3abd0 Merge pull request #82 from mloskot/ml/build-examples
Add examples/Jamfile to build example programs
2018-09-16 01:34:58 +02:00
Hans Dembinski
4ef4ceb04a Merge pull request #83 from mloskot/ml/compile-speed-test
Compile and link histogram speed test by default
2018-09-16 01:34:21 +02:00
Hans Dembinski
265c221d9a activate all tests again 2018-09-16 01:26:54 +02:00
Hans Dembinski
500a032899 fix 2018-09-16 01:25:12 +02:00
Hans Dembinski
50e47725c2 fix 2018-09-16 01:22:20 +02:00
Hans Dembinski
8a4f7220cd fix 2018-09-16 01:20:39 +02:00
Hans Dembinski
ff74b3b6e1 fix 2018-09-16 01:15:06 +02:00
Mateusz Łoskot
03e5150e0b Compile and link histogram speed test by default 2018-09-16 01:10:14 +02:00
Hans Dembinski
06befe70fd fix 2018-09-16 01:09:48 +02:00
Mateusz Łoskot
8d73d1cfa3 Add examples/Jamfile to build example programs 2018-09-16 01:09:42 +02:00
Hans Dembinski
d4be895c14 fix 2018-09-16 01:06:57 +02:00
Hans Dembinski
1036a92fc8 faster debugging 2018-09-16 01:03:31 +02:00
Hans Dembinski
b01422b799 fix 2018-09-16 01:02:24 +02:00
Hans Dembinski
9015c47bdc Merge branch 'develop' of github.com:HDembinski/histogram into develop 2018-09-16 00:47:51 +02:00
Hans Dembinski
d9f246658a fix 2018-09-16 00:47:44 +02:00