Commit Graph

  • e07ce69363 Removed unused lexical_cast includes Nikita Kniazev 2018-12-27 19:35:48 +0300
  • f74e895d4f
    Doc: Fixed unescaped semicolon warning Nikita Kniazev 2018-12-18 21:09:04 +0000
  • b46ef58159
    Doc.Qi: Fixed broken link to no_skip Nikita Kniazev 2018-12-18 20:49:25 +0000
  • e14eaa3057
    Merge pull request #427 from Kojoley/qi-rule-skipper-asserts Nikita Kniazev 2018-12-18 15:48:10 +0300
  • 0efdabd424 Qi: rule: Added asserts for mismatching skipper types Nikita Kniazev 2018-12-18 01:19:57 +0300
  • 865a6a3de4 X3.Tests: Added variable templates requirement Nikita Kniazev 2018-11-26 18:39:01 +0300
  • ca76771cbf
    Merge pull request #423 from Kojoley/fix-utree-negative-shift-ub Nikita Kniazev 2018-11-25 15:36:44 +0300
  • 1909d85192
    Merge pull request #424 from Kojoley/x3-numeric_utils-use-constexpr Nikita Kniazev 2018-11-24 17:53:51 +0300
  • a9207c1132 X3: Use constexpr in numeric utils instead of static storage Nikita Kniazev 2018-11-23 17:11:17 +0300
  • eafd573b4d utree: Fixed negative value shift Nikita Kniazev 2018-11-23 15:41:06 +0300
  • 0bfc4212fe
    Merge pull request #422 from Kojoley/classic-fix-position_iterator-returns-reference-to-local Nikita Kniazev 2018-11-23 14:33:14 +0300
  • d3e14ccf04 Classic: Fixed position_iterator forming reference to local Nikita Kniazev 2018-11-23 03:05:33 +0300
  • 304a10ff33
    Karma.Tests: real.hpp: Fixed typo in comments Nikita Kniazev 2018-11-22 18:27:58 +0300
  • af4f22de40 Qi.Examples: min_xml: Parsing error message tweak Nikita Kniazev 2018-11-22 15:40:23 +0300
  • b08a6ddbc5 Qi.Examples: min_xml: Fixed past the end iterator increment Nikita Kniazev 2018-11-22 15:39:48 +0300
  • ce7be3a2f9 Qi.Examples: min_xml: Fixed inconsistency with docs Nikita Kniazev 2018-11-22 15:38:08 +0300
  • 8e74087d66
    Merge pull request #420 from Kojoley/fix-lexer-constructor-ub Nikita Kniazev 2018-11-21 13:59:40 +0300
  • 6810f9ecbd Lex: Avoid casting min_token_id to id_type in lexer ctor Nikita Kniazev 2018-11-20 23:59:45 +0300
  • d59dc0158f Forgot to update version numbers [skip ci] Nikita Kniazev 2018-11-16 17:04:14 +0300
  • cfcfe6d0cd
    Merge pull request #418 from Kojoley/simplify-symbols Nikita Kniazev 2018-11-19 19:32:51 +0300
  • 2a80c25584 Simplify symbols Nikita Kniazev 2018-11-15 02:12:15 +0300
  • b4f5833cc6 Forgot to update version numbers [skip ci] Nikita Kniazev 2018-11-16 17:04:14 +0300
  • 35c6a9a1bb
    Merge pull request #417 from Romain-Geissler-1A/noexcept Nikita Kniazev 2018-11-12 14:38:45 +0300
  • 5e10e84031 Prepare for C++20 and remove "throw()" usage. Romain Geissler 2018-11-11 22:19:23 +0000
  • ff6a8e4e13 [1.69] Version bump and changelog update [skip ci] Nikita Kniazev 2018-11-08 18:06:37 +0300
  • 4ae7d6ab66
    Merge pull request #414 from boostorg/develop Nikita Kniazev 2018-11-01 14:52:55 +0300
  • cf631bf68f
    Merge pull request #413 from Kojoley/fix-to_utf8-wchar_t-handling-on-windows Nikita Kniazev 2018-10-30 14:48:53 +0300
  • 3fbde9c195 to_utf8: Fixed wchar_t handling on Windows Nikita Kniazev 2018-10-28 17:43:05 +0300
  • ac004f8331
    Merge pull request #412 from godmar/autorule-doc-enhancement Nikita Kniazev 2018-10-26 16:55:44 +0300
  • 9774844992 improve documentation for semantic actions in %= Godmar Back 2018-10-26 09:21:14 -0400
  • 4be6e2d033
    Merge pull request #410 from Kojoley/fix-buffer-char-type-on-windows Nikita Kniazev 2018-10-25 13:55:00 +0300
  • 4b1b2dfd2d Karma: Fixed wrong buffer char type on Windows Nikita Kniazev 2018-10-24 16:29:44 +0300
  • ea9c54ab0e
    Merge pull request #407 from Kojoley/qi-transform_attribute-adapt_adt-specialization-ambiguity Nikita Kniazev 2018-10-23 05:10:47 +0300
  • 54b1ae80b8
    Merge pull request #409 from Kojoley/missing-visibility-mark-on-exception-types Nikita Kniazev 2018-10-22 04:04:49 +0300
  • 5c62f8baf3 V2: Fixed transform_attribute ambiguity Nikita Kniazev 2018-10-14 21:53:34 +0300
  • bfbd691c4f Missing visibility mark on exception types Nikita Kniazev 2018-10-17 22:09:19 +0300
  • b3e7053eb4
    Merge pull request #405 from boostorg/develop Nikita Kniazev 2018-10-09 13:32:58 +0300
  • bb3c55e860
    Classic.Tests: traverse_tests: The right fix for buffer overflow Nikita Kniazev 2018-10-08 14:24:04 +0300
  • d47c84e87d Classic.Tests: ast_calc_tests: Fixed may fall through warnings Nikita Kniazev 2018-10-02 03:14:18 +0300
  • 49dd0c8fc1 Fixed boost status check library errors Nikita Kniazev 2018-10-02 03:01:33 +0300
  • 393e7a6028
    Merge pull request #403 from boostorg/tests-include-less-headers Nikita Kniazev 2018-10-01 17:36:36 +0300
  • 5e4ab36170 Tests: Include less headers Nikita Kniazev 2018-10-01 02:16:04 +0300
  • ade886de46 typo fix Joel de Guzman 2012-03-05 11:01:38 +0000
  • 9ff631f0da
    Merge pull request #402 from boostorg/workaround-qi_repo_keywords-test-fail-on-msvc-14.1 Nikita Kniazev 2018-09-30 01:12:51 +0300
  • 558fa43c5e Doc: Fixed changed url for ForwardIterator and OutputIterator Nikita Kniazev 2018-09-29 22:41:12 +0300
  • 87f8787968 Workaround qi_repo_keywords test fail on MSVC-14.1 Nikita Kniazev 2018-09-28 04:26:23 +0300
  • 3a21fdab2f
    Merge pull request #401 from Kojoley/classic-utility-loops-missing-includes Nikita Kniazev 2018-09-27 21:24:34 +0300
  • 6beb81d55c
    CI: Install clcache from PyPI Nikita Kniazev 2018-09-27 20:37:34 +0300
  • 72c8da1099 Classic: utility/loops.hpp: Added missing includes Nikita Kniazev 2018-09-26 15:41:09 +0300
  • 24ab3188d9
    Merge pull request #397 from Kojoley/use-endian-macros-from-predef Nikita Kniazev 2018-09-26 14:13:40 +0300
  • b3ae790e2b Use endian macros from Predef Nikita Kniazev 2018-09-15 17:35:21 +0300
  • 925f40a2d0
    Karma: Missing include for math::fpclassify Nikita Kniazev 2018-08-17 00:59:08 +0300
  • 652943cee8
    Merge pull request #392 from Kojoley/use-boost-math-changesign Nikita Kniazev 2018-07-29 15:40:01 +0300
  • 43f8b5035e Drop own fp routines in favor of boost::math Nikita Kniazev 2018-07-27 17:24:26 +0300
  • b023ffa272
    Merge pull request #389 from Kojoley/classic-traverse_tests-off-by-one-error Nikita Kniazev 2018-07-11 15:10:18 +0300
  • 11e414737c Classic.Tests: traverse_tests: Fixed an off by one error Nikita Kniazev 2018-07-08 17:12:15 +0300
  • 80ac3212a3 DOC: Forget to close section Nikita Kniazev 2018-07-02 01:12:37 +0300
  • e2c3a539ad Misstyped version digit [skip ci] Nikita Kniazev 2018-07-01 19:45:03 +0300
  • 2d1b8eb95d Bump version and update changelog [skip ci] Nikita Kniazev 2018-07-01 19:32:50 +0300
  • 66feb4831f
    Merge pull request #388 from boostorg/develop Nikita Kniazev 2018-07-01 14:19:28 +0300
  • bbfa94974d
    Merge pull request #379 from RandomInEqualities/develop Nikita Kniazev 2018-07-01 01:31:12 +0300
  • 27c2fb5a53 X3: variant: More fixes for compilation with VS2015 Update 3 Christian Andersen 2018-03-18 12:01:05 +0100
  • ecb91f1b7d
    Merge pull request #386 from boostorg/fix-for-pr336 Nikita Kniazev 2018-06-29 14:06:26 +0300
  • b4c5ef702b CI: Added thread library to link deps list Nikita Kniazev 2018-05-03 23:37:30 +0300
  • 4f871aefa8
    Merge pull request #384 from hmenke/calc4b Nikita Kniazev 2018-04-26 14:42:56 +0300
  • 8a5eeb7dc1 X3.Tests: Missing calc4b in the Jamfile Nikita Kniazev 2018-04-26 14:42:02 +0300
  • 1e0e0f29ba
    Make calc4b actually compile Henri Menke 2018-04-25 18:03:06 +1200
  • cfe94349e2 Classic: The right fix for PR 336 Nikita Kniazev 2018-04-17 19:04:51 +0300
  • aa2a2685e6
    Merge pull request #383 from sehe/develop Joel de Guzman 2018-04-09 06:24:39 +0800
  • 4196998377 Specialize iterator_source for random access sehe 2018-04-07 17:55:17 +0200
  • 08af6da9c4 small typo fix djowel 2018-03-28 06:35:34 +0800
  • 25e29006de Tutorial updates: more details on BOOST_SPIRIT_DEFINE, BOOST_SPIRIT_DECLARE and BOOST_SPIRIT_INSTANTIATE djowel 2018-03-28 06:30:41 +0800
  • 11fa827b9b minor updates djowel 2018-03-16 16:50:30 +0800
  • c2d982481e - Tutorial updates - Minimal example docs djowel 2018-03-09 06:36:06 +0800
  • 13c5bc93f7 [1.67.0] fix issue URL Akira Takahashi 2018-03-20 15:46:44 +0900
  • ae78e1ec24 X3: sequence: Fixed reference to temporary bug Nikita Kniazev 2018-03-15 17:33:36 +0300
  • e7f31017ec Qi: Fixed ADT support by permutation and sequence_or operator Nikita Kniazev 2018-03-14 18:54:35 +0300
  • 1d9aa696bf Karma: Fixed use after scope bug if ADT getter returns by value Nikita Kniazev 2018-03-14 02:56:19 +0300
  • 8085c08547
    Merge pull request #374 from Kojoley/ts_real_policies Nikita Kniazev 2018-03-15 03:52:39 +0300
  • 4213d53d9a X3: More fine grained sequence attribute check message Nikita Kniazev 2018-03-01 19:45:48 +0300
  • b22686b7d7
    Qi: skip_over: Remove redundant check Nikita Kniazev 2018-03-12 18:25:11 +0300
  • bfec8c66f9 X3: skip_over: Remove redundant check Nikita Kniazev 2018-03-06 20:38:14 +0300
  • 3b0b33bece DOC: SGI.com Tech Archive Resources now retired [skip ci] Nikita Kniazev 2018-03-02 00:41:22 +0300
  • 02c3c30077 ts_real_policies: Parse directly into output parameter Nikita Kniazev 2018-03-10 19:22:28 +0300
  • dc9e23e9f5 ts_real_policies: Output parameter is of actual accumulator type Nikita Kniazev 2018-03-10 19:12:28 +0300
  • e472c0536f ts_real_policies: One iterator copy less optimization Nikita Kniazev 2018-03-10 19:09:41 +0300
  • 1a72c27306 ts_real_policies: Fixed small numbers parsing Nikita Kniazev 2018-03-10 18:52:50 +0300
  • 54d0167bc8 error handling docs djowel 2018-03-08 11:07:48 +0800
  • 130e6395d7 Annotation tutorial example docs djowel 2018-03-07 14:05:01 +0800
  • a0df3c098f
    Merge pull request #370 from Kojoley/x3-pass-container-attribute-through-sequence Nikita Kniazev 2018-03-01 13:44:27 +0300
  • fac9dfae9e X3: Pass container attribute through sequence Nikita Kniazev 2018-02-24 23:49:12 +0300
  • f73b121a83
    Merge pull request #246 from ecatmur/ubsan-abs-negation-in-unsigned Nikita Kniazev 2018-02-24 17:57:26 +0300
  • a1e9668c34
    Merge pull request #368 from Kojoley/small-list-parser-optimization Nikita Kniazev 2018-02-24 05:01:07 +0300
  • b0e8095a94 Suppress MSVC C4146 warning Nikita Kniazev 2018-02-24 04:55:05 +0300
  • 42e1d4989b X3: Small list parser optimization Nikita Kniazev 2018-02-23 20:25:40 +0300
  • b9ac3e4a23 Added comment of implementation limitations Nikita Kniazev 2018-02-23 22:40:18 +0300
  • c7f2b86118 Removed redundant static_cast Nikita Kniazev 2018-02-23 22:32:17 +0300
  • 81e7cf4697
    Merge pull request #367 from Kojoley/classic-parser_names.ipp-unused-parameter-warnings Nikita Kniazev 2018-02-23 20:28:09 +0300
  • a9ce56c739 Annotations example djowel 2018-02-23 06:50:38 +0800
  • 0831d603e4 Classic: parser_names.ipp: Fixed unused parameter warnings Nikita Kniazev 2018-02-22 20:20:55 +0300