Commit Graph

  • 8f75ce1647 prepare travis for python3 testing Hans Dembinski 2018-07-03 12:09:38 +02:00
  • 44e1ebf97e prepare travis for python3 testing Hans Dembinski 2018-07-03 11:22:56 +02:00
  • 3ec85e64e5 prepare travis for python3 testing Hans Dembinski 2018-07-03 11:19:31 +02:00
  • 5b3f38adf7 prepare travis for python3 testing Hans Dembinski 2018-07-03 11:16:37 +02:00
  • a1a0aa28ee prepare travis for python3 testing Hans Dembinski 2018-07-03 11:15:09 +02:00
  • 5837e8d0c6 fix travis Hans Dembinski 2018-07-03 09:09:05 +02:00
  • 7caaeabd4f fix travis Hans Dembinski 2018-07-03 08:30:19 +02:00
  • feb0092d51 fix travis Hans Dembinski 2018-07-03 00:36:24 +02:00
  • e215350cc0 fix travis Hans Dembinski 2018-07-03 00:30:32 +02:00
  • f9203a1159 fixed build, removed implicit conversion of weight_counter to double, make serialization really optional Hans Dembinski 2018-07-03 00:08:34 +02:00
  • 081dd78037 fix travis and build Hans Dembinski 2018-07-02 21:30:25 +02:00
  • 56ffce6223 fix of build system and some gcc warnings Hans Dembinski 2018-07-02 21:21:46 +02:00
  • b753b3bdf7 fix for build Hans Dembinski 2018-07-02 18:14:28 +02:00
  • 316789b765 fixed python tests, make debug build by default, started to reduce template dependencies Hans Dembinski 2018-07-02 13:08:07 +02:00
  • 6141ec0ed6 throw again on invalid user input Hans Dembinski 2018-07-02 09:54:56 +02:00
  • cfd47c4c11 fixing most of the python errors Hans Dembinski 2018-07-02 01:01:04 +02:00
  • 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 Hans Dembinski 2018-07-01 21:41:09 +02:00
  • 7ab49671d5 Merge pull request #48 from jbuonagurio/develop Hans Dembinski 2018-06-29 13:29:06 +02:00
  • c8993a9219 __attribute__((unused)) is a GCC extension; disable with MSVC. jbuonagurio 2018-06-28 12:13:21 -04:00
  • 6cb7774625 Fix for MSVC warning C4068: ignore GCC pragmas. jbuonagurio 2018-06-28 12:05:22 -04:00
  • 6eb9eaa44a Fix for MSVC error C3538: auto could be unsigned long or size_t in this context. jbuonagurio 2018-06-28 12:02:52 -04:00
  • bdab3ba4b9 Workaround for MSVC errors C2976 and C3203: add specializations for all built-in types. jbuonagurio 2018-06-28 12:00:45 -04:00
  • 8f611f8c0e u Hans Dembinski 2018-06-07 09:38:15 +02:00
  • dab9c94c6f whitespace Hans Dembinski 2018-03-28 17:03:18 +02:00
  • e82284be99 clf Hans Dembinski 2018-03-28 16:58:40 +02:00
  • e6c9d717c0 replacing bin method with operator() Hans Dembinski 2018-03-28 16:51:53 +02:00
  • dac1a0c0be clang format Hans Dembinski 2018-03-28 13:22:10 +02:00
  • 23378345e7 STL support, making weight_counter implicitly convertible to RealType so that stl algorithms work with iterators Hans Dembinski 2018-03-28 12:05:10 +02:00
  • 95076ace3c lightweight alternative to vector Hans Dembinski 2018-03-18 22:22:51 +01:00
  • 8dc93c83d2 clang format Hans Dembinski 2018-03-15 21:06:41 +01:00
  • 6e7673204c better testing of adaptive_storage without using brittle tricks Hans Dembinski 2018-03-15 20:44:00 +01:00
  • 88ccfee628 simplified and corrected headers Hans Dembinski 2018-03-14 23:16:35 +01:00
  • 1c8926f39d removing last status message Hans Dembinski 2018-03-14 23:15:53 +01:00
  • 69064b3a54 increased coverage Hans Dembinski 2018-03-14 22:59:17 +01:00
  • 70052de783 more test coverage Hans Dembinski 2018-03-14 22:42:05 +01:00
  • 3fbcb3ccb5 update travis with renamed coverage build type Hans Dembinski 2018-03-14 22:34:23 +01:00
  • 3bcaa8530c simplified cmakelist and improved msvc compatibility Hans Dembinski 2018-03-14 22:26:25 +01:00
  • 5dfd8f1765 simplified build, added sanitizers for tests Hans Dembinski 2018-03-14 21:50:12 +01:00
  • acb0a38d20 fixed iterator::bin() method; got rid of explicit specialization; more tests Hans Dembinski 2018-03-13 21:18:23 +01:00
  • ce93a88986 renamed Storage::bin_type to element_type; added Storage::const_reference; renamed histogram::bin_iterator to const_iterator; added bin(unsigned) method to histogram::const_iterator, which returns the current bin_type for that dimension Hans Dembinski 2018-03-13 00:26:41 +01:00
  • bb41363d6d consistent naming Hans Dembinski 2018-03-12 20:58:14 +01:00
  • d6b88544c2 fix for last commit Hans Dembinski 2018-03-11 23:59:19 +01:00
  • 698e94e0d2 simpler Hans Dembinski 2018-03-11 23:55:00 +01:00
  • 7d50945c7c attempt to fix missing coverage Hans Dembinski 2018-03-11 23:38:56 +01:00
  • 1441c738d0 fixed readme to show new bin iteration Hans Dembinski 2018-03-11 21:17:49 +01:00
  • 196a1843bb added note for building with b2 Hans Dembinski 2018-03-11 21:11:02 +01:00
  • 3a7c8cb715 always return matching types in bin_views Hans Dembinski 2018-03-11 20:51:03 +01:00
  • 37ccf6d80c finally elegant iteration over axis bins Hans Dembinski 2018-03-11 19:59:03 +01:00
  • fe4bd1701d switched to lazy interval_view to improve performance Hans Dembinski 2018-03-11 17:08:13 +01:00
  • 8cb08efa7b bug-fix to lowercase build type variable Hans Dembinski 2018-03-11 11:34:20 +01:00
  • f14cca8f97 more fixes for travis Hans Dembinski 2018-03-10 23:19:16 +01:00
  • 3916ea2c31 attempt to fix initializer list issues Hans Dembinski 2018-03-10 23:09:58 +01:00
  • 4c6cb592db missing includes Hans Dembinski 2018-03-10 23:00:34 +01:00
  • 5a546b0971 clang-format Hans Dembinski 2018-03-10 22:51:54 +01:00
  • 460b417338 slightly more coverage Hans Dembinski 2018-03-10 22:51:08 +01:00
  • fd38805b0b merged meta_test with detail_test and test detail::cat Hans Dembinski 2018-03-10 22:08:49 +01:00
  • 18a5936490 superfluous return statements Hans Dembinski 2018-03-10 21:30:50 +01:00
  • 22f0510b0d fixing gcc issues Hans Dembinski 2018-03-10 21:29:48 +01:00
  • 8e904a3645 added reverse iterators, simplified code Hans Dembinski 2018-03-10 20:20:32 +01:00
  • 37d96e33df correct wording Hans Dembinski 2018-03-08 23:22:01 +01:00
  • 06abbf8884 fixes for the documentation, removing mentions of count argument Hans Dembinski 2018-03-08 22:46:55 +01:00
  • 541ca5eb32 simplification and clean-up Hans Dembinski 2018-03-02 17:21:28 +01:00
  • 8b11d8cdc5 fixed all the bugs and all the tests Hans Dembinski 2018-03-01 18:11:50 +01:00
  • f1b711d634 separate bin type properties from histogram interface, made interface more flexible, histogram_test is failing, needs investigation Hans Dembinski 2018-03-01 15:57:55 +01:00
  • d2e2d23c77 clang-format Hans Dembinski 2018-02-28 23:14:28 +01:00
  • 3e825b449a make type of weight argument flexible, added sample type, some simplification to fill argument parsing Hans Dembinski 2018-02-28 23:07:36 +01:00
  • 707adf08a5 minor improvements Hans Dembinski 2018-01-18 11:03:13 +01:00
  • 3779bddde7 try to fix axels issue #39 Hans Dembinski 2017-12-14 13:37:01 +01:00
  • dea9e80f73 better handling of parallel installation of different Python versions Hans Dembinski 2017-12-13 13:25:34 +01:00
  • 90b0e7f9c5 corrected error message Hans Dembinski 2017-12-13 13:24:20 +01:00
  • 44a3cf36b0 link to relevant stackoverflow question Hans Dembinski 2017-12-13 11:58:13 +01:00
  • 05de9a5912 added advice to fix a common compilation issue on Mac Hans Dembinski 2017-12-13 11:48:21 +01:00
  • d59e790430 Merge branch 'develop' Hans Dembinski 2017-12-12 13:54:27 +01:00
  • abaaf5437b Merge pull request #40 from Axel-Naumann/cmake-srcdir-sync_codepy Hans Dembinski 2017-12-12 11:34:20 +01:00
  • c865ae7ec4 make fails to find sync_code.py with just "../doc". Axel Naumann 2017-12-12 10:32:49 +01:00
  • 0109ab04e3 removing all the forwarding Hans Dembinski 2017-12-10 23:02:31 +01:00
  • 6b691543b8 added variance iterator, lin_visitor does not need to be templated Hans Dembinski 2017-12-10 22:01:59 +01:00
  • 6068e96dab clang format and renaming iterator header Hans Dembinski 2017-12-10 20:39:27 +01:00
  • d6b06a0022 back to histogram master template Hans Dembinski 2017-12-10 20:05:35 +01:00
  • c64b2356bd fix increment logic Hans Dembinski 2017-11-28 22:53:45 +01:00
  • 739625e531 update copyright notice and renamed axis_iterator Hans Dembinski 2017-11-28 22:21:03 +01:00
  • f44ed7d709 Merge branch 'master' of github.com:HDembinski/histogram Hans Dembinski 2017-11-28 22:08:08 +01:00
  • e2b0a6781b be more specific about design goals Hans Dembinski 2017-11-28 18:21:44 +01:00
  • 7e331e8c4c pedantic causes lots of boost.math warnings Hans Dembinski 2017-11-28 18:21:18 +01:00
  • febe1b5e07 fix some warnings Hans Dembinski 2017-11-28 18:10:48 +01:00
  • 9b8540f840 fix travis Hans Dembinski 2017-11-28 17:47:16 +01:00
  • 09028f390c fix travis Hans Dembinski 2017-11-28 17:38:13 +01:00
  • 470492c748 adding value_iterator for histogram, make weight_counter public, allow passing weight_counter as argument to array_storage Hans Dembinski 2017-11-28 15:55:18 +01:00
  • f6ba3e1d4a fixed signed-integer warnings Hans Dembinski 2017-11-25 12:38:48 +01:00
  • 01daea6571 somehow this pr got lost Hans Dembinski 2017-11-23 18:18:50 +01:00
  • c24e70833f merge README Hans Dembinski 2017-11-23 17:49:29 +01:00
  • ca492a7d60 Merge branch 'master' of github.com:HDembinski/histogram Hans Dembinski 2017-11-20 11:22:41 +01:00
  • 06dda8c765 fix for issue #34 Hans Dembinski 2017-11-20 11:22:29 +01:00
  • 69d1ffae85 fixing old code Hans Dembinski 2017-11-14 21:22:27 +01:00
  • ad7a64eb66 update Hans Dembinski 2017-11-13 12:07:25 +01:00
  • 9bdd09b85f doc fixes Hans Dembinski 2017-11-13 11:37:53 +01:00
  • 8cee054633 added missing reduce_to to Python Hans Dembinski 2017-11-13 11:37:44 +01:00
  • 1f3335fe9c dont include array_storage by default Hans Dembinski 2017-11-13 11:37:18 +01:00
  • c5094149de refactoring Hans Dembinski 2017-11-13 10:54:23 +01:00
  • 210414434a finishing user guide Hans Dembinski 2017-11-12 16:26:19 +01:00