Commit Graph

  • e415be10cd
    fix for fill segfault cc Hans Dembinski 2019-11-21 12:35:37 +0100
  • 701d690279 update overview Hans Dembinski 2019-11-21 00:51:05 +0100
  • be058afcaf
    fix for axis::get on a variant of pointers Hans Dembinski 2019-11-21 00:36:59 +0100
  • b1988cd75d
    make serialize a member function for null_type Hans Dembinski 2019-11-21 00:24:32 +0100
  • e093ecd4b0
    Fixes fill from strings and variant of value types and containers of value types Hans Dembinski 2019-11-21 00:23:10 +0100
  • 80a6cb90ed add missing assert message for msvc Hans Dembinski 2019-11-20 23:24:55 +0100
  • d0c1ef5b27
    Allow some empty axes Hans Dembinski 2019-11-18 23:20:34 +0100
  • ab4913d3f0 update of changelog Hans Dembinski 2019-11-12 21:50:49 +0100
  • b7fc900e3b Better error messages when fill arguments do not match accumulator requirements Hans Dembinski 2019-11-03 20:40:31 +0100
  • 3b495bb1d0 fix for clang_complete Hans Dembinski 2019-11-02 17:48:55 +0100
  • d242c79b18 various improvements to the user guide Hans Dembinski 2019-11-06 00:17:26 +0100
  • 9a2f152253
    update of user guide and examples Hans Dembinski 2019-11-05 00:26:55 +0100
  • a0f75b335d
    Update concepts Hans Dembinski 2019-11-04 21:11:19 +0100
  • 6d7838d8b4
    fix for libc++ and c++2a Hans Dembinski 2019-11-04 20:47:56 +0100
  • f56337177d
    Fix sample argument bug Hans Dembinski 2019-10-31 01:45:02 +0100
  • 3923472642
    bug fix of indexed for array storage Hans Dembinski 2019-10-30 09:26:54 +0100
  • 1ff14e723c header fix Hans Dembinski 2019-10-29 09:39:59 +0100
  • 9669df7432
    reduced usage of ostringstream in exceptions Hans Dembinski 2019-10-28 20:08:37 +0100
  • 3b18d9075b
    Better deduction guides for axis types and histogram Hans Dembinski 2019-10-27 17:27:26 +0100
  • 8b9561fb10 fix logo and update readme Hans Dembinski 2019-10-27 15:21:50 +0100
  • bf7a97ae8b Adding empty(hist, cov) (#245) Henry Schreiner 2019-10-27 04:42:24 -0400
  • b4be538388
    Add logo and improve README Hans Dembinski 2019-10-26 17:36:26 +0200
  • 469a866ee6
    remove some workarounds Hans Dembinski 2019-10-26 14:02:15 +0200
  • 4c1caf3462
    removing callable_traits Hans Dembinski 2019-10-26 13:12:45 +0200
  • c8b8c4d502
    Fix accumulator issues (#72) Hans Dembinski 2019-10-26 11:12:29 +0200
  • ebabd550a0
    Replace detail::compressed_pair with boost::core::empty_value Hans Dembinski 2019-10-24 21:47:17 +0200
  • 5e24146062
    re-introduce optimizing array_wrapper for serialization Hans Dembinski 2019-10-22 23:35:36 +0100
  • c22e69c4f1
    Build system fixes Hans Dembinski 2019-10-22 23:32:27 +0100
  • 758c38e566
    more testing for category axis Hans Dembinski 2019-10-22 19:23:04 +0100
  • 84ce3caad4
    macro update Hans Dembinski 2019-10-21 22:18:23 +0100
  • 9dd4a04a10
    Separate serialization code from Boost.Serialization Hans Dembinski 2019-10-20 21:40:02 +0100
  • d68cc4729c
    minor serialization update Hans Dembinski 2019-10-20 15:00:05 +0100
  • 78679e5fa9 missing headers Hans Dembinski 2019-10-19 20:09:14 +0200
  • 94857351cc
    fix shrink when value is not exactly equal to bin edge Hans Dembinski 2019-10-19 19:04:13 +0100
  • 307b65b7ab
    Fix warnings in boost test matrix Hans Dembinski 2019-10-19 15:14:10 +0100
  • b12898a366
    Throw if user tries to make histogram with too many axes Hans Dembinski 2019-10-17 15:48:23 +0200
  • 5a893c467c
    fix compile issues on clang with cxxstd=latest Hans Dembinski 2019-10-17 12:31:40 +0200
  • 30899cb45d
    Merged upgraded display.hpp code into histogram/ostream.hpp Hans Dembinski 2019-10-17 00:58:37 +0200
  • 98926dbbb5
    CI update, reduce reliance on Travis Hans Dembinski 2019-10-12 19:05:00 +0200
  • 05c1bbfac1
    Improve odr test (#59) Hans Dembinski 2019-10-12 15:12:53 +0200
  • 6ad7d5bfea
    gcc-9 compatiblity fix (#235) Hans Dembinski 2019-10-10 11:15:10 +0200
  • 493a195a54 Fixing missing inline, adding link test (#231) Henry Schreiner 2019-10-08 04:10:23 -0400
  • 92a873c746
    Faster linearize (#230) Hans Dembinski 2019-10-06 23:03:45 +0200
  • 0101f698bb
    check build system (#228) Hans Dembinski 2019-09-29 13:33:20 +0200
  • ffe3e4d68c
    assert on and test invalid combinations of axis options (#227) Hans Dembinski 2019-09-29 12:56:11 +0200
  • 93ed93b484
    fix comment and make assert condition easier to read (#225) Hans Dembinski 2019-09-29 10:48:46 +0200
  • bfa7edd5db
    pass by value (#224) Hans Dembinski 2019-09-29 10:47:56 +0200
  • 62a13a4103
    minor change for consistency (#223) Hans Dembinski 2019-09-29 00:00:15 +0200
  • 892cc9c4d7 ASCII output for 1D histograms (#201) pb 2019-09-28 16:41:00 +0200
  • b4298d6857
    faster axis integer value method (#220) Hans Dembinski 2019-09-27 01:09:25 +0200
  • 6b767cc2aa
    update axis::traits (#217) Hans Dembinski 2019-09-24 23:05:03 +0100
  • c5c251fdbf
    return copy instead of reference for scalar types (#218) Hans Dembinski 2019-09-24 22:41:49 +0100
  • d0a1c027ee CONTRIBUTING.md updated (#216) pb 2019-09-17 12:43:12 +0200
  • 937732c88e
    fixes for C++20 (#215) Hans Dembinski 2019-09-12 21:26:16 +0200
  • 0b7efe6aca
    no discard for accessor (#214) Hans Dembinski 2019-09-12 21:08:19 +0200
  • 6c5bf59ba1
    getting started 04 update (#213) Hans Dembinski 2019-09-12 20:53:43 +0200
  • 0d893d4eff
    adding weight support for mean accumulator (#212) Hans Dembinski 2019-09-12 08:08:39 +0200
  • 14f36ea932
    new and updated examples for user guide (#210) Hans Dembinski 2019-09-10 23:19:27 +0200
  • 35a93a8c81 Fix missing include (#209) Henry Schreiner 2019-09-09 05:25:57 -0400
  • af04e75edc
    Fix project bug (#207) Hans Dembinski 2019-08-25 19:01:09 +0200
  • bf9cba189c
    Update CMake version to boost/version.hpp Hans Dembinski 2019-08-25 15:24:50 +0200
  • ed573cb40f removing obsolete file Hans Dembinski 2019-08-25 15:06:41 +0200
  • 0a6c485d6b new benchmark results Hans Dembinski 2019-08-23 12:05:06 +0200
  • 2a58a88390 avoid usage errors Hans Dembinski 2019-08-23 10:40:07 +0200
  • 7537d538ad
    simplify detail::span Hans Dembinski 2019-08-23 12:54:18 +0200
  • e3a3bc5e09 fix for Apple LLVM 10.0.1 Hans Dembinski 2019-08-23 10:10:24 +0200
  • f869fb16d7 separate out rationale into extra section, making overview shorter Hans Dembinski 2019-08-23 08:59:50 +0200
  • 93f4b4b1d8 fix the crlf issue, closes #204 Hans Dembinski 2019-08-20 10:50:24 +0200
  • edb27cab57 doc fix [ci skip] Hans Dembinski 2019-08-19 23:16:56 +0200
  • 016532f011
    Histogram fill method (#54) Hans Dembinski 2019-08-19 23:55:43 +0200
  • df647cf959
    update copyright (#55) Hans Dembinski 2019-08-19 16:53:27 +0200
  • 6df7625740 added axis::rank Hans Dembinski 2019-08-07 11:20:32 +0200
  • 2d8e83df6c update of changelog Hans Dembinski 2019-07-12 10:03:52 +0200
  • ac79060944
    fix axis::traits::update Hans Dembinski 2019-07-12 09:58:48 +0200
  • 3b0bd331ba benchmark update Hans Dembinski 2019-06-12 15:52:26 +0200
  • 07f0a32368 simplify travis Hans Dembinski 2019-06-11 22:49:28 +0200
  • 2dc0a66d3c
    use badges track boostorg coverage Hans Dembinski 2019-06-11 22:46:32 +0200
  • b99184792d comparisons simplified Hans Dembinski 2019-06-11 22:33:53 +0200
  • 5fb5758e14 removing thrash Hans Dembinski 2019-06-11 21:41:46 +0200
  • 49d6cc17b0
    coveralls is back, good riddance to codecov Hans Dembinski 2019-06-11 21:39:27 +0200
  • d53736cdb2 Add info about compiling without exceptions/rtti Hans Dembinski 2019-06-11 21:18:31 +0200
  • 3a510aba6d extended comment to explain the issue Hans Dembinski 2019-06-10 16:53:04 +0200
  • 7e40aaf689
    internal operators library replaces duplicated code Hans Dembinski 2019-06-10 16:05:51 +0200
  • eae2b7fed1
    adding codecov.yml Hans Dembinski 2019-06-10 13:21:51 +0200
  • 3ed997fba2 autodetect the best gcov version Hans Dembinski 2019-06-10 10:51:19 +0200
  • 8a6c97a2df fix for update feature [ci skip] Hans Dembinski 2019-06-08 23:49:07 +0200
  • 87d2f31d4a make script more flexible on the cmd line Hans Dembinski 2019-06-08 22:57:58 +0200
  • 83a271fa38 upload to codecov if token is defined in environment Hans Dembinski 2019-06-08 21:16:54 +0200
  • d075d1b86f
    new getting started example Hans Dembinski 2019-06-08 19:02:16 +0200
  • a06505d877
    Get full coverage with tests only Hans Dembinski 2019-06-08 16:28:56 +0200
  • 7b5f7ab4f5 script to add copyright, licence, include guards to new header Hans Dembinski 2019-06-08 15:31:59 +0200
  • 92d8e29162 attempt to fix codecov gen Hans Dembinski 2019-06-08 15:52:28 +0200
  • 1885e05fef reorder sections Hans Dembinski 2019-06-07 14:30:02 +0200
  • e7a2051c2c
    simpler xml path setting and persistent serialization tests for unlimited_storage Hans Dembinski 2019-06-07 14:25:49 +0200
  • dbfb5d039a more details on how to contribute Hans Dembinski 2019-06-07 14:25:35 +0200
  • 1de7cf8bad define restricted environment and make tests compile in it Hans Dembinski 2019-06-07 13:41:31 +0200
  • b801e4ecd8 reorder Hans Dembinski 2019-06-07 12:17:32 +0200
  • 8260deaa1d
    Forward iterators for indexed range Hans Dembinski 2019-06-06 23:04:27 +0200
  • 14c9998870 plot with update Hans Dembinski 2019-06-04 23:39:52 +0200
  • 59c9d82b3c update to the user guide and show toc in sections Hans Dembinski 2019-06-04 15:37:38 +0200