Commit Graph

  • 2edabd2e6f Added header for mpl::if_ Andrzej Krzemieński 2016-02-13 14:49:31 +0100
  • a8e391bd99 fix sequence partitioning problem Joel de Guzman 2016-02-04 08:49:21 +0800
  • d91cf74106 Fixes Ticket #11952 Joel de Guzman 2016-02-04 08:47:14 +0800
  • 9c2bc9f340 size calculation in has_reserve_method case only. octopus-prime 2016-01-30 11:15:33 +0100
  • 81c37ba431 Cleaned up tests. octopus-prime 2016-01-30 11:11:07 +0100
  • e94e7dcc12 Added static asserts for testing has_reserve_method of common containers. octopus-prime 2016-01-28 09:36:35 +0100
  • 1fbe050efa Replaced c.end() by c.cend(). Replaced std::integral_constant<bool, detail::has_reserve_method<Container>::value>() by typename detail::has_reserve_method<Container>::type{}. octopus-prime 2016-01-28 08:41:14 +0100
  • 045216a5c1 Add and use has_reserve_method construct to determine whether container has reserve() method. octopus-prime 2016-01-27 23:49:55 +0100
  • 27d3352ecf Added reserve optimization for std::vector and std::basic_string octopus-prime 2016-01-26 22:30:41 +0100
  • c014a081b2 Cleaned up container_traits. octopus-prime 2016-01-26 21:46:35 +0100
  • d5a11a4156 Merge pull request #169 from octopus-prime/develop Joel de Guzman 2016-01-27 04:25:35 +0800
  • dd80f32e5c Renamed test_container_support() to test_sequence_support(). octopus-prime 2016-01-26 20:10:54 +0100
  • 2cd5e66cbf Renamed test. Added tests for: <map> <unordered_map> <boost/unordered_map.hpp> <vector> <list> <deque> <set> <unordered_set> <boost/unordered_set.hpp> <string> octopus-prime 2016-01-26 19:55:11 +0100
  • c31e79efa8 Using insert() method of containers in push_back(). octopus-prime 2016-01-26 19:23:56 +0100
  • 793ec4292c Added test for map support. octopus-prime 2016-01-25 19:51:11 +0100
  • cec9817bc4 Added support for std::multimap, std::unordered_map and std::unordered_multimap. octopus-prime 2016-01-25 19:50:17 +0100
  • 7e958b161b Merge pull request #167 from ahmedcharles/patch-2 Joel de Guzman 2015-12-23 09:36:56 +0800
  • 53f210976b Fix typo in test case. Ahmed Charles 2015-12-22 17:14:26 -0800
  • 9bb43d8dc6 Merge pull request #166 from Romain-Geissler-1A/fix-grammar.ipp-warnings Joel de Guzman 2015-12-17 06:42:47 +0800
  • a52d08d9bf Fix "unused local typedefs" in grammar.ipp Romain Geissler 2015-12-16 15:38:26 +0100
  • aa3ff0c84e Merge pull request #165 from AMDmi3/tst_pass_through Joel de Guzman 2015-11-17 06:25:52 +0800
  • f0b6db5b72 Don't forward declare struct tst_pass_through Dmitry Marakasov 2015-11-16 17:12:14 +0300
  • a00894d090 Merge pull request #164 from Lastique/patch-1 Joel de Guzman 2015-11-16 10:18:58 +0800
  • a6c79bc35c Silence MSVC warnings Andrey Semashev 2015-11-15 18:57:33 +0300
  • 25c00abf36 disabling test for ascii>127 for now Joel de Guzman 2015-11-10 08:27:16 +0800
  • df92cb5c98 ascii char_type is now unsigned to allow 8 bits (reverted from commit 638e4ab54a) Joel de Guzman 2015-11-10 08:02:58 +0800
  • 509b0891d7 Merge pull request #144 from vtnerd/BugFix_DuplicateAttribute Hartmut Kaiser 2015-11-04 20:47:28 -0600
  • 15bcb67b00 typo fix Joel de Guzman 2015-11-03 10:02:28 +0800
  • 638e4ab54a ascii char_type is now unsigned to allow 8 bits Joel de Guzman 2015-11-03 09:56:14 +0800
  • 8e0fb1ac22 just to be sure we're not going out of bounds here. Joel de Guzman 2015-11-03 06:56:24 +0800
  • 72c8428090 ascii char parsers now fails instead of asserts. Joel de Guzman 2015-11-02 14:48:26 +0800
  • 547076384a Merge pull request #136 from akumta/patch-3 Joel de Guzman 2015-10-23 05:32:23 +0800
  • 999d031b5d Merge pull request #162 from davidlt/fix-undefined-behavior-load_little_endian-11726 Joel de Guzman 2015-10-20 22:30:12 +0800
  • 86705a50af Fix undefined behavior in ../support/detail/endian/endian.hpp (#11726) David Abdurachmanov 2015-10-19 07:46:57 +0000
  • 37d4094411 Merge pull request #160 from Flast/bugfix/link-error-on-test Joel de Guzman 2015-10-08 11:02:47 +0800
  • 95822caff7 Fix link error on classic's regression test. Kohei Takahashi 2015-10-08 11:58:43 +0900
  • 5208a27550 Merge pull request #159 from jhunold/none_t Joel de Guzman 2015-10-05 21:26:27 +0800
  • 534cf39f15 Fix: use boost::none global instance instead of constructing it ourselves. Jürgen Hunold 2015-10-05 10:33:15 +0200
  • ee39bf566b Merge pull request #158 from Flast/variadic-fusion Joel de Guzman 2015-09-27 20:42:29 +0800
  • f06250dfa3 Merge pull request #157 from sehe/develop Joel de Guzman 2015-09-26 07:36:24 +0800
  • 027e3049bb Fix compile error in word_count_lexer example Seth Heeren 2015-09-26 00:49:04 +0200
  • d71dc0b932 Merge pull request #156 from Romain-Geissler-1A/fix-warning-parse_tree.hpp Joel de Guzman 2015-09-23 18:16:50 +0800
  • adb0a92f50 Fix "unused locally defined typedef" in parse_tree.hpp Romain Geissler 2015-09-23 11:58:14 +0200
  • cd02be6e57 Merge pull request #155 from jhunold/assign_fix Joel de Guzman 2015-09-09 05:55:29 +0800
  • 90027e6a8e Fix: remove extraneous 'typename' Jürgen Hunold 2015-09-08 09:05:24 +0200
  • cc9d51bd2a Merge pull request #154 from stac47/fix_local_typdef Joel de Guzman 2015-09-07 19:57:16 +0800
  • 502f4b9048 Fix local typedef definition warning Laurent Stacul 2015-09-07 11:16:00 +0200
  • ca497fc772 Merge pull request #153 from tobias-loew/fix-adt-adapted Joel de Guzman 2015-08-31 16:35:21 +0800
  • a4f9ea9d58 reenabled support for BOOST_FUSION_ADAPT_ADT adapted structs tobias-loew 2015-08-31 09:51:55 +0200
  • 7924736c8b X3: set handles_container for expect directive Adrian Vogelsgesang 2015-08-20 00:16:37 +0200
  • 99c679026a X3: test case for expect directive with nested kleene star Adrian Vogelsgesang 2015-08-20 00:14:27 +0200
  • 606c183c8c Merge pull request #151 from sergiud/develop Joel de Guzman 2015-08-15 19:50:14 +0800
  • ccb7d5c60d fixed type conversion warnings Sergiu Dotenco 2015-08-15 10:16:17 +0200
  • 299687301a Merge pull request #146 from biocomp/patch-2 Joel de Guzman 2015-08-12 16:52:18 +0800
  • d86378252b Updated to use compile-time constants Artem Tokmakov 2015-08-11 00:13:22 -0700
  • f330ffbef2 Merge pull request #147 from vogelsgesang/fix_x3_char_boundaries Joel de Guzman 2015-08-09 22:07:52 +0800
  • a362319f36 X3: fix char_range boundaries Adrian Vogelsgesang 2015-08-09 15:34:14 +0200
  • 856f88f5d1 X3: test case for char_range boundaries Adrian Vogelsgesang 2015-08-09 15:32:02 +0200
  • 2ec49b0177 Fixing race condition on static init Artem 2015-08-05 10:48:03 -0700
  • e16bec0aef Fixed bug in karma::duplicate attribute reporting Lee Clagett 2015-07-30 23:21:14 -0400
  • 5bc397c295 Merge pull request #140 from Lastique/patch-1 Joel de Guzman 2015-07-27 21:01:34 +0800
  • 86bdb53492 Merge pull request #143 from vtnerd/BugFix_LeftAlignment Hartmut Kaiser 2015-07-21 08:34:41 -0500
  • e09cc45812 Fixed modifier bug with karma::left_align Lee Clagett 2015-07-20 20:30:29 -0400
  • 9c5dd09880 Merge branch 'master' into develop Joel de Guzman 2015-07-15 06:38:56 +0800
  • bc5456a636 Merge pull request #141 from vtnerd/Hotfix_UnitializedData Joel de Guzman 2015-07-15 06:34:06 +0800
  • a18c25b40d Unitialized data fix Lee Clagett 2015-07-14 15:44:37 -0400
  • eb1a197673 Fix signed/unsigned mismatch warning on gcc. Andrey Semashev 2015-07-14 10:56:18 +0300
  • b61bf56940 Fix signed/unsigned mismatch warning on gcc. Andrey Semashev 2015-07-14 10:45:36 +0300
  • 3cd5e21654 Merge pull request #139 from MaksimMyasnikov/master Joel de Guzman 2015-07-14 13:00:52 +0800
  • 12db838af3 https://svn.boost.org/trac/boost/ticket/7161 MaksimMyasnikov 2015-07-14 01:05:18 +0300
  • f99fcf76c0 https://svn.boost.org/trac/boost/ticket/9456 https://svn.boost.org/trac/boost/ticket/9457 MaksimMyasnikov 2015-07-14 00:48:19 +0300
  • 53086d5afd Merge pull request #138 from MarcelRaad/patch-1 Joel de Guzman 2015-07-12 06:24:57 +0800
  • a9131015e6 Compile fix Marcel Raad 2015-07-11 22:53:00 +0200
  • c9a142b014 Merge pull request #137 from akumta/ticket-10975 Joel de Guzman 2015-07-10 09:53:31 +0800
  • 79c017af70 Update switch_tests_wo_default.cpp akumta 2015-07-09 18:06:28 -0700
  • 031b888429 Update switch_tests_single.cpp akumta 2015-07-09 18:05:13 -0700
  • 37842e3ccb Update switch_tests_general_def.cpp akumta 2015-07-09 18:04:06 -0700
  • 4b7e9bfb35 Update switch_tests_eps_default.cpp akumta 2015-07-09 18:02:33 -0700
  • f54fe7dc1d Update subrule_tests.cpp akumta 2015-07-09 18:01:26 -0700
  • 0d4b209d7a Update scanner_tests.cpp akumta 2015-07-09 17:59:28 -0700
  • 37475283bb Update rule_tests.cpp akumta 2015-07-09 17:51:56 -0700
  • b24d8e6780 Update primitives_tests.cpp akumta 2015-07-09 17:49:29 -0700
  • e79ac6f9cd Update parametric_tests.cpp akumta 2015-07-09 17:45:36 -0700
  • d898b492ef Update loops_tests.cpp akumta 2015-07-09 17:42:45 -0700
  • 78aa619857 Update grammar_tests.cpp akumta 2015-07-09 17:11:29 -0700
  • 5e4b42d56a Merge pull request #135 from akumta/patch-2 Joel de Guzman 2015-07-10 06:38:11 +0800
  • d29499d62b Merge pull request #134 from akumta/patch-1 Joel de Guzman 2015-07-10 06:36:46 +0800
  • a9d2c77ba2 Update directives_tests.cpp akumta 2015-07-09 12:24:25 -0700
  • 57d62a6e3b Update closure_tests.cpp akumta 2015-07-09 12:17:42 -0700
  • 2df3b8885c Merge pull request #110 from mlang/x3/error_handler.position_of Joel de Guzman 2015-07-09 06:42:57 +0800
  • 949e499798 Merge pull request #132 from bebuch/develop Joel de Guzman 2015-07-07 08:02:07 +0800
  • 83f791bb36 Merge pull request #133 from mlang/x3/parse_sequence_variant_attribute Joel de Guzman 2015-07-07 05:46:38 +0800
  • b42df6fe50 X3: Fix parse_sequence with variant_attribute. Mario Lang 2015-07-06 23:12:48 +0200
  • 5dadb838ce return type via decltype(auto) Benjamin Roland Buch 2015-07-05 17:28:54 +0200
  • a8c854b8c3 Merge pull request #131 from bebuch/develop Joel de Guzman 2015-07-05 06:47:03 +0800
  • 509029d24a remove include duplicate Benjamin Roland Buch 2015-07-04 17:10:30 +0200
  • a727400a2e Remove undocumented fusion::void_ usage. Kohei Takahashi 2015-06-30 01:21:26 +0900
  • 4d8899fdfe Remove use of deprecated fusion::vectorN. Kohei Takahashi 2015-06-30 01:04:20 +0900
  • 02aaaacda3 Merge pull request #130 from mlang/x3/duplicated-types Joel de Guzman 2015-06-26 21:03:13 +0800
  • 9b0daf9cc1 X3: Less is more. Mario Lang 2015-06-26 14:52:59 +0200