Commit Graph

  • e0350c0bfe Avoid using out of range char value while instantiating template <char...> template cc Abel Sinkovics 2019-03-03 16:09:13 +0100
  • 4fa900edc7 Remove unused helper metafunction Abel Sinkovics 2019-02-19 20:38:03 +0100
  • 4c78eaa39f Avoid the creation of zero length array in any_of_c. Abel Sinkovics 2018-08-26 15:15:27 +0200
  • 60deeceaae Add C++11 implementation of sequence Abel Sinkovics 2018-05-13 16:02:22 +0200
  • 11b19e5d25 Adding .gitattributes Abel Sinkovics 2018-01-20 14:12:21 +0100
  • 6eb4af7d6f Add C++11 and C++14 implementation of one_of and repeated_one_of Abel Sinkovics 2017-11-01 18:09:40 +0100
  • 31fc1aa39f Add C++11 implementation for one_char_except Abel Sinkovics 2017-10-01 20:05:06 +0200
  • 1cb74cdbe1 Add C++11 implementation for first_of, last_of, nth_of Abel Sinkovics 2017-08-13 15:12:37 +0200
  • e856748a78 Stop using the build directory in Travis CI and Appveyor Abel Sinkovics 2017-08-12 22:00:07 +0200
  • 4dc388d015 Merge pull request #9 from grafikrobot/patch-1 Abel Sinkovics 2017-08-08 08:14:39 +0200
  • 4f84a4d463 Delete header-only library build. Rene Rivera 2017-08-06 19:53:23 -0500
  • dff1de0a0d Merge remote-tracking branch 'asomers/master' into develop Abel Sinkovics 2017-07-30 13:47:42 +0200
  • 00ebb6b780 Use /bin/sh instead of /bin/bash Alan Somers 2017-07-27 14:28:25 -0600
  • da8f1c473a add support for string literal templates bagyibarna 2017-07-13 23:40:08 +0200
  • 33c28e770d Disable the C++11 implementation in gcc 4.6 and below Abel Sinkovics 2017-05-14 16:38:06 +0200
  • 4146aab25b Don't use constexpr in c++98 code Abel Sinkovics 2017-05-14 16:37:15 +0200
  • 2e5a72f176 Test string based on the standard version Abel Sinkovics 2017-05-14 16:36:54 +0200
  • 8a65198ab7 Remove calls to 1 argument macros with 0 arguments Abel Sinkovics 2017-04-20 17:14:02 +0200
  • 58f4ee9d53 Separate C++98 and C++11 implementations Abel Sinkovics 2017-04-09 15:42:32 +0200
  • c822fae8cb Place time and memory diagrams next to each other in benchmark results Abel Sinkovics 2016-11-02 22:35:15 +0100
  • 2ac8b036bb Add comment about recursion in grammars Abel Sinkovics 2016-10-31 15:41:22 +0100
  • 1e56f517da Add BOOST_METAPARSE_STRING benchmarks Abel Sinkovics 2016-10-31 14:34:28 +0100
  • 426257637e Merge branch 'develop' Abel Sinkovics 2016-10-31 09:07:55 +0100
  • feeb5943e2 Oracle Studio fixes Abel Sinkovics 2016-10-26 23:09:16 +0200
  • 2a8ed5f32b Test with 512 character long string in long_string.cpp Abel Sinkovics 2016-10-24 23:13:04 +0200
  • f9230ef2ca Fix links in Getting Started Abel Sinkovics 2016-10-22 15:04:49 +0200
  • 19bcec20b0 Test with 1024 character long string in long_string.cpp Abel Sinkovics 2016-10-22 14:55:24 +0200
  • 411d0975f2 make_string use 2^n steps Abel Sinkovics 2016-10-17 23:02:16 +0200
  • 35957ab2f2 Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:35 -0500
  • f05504ed19 Reimplement BOOST_METAPARSE_STRING with specialising on the length of the string literal instead of its characters Abel Sinkovics 2016-10-08 22:00:34 +0200
  • 46c203ed25 Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:35 -0500
  • e1d8cdbca6 Fix ambiguity in specialisations of split_at_c Abel Sinkovics 2016-06-30 21:45:47 +0200
  • 06e63bd8f6 Download Clang binaries in Travis Abel Sinkovics 2016-06-11 12:31:06 +0200
  • 61dde8e2ae Generate BOOST_METAPARSE_STRING with an external code generator Abel Sinkovics 2016-06-05 22:04:25 +0200
  • a5f40ce5e6 Merge pull request #6 from akumta/patch-1 Abel Sinkovics 2016-04-09 12:47:42 +0200
  • c7c81a076c Missing qualifier for exit call. akumta 2016-04-08 14:07:09 -0700
  • 92753af8d7 Add comment on the extra checks for BOOST_NO_CONSTEXPR_C_STR Abel Sinkovics 2016-04-02 13:12:43 +0200
  • 27ce534ca7 Don't define BOOST_NO_CONSTEXPR_C_STR in Clang Abel Sinkovics 2016-04-02 13:12:23 +0200
  • e9821acea2 Remove BOOST_USE_VARIADIC_TEMPLATES Abel Sinkovics 2016-04-02 13:07:12 +0200
  • 31c26a4f7e Don't define BOOST_CONSTEXPR Abel Sinkovics 2016-04-02 13:05:39 +0200
  • 6957fb6257 Remove BOOST_USE_CONSTEXPR Abel Sinkovics 2016-04-02 13:05:01 +0200
  • d8db2ac2ac Turn #ifndef BOOST_NO_CONSTEXPR_C_STR to #ifdef BOOST_NO_CONSTEXPR_C_STR Abel Sinkovics 2016-04-02 13:00:01 +0200
  • fa3cba3729 When there is no constexpr support, define BOOST_NO_CONSTEXPR_C_STR Abel Sinkovics 2016-04-02 12:57:51 +0200
  • 2a3b4e3061 Remove duplicated conditions Abel Sinkovics 2016-04-02 12:53:57 +0200
  • 52acf9b727 Use BOOST_NO_CXX11_CONSTEXPR instead of BOOST_NO_CONSTEXPR in the examples Abel Sinkovics 2016-04-02 12:50:55 +0200
  • dd8e21eba0 Merge pull request #5 from danieljames/redirect-fix Abel Sinkovics 2016-02-28 15:07:43 +0100
  • c148eada9f Fix redirect link Daniel James 2016-02-28 10:48:49 +0000
  • 883998096c Add missing includes Abel Sinkovics 2016-02-11 23:51:32 +0100
  • 6bca4bac59 Avoid type::type Abel Sinkovics 2016-02-11 23:39:30 +0100
  • 09ea46281a Move the Boost.Test dependency to the requiremenets Abel Sinkovics 2016-02-10 21:53:00 +0100
  • 008351770f Add space where a >> token might be generated for templates in pre-c++11 code Abel Sinkovics 2016-02-09 22:28:42 +0100
  • 3ac75222e8 Use braces around the arguments of operator< in template arguments. Abel Sinkovics 2016-02-05 22:46:23 +0100
  • 6eae446c69 Use int as the character type in non-variadic update_c Abel Sinkovics 2016-02-04 21:59:41 +0100
  • 1cf78dda43 Merge pull request #4 from r0mai/png-to-svg Abel Sinkovics 2016-02-04 21:57:26 +0100
  • 9b9d4b1561 Use the nicer svg badge for travis-ci Andras Kucsma 2016-01-26 17:58:02 +0100
  • 9c7639da11 Update references to generate_all.py Abel Sinkovics 2016-01-14 08:17:12 +0100
  • 0bc9478223 Add boostdoc target Abel Sinkovics 2016-01-13 21:46:32 +0100
  • a352715384 Move generate_all.py to tools Abel Sinkovics 2016-01-13 21:45:30 +0100
  • fbe835e0fd Get the dependent libraries in the build_script Abel Sinkovics 2016-01-13 00:16:56 +0100
  • ba290d8746 Fix paths in appveyor build Abel Sinkovics 2016-01-13 00:03:59 +0100
  • dcffdca2aa Add script for checking out dependent libraries in CI Abel Sinkovics 2016-01-12 23:47:46 +0100
  • b84e7d7868 Remove git checkout master in Appveyor build Abel Sinkovics 2016-01-09 13:58:07 +0100
  • f29dd0a083 Make copying the images a dependency of the metaparse target. Abel Sinkovics 2015-10-20 07:46:04 +0200
  • e0ad97a0a1 Merge pull request #3 from zerotypos-found/fix_typo Abel Sinkovics 2015-10-20 07:08:13 +0200
  • 66f0e449de Fix typo in doc. zerotypos-found 2015-10-20 12:22:15 +0900
  • 2c2f3d201f Update index.html Abel Sinkovics 2015-10-20 00:32:43 +0200
  • 1bb7716cab Remove duplicated entry in the reference Abel Sinkovics 2015-10-20 00:24:19 +0200
  • ae33aed184 Move the location of the image files in the generated documentation Abel Sinkovics 2015-10-20 00:24:04 +0200
  • d11fd9f2e5 Update Appveyor link Abel Sinkovics 2015-10-18 22:26:23 +0200
  • b0a510f55e Update Travis CI link Abel Sinkovics 2015-10-18 22:18:15 +0200
  • 3a5c8dc9a5 Remove comment about temporary documentation hosting Abel Sinkovics 2015-10-18 21:49:20 +0200
  • 195df680d0 Delete before_*.qbk before generation in Travis Abel Sinkovics 2015-10-17 14:38:01 +0200
  • 2697718283 Return getting started manual in an array of lines instead of one string after generation of earlier definitions Abel Sinkovics 2015-10-17 14:36:23 +0200
  • 12f2af4472 Move definitions before each section into its own section Abel Sinkovics 2015-10-17 14:35:28 +0200
  • f5c7d1383c Add the list of definitions and includes before each section to getting started Abel Sinkovics 2015-10-17 14:11:36 +0200
  • 4da9833973 Fix typo in manual Abel Sinkovics 2015-10-17 13:24:40 +0200
  • 3b0d5a9edb Update README in doc according to generator script changes Abel Sinkovics 2015-10-17 13:17:15 +0200
  • e1b6dfa9f3 Add BOOST_METAPARSE_VERSION Abel Sinkovics 2015-10-17 13:15:15 +0200
  • 40cec740c6 Avoid using empty cxxflags argument in Travis Abel Sinkovics 2015-10-17 12:50:00 +0200
  • 9dc0b4b4aa Include iterator in regex example Abel Sinkovics 2015-10-17 01:04:06 +0200
  • 6a5921474e Explain the parsing_error example in its README Abel Sinkovics 2015-10-15 12:09:37 +0200
  • 8f114abbab Remove unintended error in example broken code Abel Sinkovics 2015-10-15 12:06:24 +0200
  • ce790f5dd1 Increase template depth for the examples that need it Abel Sinkovics 2015-10-15 11:13:22 +0200
  • 68f0722ced Don't set template-depth explicitly in Travis CI Abel Sinkovics 2015-10-13 21:49:34 +0200
  • 9e478f92a5 Add a paragraph on using Metashell locally for the Getting Started guide Abel Sinkovics 2015-10-12 21:08:38 +0200
  • 5474fb4319 cd into the checkout directory at the end of the init step in Appveyor Abel Sinkovics 2015-10-10 16:27:18 +0200
  • 1ed0449420 Work around Appveyor creating the target directory before running init steps Abel Sinkovics 2015-10-10 16:21:51 +0200
  • 29116ac627 Add information on building the tests and examples in c++11 to the docs Abel Sinkovics 2015-10-10 16:19:04 +0200
  • aff1d8b1f8 Mention Metashell prompts in Getting Started Abel Sinkovics 2015-10-10 16:10:46 +0200
  • b8ce72976b Add a desciption on the possible parsing result types Abel Sinkovics 2015-10-10 15:54:01 +0200
  • 31d35aacbc Clone into a temp directory in Appveyor Abel Sinkovics 2015-10-10 15:32:45 +0200
  • faf756b9ee Remove the (double) creation of the build directory in Appveyor Abel Sinkovics 2015-10-10 15:28:13 +0200
  • b577037fc4 Merge branch 'develop' of https://github.com/sabel83/metaparse into develop Abel Sinkovics 2015-10-10 15:21:12 +0200
  • 53efd256c5 Add a section about supported grammar types Abel Sinkovics 2015-10-08 21:55:41 +0200
  • 6b0ef68f6f Make get_result a link Abel Sinkovics 2015-10-08 21:28:41 +0200
  • 847b707f97 Read the getting started source code only once during automatic code generation Abel Sinkovics 2015-10-04 21:28:36 +0200
  • 6eecab65b0 Move all code generation into one script Abel Sinkovics 2015-10-04 12:50:14 +0200
  • d08d6a8895 Make gen_headers pure Abel Sinkovics 2015-10-04 12:42:46 +0200
  • 23be330332 Move the .travis.yml file to the new location as well in Travis when moving the checked-out code Abel Sinkovics 2015-10-03 16:21:21 +0200
  • 91fe5cd594 Move the .git directory to the new location as well in Travis when moving the checked-out code Abel Sinkovics 2015-10-03 16:17:33 +0200