Hans Dembinski
c45d4b0343
win fix
2018-10-27 12:16:51 +02:00
Hans Dembinski
9bf7de82bb
win fix
2018-10-27 12:08:47 +02:00
Hans Dembinski
c674030420
win fix
2018-10-27 11:57:55 +02:00
Hans Dembinski
bfad63f131
win fix
2018-10-27 11:51:35 +02:00
Hans Dembinski
49f5b42687
win fix
2018-10-27 11:49:15 +02:00
Hans Dembinski
cabe37778f
win fix
2018-10-26 23:01:30 +02:00
Hans Dembinski
611a194f03
factoring out test code
2018-10-26 22:53:35 +02:00
Hans Dembinski
2f92128267
try win fix
2018-10-26 22:14:15 +02:00
Hans Dembinski
1cfff8bcd9
try win fix
2018-10-26 22:09:56 +02:00
Hans Dembinski
6280b5cf94
try win fix
2018-10-26 21:46:00 +02:00
Hans Dembinski
ffadd5d390
suppress pragma warning and ignore failing test on msvc
2018-10-26 01:47:07 +02:00
Hans Dembinski
107feaf646
test for quantity transform
2018-10-26 01:24:43 +02:00
Hans Dembinski
ea99ae9a2a
silence warning
2018-10-26 01:02:13 +02:00
Hans Dembinski
a5cd46d24b
win fix
2018-10-26 00:32:35 +02:00
Hans Dembinski
81bbbf8b86
refactoring axis types into separate functions, make them use compressed_pair instead of crappy custom empty base optimization
2018-10-26 00:23:41 +02:00
Hans Dembinski
964059484c
fix win
2018-10-24 01:28:29 +02:00
Hans Dembinski
5222899c3d
fix win
2018-10-24 01:22:04 +02:00
Hans Dembinski
fce320bd2a
fix win
2018-10-24 01:18:25 +02:00
Hans Dembinski
2fee4e457d
fix win
2018-10-24 01:15:30 +02:00
Hans Dembinski
9e77938960
ws
2018-10-24 01:10:40 +02:00
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
2018-09-16 20:31:24 +02:00