Commit Graph

  • 877c778ed9 X3.Tests: rule_separate_tu: Fix static initialization order fiasco cc Nikita Kniazev 2019-11-03 21:01:29 +0300
  • 792515ba91
    Merge pull request #549 from Kojoley/x3-fix-parse_rule-defined-check Joel de Guzman 2019-10-19 08:25:21 +0800
  • 10d027fd5c X3: Fix parse_rule definition check Nikita Kniazev 2019-10-18 21:43:06 +0300
  • d144f5facc
    Merge pull request #545 from Lastique/add_missing_include_assert_hpp Joel de Guzman 2019-10-14 22:31:16 +0800
  • 3a7bf08d7f Add missing includes of assert.hpp. Andrey Semashev 2019-10-14 10:20:22 +0300
  • 53d4bca0b1 Bring back https://github.com/boostorg/spirit/pull/536 djowel 2019-10-13 08:58:07 +0800
  • f10cf8a80f Fix for https://github.com/boostorg/spirit/pull/543 + test djowel 2019-10-12 11:20:01 +0800
  • 5a217a5e03 Bring back the asserts, but do it properly this time. djowel 2019-10-12 11:19:10 +0800
  • df93125a6d
    Merge pull request #541 from Kojoley/fix-msvc-c4127-warnings Nikita Kniazev 2019-09-30 14:08:34 +0300
  • 7771d20cc7 Fix MSVC C4127 warnings Nikita Kniazev 2019-09-28 02:48:28 +0300
  • 3fd6fa685f CI: Disable MSVC C4701 warning due to false positives Nikita Kniazev 2019-09-28 22:01:33 +0300
  • 75f66ccc0f Suppress bogus MSVC C4428 warning Nikita Kniazev 2019-09-28 21:51:36 +0300
  • f474ee6b54 Lex: regression_wide suppress signed with unsigned comparison warning Nikita Kniazev 2019-09-28 21:51:02 +0300
  • db5799558d Fix MSVC C4189 warnings Nikita Kniazev 2019-09-28 19:10:10 +0300
  • d6fb1feccd CI: Actually run MSVC with /W4 Nikita Kniazev 2019-09-28 02:56:47 +0300
  • 5cb2193662 CI: Run MSVC with /W4 Nikita Kniazev 2019-09-27 22:20:04 +0300
  • 3e661bbec5
    Merge pull request #536 from Kojoley/x3-remove-bool-char-bool-conversion Joel de Guzman 2019-09-21 08:34:32 +0800
  • f34e5a0dd5 X3: Removed bool->char->bool conversion Nikita Kniazev 2019-09-21 00:17:15 +0300
  • 9cf7a3ef73 Fix CI fail Nikita Kniazev 2019-09-20 22:51:38 +0300
  • 4fc68a1201
    Merge pull request #535 from stefan301/stefan301-patch-1 Joel de Guzman 2019-09-15 02:30:35 +0800
  • ecfe4b52f8
    Update escape_char.ipp stefan301 2019-09-14 19:19:48 +0200
  • 1fc5359fd9
    Merge pull request #534 from duzy/master Joel de Guzman 2019-09-11 14:48:57 +0800
  • 7207225dbe Add handling with optional<Source> for boost::spirit::x3::traits::move_to, so that optional ast node will work. See also test/x3/optional_ast_node.cpp for the case. Duzy Chan 2019-09-11 11:32:30 +0800
  • 49e83e75bb
    force libraries.json change Michael Caisse 2019-09-02 16:26:36 -0700
  • adbeee3b32
    force libraries.json change Michael Caisse 2019-09-02 16:25:47 -0700
  • 737a7de986
    force libraries.json change Michael Caisse 2019-09-02 12:23:35 -0700
  • 3691c178a6
    force libraries.json change Michael Caisse 2019-09-02 12:23:08 -0700
  • b6e3576c39
    Mod libraries.json to force doc update. Michael Caisse 2019-09-01 08:13:12 -0700
  • edaad80004
    insignificant change to force bot test Michael Caisse 2019-08-29 12:49:32 -0700
  • 16159fb335 add invalid ascii tests + fix djowel 2019-08-26 10:15:05 +0800
  • dd2731ffa1 Remove checks for char size; the char parsers should allow different char sizes. djowel 2019-08-26 08:19:59 +0800
  • 894c60adee remove unwanted tests djowel 2019-08-26 08:18:13 +0800
  • 730b35be1f add invalid ascii tests djowel 2019-08-26 08:17:53 +0800
  • a27e00cad9 Remove asserts. The parser should fail, not assert. djowel 2019-08-26 08:17:21 +0800
  • fd6b53c2c9
    Merge pull request #528 from LeonineKing1199/unicode-fuzz-fixes Joel de Guzman 2019-08-26 07:59:55 +0800
  • 9733fc2321 Added tests for upper/lower category lookups LeonineKing1199 2019-08-25 11:19:42 -0700
  • 6c1592f90e Fix bug in boolean logic LeonineKing1199 2019-08-25 11:14:43 -0700
  • 3db2c1d2f4 Added invalid Unicode test case LeonineKing1199 2019-08-25 11:14:27 -0700
  • e554022b4c Fixed typo in test_failure LeonineKing1199 2019-08-25 09:39:39 -0700
  • 355007d571 Added overload of test_failure for string views LeonineKing1199 2019-08-25 09:14:47 -0700
  • 726f19f028
    Merge pull request #521 from sehe/develop Joel de Guzman 2019-07-09 07:15:30 +0800
  • 9d30d97b66 Fix for #520 any_char accepts outside encoding sehe 2019-07-07 16:53:46 +0200
  • 885d3ac013 Test for https://github.com/boostorg/spirit/issues/511, removing static_assert djowel 2019-07-02 20:41:11 +0800
  • bd4ddd2aed
    Merge pull request #516 from rockonedege/develop Joel de Guzman 2019-06-19 06:26:02 +0800
  • d3ab9a709e added x3 example of wrapping multiple attributes using std::tuple ttan 2019-06-18 14:54:03 +0800
  • 96cfe50992
    Merge pull request #510 from Lastique/update_typeinfo Joel de Guzman 2019-05-26 07:09:01 +0800
  • 5eaeda9977 Ported to Boost.Core typeinfo.hpp to avoid deprecated warnings. Andrey Semashev 2019-05-25 18:46:37 +0300
  • ded2c2127c More fixes and tests for https://github.com/boostorg/spirit/issues/509 djowel 2019-05-16 09:15:46 +0800
  • fc331f5a4d Fix for https://github.com/boostorg/spirit/issues/509 djowel 2019-05-15 22:33:36 +0800
  • 2f9de2690d Proper MSVC warning/error fix. Joel de Guzman 2019-05-09 08:41:33 +0800
  • 8724e4f941 Fix for MSVC warning. Good MSVC catches such things. djowel 2019-05-09 07:32:24 +0800
  • 610a4dc0b9
    Re-private mistakenly unprivated things in #489 Nikita Kniazev 2019-05-08 20:23:05 +0300
  • 3d0dafe13b
    Merge pull request #504 from LeonineKing1199/unicode-charset Joel de Guzman 2019-05-08 06:22:25 +0800
  • d407f9a26c - Added Real Policy versioning - Correct backward-compatible handling of excess digits - Fixes https://github.com/boostorg/spirit/issues/506 djowel 2019-05-07 12:30:50 +0800
  • 017478bd29 Updated tests LeonineKing1199 2019-05-06 20:56:32 -0700
  • 90d03d9ae9 Fix for https://github.com/boostorg/spirit/issues/505 djowel 2019-05-07 08:09:16 +0800
  • ca83f9cfca
    Merge pull request #507 from Kojoley/simplify-string-traits Joel de Guzman 2019-05-07 07:41:43 +0800
  • a5606ea4d9 X3: Removed need in char_type_of trait Nikita Kniazev 2019-05-06 19:42:21 +0300
  • 0db8bb6916 X3: Removed unused is_char and is_string traits Nikita Kniazev 2019-05-06 19:40:13 +0300
  • 80bb2a9fab Fix for https://github.com/boostorg/spirit/issues/503. Float compariso is tricky. eps for comparision is wrong in some cases. Joel de Guzman 2019-05-05 03:18:19 +0800
  • 3c4e83c8ba not needed anymore (for x3) djowel 2019-05-04 17:47:11 +0800
  • 7cfc21f866 Basic test for float_ double_ and long_double djowel 2019-05-04 17:46:56 +0800
  • 747f7ebc41 deal with long double compares djowel 2019-05-04 17:46:33 +0800
  • 5a001edc45 Added long_double parser djowel 2019-05-04 17:46:14 +0800
  • 793c070d1f Take advantage of constexpr. No more big hard coded table. djowel 2019-05-04 17:45:58 +0800
  • 6b6f677205 cosmetic tweaks djowel 2019-05-03 08:03:37 +0800
  • 5045fe6b53
    utree: Missing cstring include. Fixes #502 Nikita Kniazev 2019-05-01 20:22:54 +0300
  • 8d5429ad7b Fixes https://github.com/boostorg/spirit/issues/498 djowel 2019-04-26 10:59:48 +0800
  • d93e2c143c Lit suport for 32-bit unicode code points djowel 2019-04-25 20:50:02 +0800
  • 949fe02a1f Working fix for https://svn.boost.org/trac10/ticket/11608 Added similar tests to x3 djowel 2019-04-25 19:40:40 +0800
  • be7640bd69 Fix for https://github.com/boostorg/spirit/issues/421 WIP: https://svn.boost.org/trac10/ticket/11608 djowel 2019-04-25 18:12:45 +0800
  • 3d6cdcd748 small type fix djowel 2019-04-25 11:22:15 +0800
  • 8a236c4bdf Correct fix for negative exponents; should probably port Qi's compensate_roundoff as well, but we'll do that next time. djowel 2019-04-24 16:00:15 +0800
  • def07a9956 Fix for https://github.com/boostorg/spirit/issues/495 djowel 2019-04-24 09:13:25 +0800
  • 37e99cbb66
    Merge pull request #494 from tinko92/develop Joel de Guzman 2019-04-23 06:24:06 +0800
  • 5e0f753bb9 Replace a couple of dead links. Tinko Bartels 2019-04-22 23:27:49 +0200
  • c2166b5d04 X3.Docs: Minor markup tweaks [skip ci] Nikita Kniazev 2019-04-20 23:02:51 +0300
  • 580761b331 Removed extra semicolon Nikita Kniazev 2019-04-20 17:49:21 +0300
  • 0c253f35f2
    Merge pull request #492 from Kojoley/x3-unpublish-testing-utility Nikita Kniazev 2019-04-20 15:51:28 +0300
  • f38019094d Unpublish x3/support/utility/testing.hpp Nikita Kniazev 2019-04-19 21:57:11 +0300
  • 4cd390a37c
    Merge pull request #491 from Kojoley/lex-remove-variadic-tokenize_and_phrase_parse Nikita Kniazev 2019-04-19 13:13:21 +0300
  • de67862b5b Support.Tests: unused_type: used the wrong operator Nikita Kniazev 2019-04-19 04:25:14 +0300
  • 8e385e9d85 Lex: Removed variadic tokenize_and_phrase_parse Nikita Kniazev 2019-04-19 02:51:25 +0300
  • d8916bf4c3 unused_type: added usage tests Nikita Kniazev 2019-04-19 01:49:25 +0300
  • f65d7a8013 unused_type: trivial on C++11+ Nikita Kniazev 2019-04-19 01:45:37 +0300
  • 1180d0b958 unused_type: Remove explicit assignment operators Nikita Kniazev 2019-04-17 21:35:27 +0300
  • ef8d59c626 Fix self-assignment warning in unused_type test Nikita Kniazev 2019-04-17 18:21:08 +0300
  • 55aa6f7556 unused_type: Added basic tests Nikita Kniazev 2019-02-03 21:21:29 +0300
  • 9f971e174e
    Merge pull request #489 from Romain-Geissler-1A/explicitly-delete-copy-assignment Nikita Kniazev 2019-04-17 16:15:59 +0300
  • 295ad6710a Explicitly delete all non implemented assignment operators. Romain Geissler 2019-04-16 22:19:52 +0000
  • b4b21d1bee Merge master branch into develop [skip ci] Nikita Kniazev 2019-03-29 04:34:24 +0300
  • 1f81edb4fc Bump version and update changelog [skip ci] Nikita Kniazev 2019-03-29 03:05:05 +0300
  • f7430abb48 Convert ticket reference to links in changelog Nikita Kniazev 2019-03-28 21:08:12 +0300
  • 7c5dcf0de3
    Merge pull request #483 from Kojoley/lexertl-missing-member-initialization Nikita Kniazev 2019-03-28 16:54:01 +0300
  • 73697333c0
    Merge pull request #486 from boostorg/develop Nikita Kniazev 2019-03-23 18:06:43 +0300
  • d24ac7ce5c Classic.Tests: Run file_iterator_tests only once Nikita Kniazev 2019-03-18 01:38:51 +0300
  • 2fa4c5c913 Revert "Classic: file_iterator_tests: Fixed temp file race" Nikita Kniazev 2019-03-18 01:36:51 +0300
  • 81df13c140
    Merge pull request #484 from Kojoley/classic-fix-temp-file-race Nikita Kniazev 2019-03-17 04:26:20 +0300
  • 3e0be04eab Classic: file_iterator_tests: Fixed temp file race Nikita Kniazev 2019-03-17 01:57:07 +0300
  • 1d37471d5b lexertl: Missing member initialization Nikita Kniazev 2019-03-16 00:02:53 +0300