Commit Graph

  • 45777098b8 Classic: Fixed compilation of match<T &> Nikita Kniazev 2017-11-12 02:25:55 +0300
  • 41fe4eb5b3 Classic: Fixed unused local typedef in dynamic/for.hpp Nikita Kniazev 2017-11-12 02:50:08 +0300
  • 9dac9fb638 Classic: Fixed std::complex usage without the include Nikita Kniazev 2017-11-12 02:32:31 +0300
  • ebcedd2523 Classic: Fix remove_reference usage without a namespace Nikita Kniazev 2017-11-12 02:27:10 +0300
  • 03b5ab568d Spirit accidentally relays on types typedef of boost::optional Nikita Kniazev 2017-11-10 01:10:38 +0300
  • 23531c8ab3
    Merge pull request #269 from Kojoley/fix-qi-keywords-unused-parameter-warnings Nikita Kniazev 2017-11-10 03:37:07 +0300
  • fa83daf709
    Merge pull request #268 from Kojoley/fix-utree-possible_loss_of_data-warning Nikita Kniazev 2017-11-10 03:35:02 +0300
  • 3439373f0c Qi.Repository: keywords: Fixed unused parameter warnings Nikita Kniazev 2017-11-10 01:50:54 +0300
  • 1360fdfd16 utree: Fixed possible loss of data warning Nikita Kniazev 2017-11-10 03:33:16 +0300
  • f7049833a1 Revert "Merge pull request #201 from mxc-commons/fix_alternative" Nikita Kniazev 2017-11-10 01:19:21 +0300
  • a561124e4e
    Merge pull request #266 from Kojoley/fix-x3-parse_into_container-attr-of-unused_type Joel de Guzman 2017-11-09 06:24:07 +0800
  • d532618914
    Merge pull request #267 from Kojoley/fix-qi-reference-lazy-example Joel de Guzman 2017-11-09 05:58:49 +0800
  • bd472f37c7 Qi.Examples: reference: Fixed lazy example Nikita Kniazev 2017-11-07 20:30:30 +0300
  • ee4943d589 X3: Fix unused_type attribute case in parse_into_container Nikita Kniazev 2017-11-08 03:29:59 +0300
  • af6102948e
    Merge pull request #205 from Kojoley/add-regression_real_policy_sign-to-tests-list Nikita Kniazev 2017-11-07 21:19:00 +0300
  • eecbf39631
    Merge pull request #264 from Kojoley/fix-x3-example-actions-missing-using-_attr Nikita Kniazev 2017-11-07 21:17:04 +0300
  • ed44948e62 X3.Examples: actions: Missing using x3::_attr Nikita Kniazev 2017-10-29 18:18:56 +0300
  • 47282767eb
    Merge pull request #263 from Kojoley/fix-qi-example-expect-cxx11-for-loop Nikita Kniazev 2017-11-07 21:13:00 +0300
  • 9128cd2535 Qi.Examples: expect: Do not use c++11 for loop Nikita Kniazev 2017-10-30 20:04:26 +0300
  • 0b7b86dd7c
    Merge pull request #262 from Kojoley/fix-karma-complex_number_adapt-example-missing-include Hartmut Kaiser 2017-11-06 15:44:24 -0600
  • 591001628f Karma.Examples: Fix complex_number_adapt compilation Nikita Kniazev 2017-11-06 21:51:42 +0300
  • 1f335b9d89
    Merge pull request #261 from Kojoley/fix-no_buffering_policy-copyctor Hartmut Kaiser 2017-11-06 12:05:11 -0600
  • 688f8c624b Karma: Fixed no_buffering_policy missing copy constructor Nikita Kniazev 2017-11-06 19:47:35 +0300
  • 025aa31292 Repository: subrule: Fix proto's operators kicks in on c++11 Nikita Kniazev 2017-11-01 02:33:03 +0300
  • 7240e1fbe7 Repository: subrule: Fix extract_sig usage Nikita Kniazev 2017-10-31 02:14:25 +0300
  • 3d2160db15
    Merge pull request #256 from Kojoley/fix-qi-repository-keywords-cxx11 Joel de Guzman 2017-11-01 06:06:15 +0800
  • c240c5ecce Qi.Repository: Fix keywords compilation on c++11 Nikita Kniazev 2017-10-31 21:49:12 +0300
  • 1e31221cdd
    Merge pull request #255 from Kojoley/fix-examples-qi-reference-parse_frac_n Joel de Guzman 2017-10-30 08:00:42 +0800
  • 4d2241ee52
    Merge pull request #254 from Kojoley/fix-x3-with_context Joel de Guzman 2017-10-30 07:59:31 +0800
  • beb28c417d Qi.Examples: Fixed parse_frac_n in reference.cpp Nikita Kniazev 2017-10-29 17:54:23 +0300
  • c134020c2a X3.Examples: Fix no template named 'with_context' error Nikita Kniazev 2017-10-29 01:11:19 +0300
  • c744f31222 silence coverity discovery of ignored return code from at_end James E. King, III 2017-10-20 16:44:10 -0400
  • 5430289e4b Merge pull request #248 from m-dhooge/develop Joel de Guzman 2017-10-10 10:43:04 +0800
  • 1fcefe5bc8 Merge pull request #245 from dtardon/overflow Joel de Guzman 2017-10-07 17:08:00 +0800
  • 6a821ee301 Merge pull request #247 from ecatmur/ubsan-token-out-of-enum Joel de Guzman 2017-10-05 21:18:15 +0800
  • 79995f7e8f x3::error_handler::position() CR+LF lines wrongly counted. mdhooge 2017-10-05 09:51:09 +0200
  • 327b725afc Store id as promoted type to allow out-of-enum values Edward Catmur 2017-10-03 16:16:31 +0100
  • c342200867 Perform negation in unsigned type to prevent UB Edward Catmur 2017-10-03 16:15:57 +0100
  • 3d8a80c4f3 ofz#2894 avoid signed integer overflow David Tardon 2017-10-02 16:22:36 +0200
  • 9b1495fa67 Merge pull request #244 from schra/fix-documentation Joel de Guzman 2017-10-02 15:17:19 +0800
  • 88b8786b91 Remove as, as_string, and as_wstring from X3's documentation. Andre Schroeder 2017-10-01 13:00:17 +0200
  • e6c3e92eee Merge pull request #243 from ecatmur/gcc-wlogical-op Joel de Guzman 2017-09-20 10:37:07 +0800
  • 26356b5361 Avoid -Wlogical-op error in radix_traits::is_valid Ed Catmur 2017-09-19 18:51:34 +0100
  • 78fe9cc42e Merge pull request #241 from dodheim/develop Joel de Guzman 2017-08-26 07:34:25 +0800
  • b4e4762b6c Add noexcept specs to x3::variant and forward_ast Adam Merz 2017-08-24 18:05:38 -0700
  • 66d506466e Merge pull request #240 from think-cell/thinkcell_context_constref Joel de Guzman 2017-08-24 01:28:37 +0800
  • 19972887f4 Context& -> Context const& Han Wang 2017-08-09 10:40:48 +0200
  • f95e5bd0e3 Merge pull request #239 from think-cell/thinkcell_with Joel de Guzman 2017-08-23 03:03:52 +0800
  • 30dfb6230a simplify with directive (3): make rvalue injection mutable Han Wang 2017-08-22 15:43:34 +0200
  • 6412f88813 simplify with directive (2): add test cases Han Wang 2017-08-22 12:15:42 +0200
  • 361b12eeeb simplify with directive Han Wang 2017-08-21 11:38:13 +0200
  • 16c468c233 Merge branch 'develop' Joel de Guzman 2017-08-15 03:38:34 +0800
  • 51b3398111 Merge pull request #238 from hkaiser/develop Joel de Guzman 2017-08-11 17:50:09 +0800
  • b187f862b6 Removing use of bind2nd Hartmut Kaiser 2017-08-11 04:46:16 -0500
  • 4fc2038a8f Merge branch 'develop' Joel de Guzman 2017-08-07 11:14:57 +0800
  • a476452dbd use boost::swap instead, which does all the namespace stuff. Joel de Guzman 2017-08-07 11:14:00 +0800
  • 6892080b91 fix. test files location. Joel de Guzman 2017-08-07 11:10:01 +0800
  • 13ebd43b50 Merge pull request #236 from dkolsen-pgi/pgi-compiler-support Joel de Guzman 2017-07-27 07:02:25 +0800
  • e379a7bff6 Update PGI C++ compiler support David Olsen 2017-07-26 12:52:45 -0700
  • db1f835443 Merge pull request #235 from boostorg/revert-234-develop Joel de Guzman 2017-06-19 17:08:04 +0800
  • 1f513cb401 Revert "Crash when print attribute in debug mode." Joel de Guzman 2017-06-19 17:07:21 +0800
  • 2f1161aba6 Merge pull request #234 from glacierx/develop Joel de Guzman 2017-06-19 17:04:33 +0800
  • e7962ea67f Update simple_trace.hpp glacierx 2017-06-19 15:42:20 +0800
  • 8c7f9c0711 Update and_predicate.hpp glacierx 2017-06-19 15:40:08 +0800
  • 3f6269d8a8 Merge pull request #232 from sehe/develop Joel de Guzman 2017-04-29 09:05:45 +0800
  • ca335f30f4 Fix dangling refs in debug of call_rule_defintion` sehe 2017-04-29 01:07:09 +0200
  • abe2a14a7f Merge pull request #231 from bebuch/develop Joel de Guzman 2017-02-24 19:10:43 +0800
  • cfa7446a87 silence unused parameter warning Benjamin Buch 2017-02-10 12:27:28 +0100
  • fba83b1304 Merge pull request #229 from sehe/develop Joel de Guzman 2017-01-22 10:29:57 +0800
  • 16320a5566 Check for unitialized rules in parser composition sehe 2017-01-22 00:50:45 +0100
  • 6c1cab48fc Avoid logic_error if rule was unitialized sehe 2017-01-22 00:43:19 +0100
  • 06b60e38db Merge pull request #227 from Romain-Geissler-1A/fix-unused-local-typedef Joel de Guzman 2016-12-06 22:02:59 +0800
  • 1e82fe1ad2 Fix warning "typedef 'iterator_t' locally defined but not used" in classic/error_handling/exceptions.hpp Romain Geissler 2016-12-06 11:35:10 +0100
  • 448ef86dd6 Merge pull request #226 from mike96/patch-1 Joel de Guzman 2016-12-02 15:18:45 +0800
  • e6bd38b615 Add cfloat include to pow10.hpp mike96 2016-12-02 04:13:30 +0100
  • a82398fe6f Merge pull request #225 from Romain-Geissler-1A/fix-clang-unused-parameter Joel de Guzman 2016-11-18 08:48:17 +0800
  • e1ebac8f00 Fix clang unused paramter warning. Romain Geissler 2016-11-18 00:22:40 +0100
  • 054efdbcec Merge pull request #222 from Romain-Geissler-1A/fix-misleading-indentation Joel de Guzman 2016-10-17 05:13:31 +0800
  • dd47d8be67 Fix gcc's warning/error when building with -Wmisleading-indentation Romain Geissler 2016-10-16 22:14:51 +0200
  • 1e2054aab4 Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:36 -0500
  • 2fc42d5ff5 Merge pull request #221 from K-ballo/fix-12497 Joel de Guzman 2016-10-09 06:06:40 +0800
  • 7859f979d6 Fix assign_to_attribute_from_iterators for long long types Agustin K-ballo Berge 2016-10-08 15:31:59 -0300
  • acefa0a64f Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:36 -0500
  • 192f910c61 Fixes #12468: real_parser failure Joel de Guzman 2016-09-18 07:49:56 +0800
  • 77b1492928 Merge pull request #220 from expertisesolutions/develop Joel de Guzman 2016-09-16 11:26:29 +0800
  • 29dc7ec6ea Added BOOST_SPIRIT_NO_REAL_NUMBERS to not include float parsers Felipe Magno de Almeida 2016-09-15 23:13:22 -0300
  • 30c1d59d35 Make standard_wide and wchar_t optional for platforms that do not support Felipe Magno de Almeida 2016-09-15 23:11:52 -0300
  • 9a8cded553 Merge pull request #218 from Kojoley/remove-unused-argc-and-argv-parameters Joel de Guzman 2016-08-30 07:46:52 +0800
  • d99cdf5bd2 Tests: Removed unused argc and argv parameters Nikita Kniazev 2016-08-29 18:36:23 +0300
  • b6382264c4 Merge pull request #217 from Kojoley/fix-overloaded-shift-op-parentheses-warning Joel de Guzman 2016-08-28 08:22:50 +0800
  • a0f34f8a34 Qi.Tests: utree1: Fixed operator precedence warnings [clang] Nikita Kniazev 2016-08-27 22:48:54 +0300
  • 4789aec3d9 Merge pull request #215 from Kojoley/fix-multiple-unsued-variable-warnings Joel de Guzman 2016-08-26 06:23:44 +0800
  • 571a928ac6 Merge pull request #216 from Kojoley/fix-bool-increment-warning Joel de Guzman 2016-08-26 06:03:58 +0800
  • e5a1a06c73 Merge pull request #214 from Kojoley/fix-lex-regression_wide-warnings Joel de Guzman 2016-08-26 05:51:51 +0800
  • f90361d115 Merge pull request #213 from Kojoley/fix-support-utree-test-warnings Joel de Guzman 2016-08-26 05:51:13 +0800
  • e88d96a775 Merge pull request #212 from cppljevans/develop Joel de Guzman 2016-08-26 05:50:22 +0800
  • 18324547c6 Karma.Tests: Fixed bool increment warning Nikita Kniazev 2016-08-25 22:56:55 +0300
  • bab7a9f38c Karma.Tests: Fixed unused variables warning from pattern4 test Nikita Kniazev 2016-08-25 21:54:36 +0300
  • 20e588242e Lex.Tests: Fixed unused variables warning from tokendedent_handling_phoenix test Nikita Kniazev 2016-08-25 21:43:08 +0300
  • 15a0012863 Lex.Tests: Fixed unused variables warnings from token_iterpair test Nikita Kniazev 2016-08-25 21:14:40 +0300