Commit Graph

89 Commits

Author SHA1 Message Date
yhirose
66e5412b14 Added set_logger 2022-09-03 08:12:12 -04:00
yhirose
c9090b6661
Resolve #234 (#244) 2022-09-02 23:47:55 -04:00
yhirose
8f19894e32 Updated playground to show profiling result 2022-06-03 19:25:49 -04:00
yhirose
ad74d9e8c0 Refactoring 2022-06-03 18:42:44 -04:00
yhirose
633fcd72cb Fix intial value for stats_item_total 2022-06-03 08:35:36 -04:00
yhirose
de2f887c4f Update profiler format 2022-06-03 07:18:31 -04:00
yhirose
b49604997b Removed IsOpeType 2022-06-02 22:31:52 -04:00
yhirose
34a859a6a1 Added profile feature (Resolve #200) 2022-06-02 22:15:09 -04:00
yhirose
9768721b2b Code format 2022-05-27 21:52:13 -04:00
yhirose
c9e1c9cbef Update README 2022-05-27 00:06:27 -04:00
yhirose
d53f4ecca3 Added verbose trace flag in peglint 2022-05-27 00:04:05 -04:00
yhirose
0aec248de3 Changed to use gtest 2021-08-19 02:29:11 -04:00
Elliot
45fced1a97
fix spelling errors (#164) 2021-04-02 10:04:08 -04:00
yhirose
fcd0b277ab Added --packrat option to peglint 2021-01-23 22:58:23 -05:00
yhirose
02f428ab67 Fixed peglit problem and update README 2021-01-21 21:16:47 -05:00
yhirose
80b20a091f Resolve #137 2021-01-21 20:56:05 -05:00
yhirose
8a853ef742 Updated README 2021-01-16 17:38:37 -05:00
yhirose
8ad71c4adc Fixed problem with %recover 2021-01-15 16:51:36 -05:00
yhirose
8dc6a287f8 Added error recovery feature 2021-01-13 21:35:47 -05:00
yhirose
847b7e9fe3 Fixed peglint trace token format problem 2021-01-08 14:01:21 -05:00
yhirose
b26e2477ff C++17 support 2020-11-09 13:18:38 -05:00
yhirose
19c83811ee Added --opt to peglint 2020-05-25 22:48:42 -04:00
yhirose
19c6c2615c Name refactoring 2020-05-25 17:31:22 -04:00
yhirose
370067f013 Added filters parameter to peglint and playground 2020-05-24 22:18:18 -04:00
Xinzhao Zhu
f58fd19f52 Use CMake's Threads library to provide '-pthread` for Linux
For linux platform, we may use the Threads library to provide
the option `-pthread` when the program uses multiple thread. This
solution is portable for WSL2/Linux and other disturbuiton.
2020-05-17 22:55:56 +08:00
bnjf
6137e2a340
Fix "terminate called after throwing an instance of 'std::system_error'"
This is a re-fix.  The missing pthread lib was fixed in 469a61f044, but then unfixed in 06fc879371.
2020-04-25 00:52:03 +10:00
yhirose
95f9140464 clangformat 2020-03-29 17:03:47 -04:00
yhirose
fdfd1f4267 Fixed warnings 2020-03-29 17:01:46 -04:00
yhirose
fe2d67fc88 Improved peglint trace format 2020-01-29 11:36:19 -05:00
yhirose
1a40e539d1 Updated cmake files 2020-01-24 22:54:03 -05:00
yhirose
be3b09f704 Fixed typo 2020-01-24 15:12:31 -05:00
yhirose
06fc879371 Removed server mode from peglint and updated documentation 2019-02-09 08:55:28 -05:00
Yuji Hirose
e12ab41b40 Fixed problem with JSON invalid characters 2019-02-08 15:19:40 -05:00
Yuji Hirose
47e51d3651 Fixed problems in server mode of peglint 2019-02-08 11:36:29 -05:00
yhirose
469a61f044 Fixed 'std::call_once' crash problem with peglint on Ubuntu. 2018-09-01 16:05:00 +00:00
Yuji Hirose
91bf45b7d4 Fix #45 2018-08-30 13:34:09 -04:00
yhirose
15a08da1b2 Updated peglint and added peglint documentation 2018-08-03 23:47:25 -04:00
yhirose
f46737acbf Added --source option 2018-08-02 20:51:11 -04:00
yhirose
ebfafc3947 Removed Visual Studio solution and project files. 2017-08-25 09:05:12 -04:00
yhirose
803335164d Changed minimum target to be 'c++11'. 2016-06-08 22:17:07 -04:00
hvellyr
f98f8697c6 Add test support for windows MSVC 2015 on appveyor
- build the code with source and execution charset set to utf-8 (required
  for unicode chars in the source code)

- Example/culebra/linenoise.hpp requires being build with UNICODE on windows

  The WIN32 part of that code actually is written against wchar support
  only (e.g. wsprintf, wcstol, ...); but some pieces requires the UNICODE def
  being set explicitely (e.g. GetEnvironmentVariable).

- don't build lint and language subfolders on windows at all (for now)
2016-06-07 11:51:12 +02:00
hvellyr
1e47348daf Fix compiler warnings about "missing variable declaration" 2016-06-01 16:27:24 +02:00
hvellyr
8363407768 Fix compiler warnings about "hidden" names 2016-06-01 16:27:24 +02:00
hvellyr
2b2b171cbd Fix sign/unsigned compiler warnings 2016-06-01 16:27:24 +02:00
hvellyr
5cac962f18 Fix compiler warning about "old style cast" 2016-06-01 16:27:24 +02:00
hvellyr
d95cef6c1b Fix compiler warnings about unused method parameters 2016-06-01 16:27:24 +02:00
hvellyr
c3c6037241 Enhance CMake files to set warning level high(er) and set C++14 flags 2016-06-01 16:27:23 +02:00
hvellyr
b031727fa2 Cmake 2.8 is more than sufficient
... for the purposes of this project and makes testing on older
platforms easier.  In addition travis-ci has by default only cmake
2.8.
2016-06-01 16:27:23 +02:00
yhirose
69ede706f0 Fixed build errors. Switched to CMake build system completely. 2015-11-30 17:26:06 -05:00
yhirose
30da6961d4 Updated usage for peglint. 2015-11-29 23:19:09 -05:00