Commit Graph

16 Commits

Author SHA1 Message Date
Tim Zimmermann 5346810e67 Switch to C++1z 2017-09-05 10:55:46 +00:00
Pedro Flemming 69d96061b2 Add tokenize method to SQLParser to output the list of tokens (#54)
Added tokenize benchmark. Restructured Makefile
2017-07-21 02:47:45 +02:00
Tim Zimmermann 8913f9213d Fix: use correct format specifiers for int64 (#45)
* Fix: use correct format specifiers for int64
* Use iostream instead of stdio
2017-06-14 22:46:43 +02:00
Pedro Flemming 0939a8d6cd Enable -Werror (#47) 2017-06-14 20:17:22 +02:00
Pedro Flemming 5e6cd2d84f Extend test suite. Build with -O3 by default. (#42)
* Change benchmarks and add -O3 to build
* Extended test suite. Makefile now buidls with -O3 by default. Added Makefile flag (mode=debug) to build with -g instead.
2017-05-26 15:18:52 -07:00
Pedro Flemming 6b22e22162 update tests to use the new Parser interface 2017-04-07 16:26:00 +02:00
Pedro Flemming 9e558c7d22 Merge remote-tracking branch 'upstream/master' into misc 2017-04-07 15:48:51 +02:00
Pedro Flemming e6cd70f029 move sqlhelper into util/. Add convenience methods 2017-04-07 15:47:51 +02:00
Nan Xiao 745f4dd816 Check NULL value of result. 2017-04-05 17:56:17 +08:00
Pedro Flemming 42049b4d56 Benchmarking (#27)
Adds benchmarking capabilities and small grammar fix.
2017-03-06 18:30:35 +01:00
Pedro Flemming 2890cd368e fix example for recent API changes 2017-02-08 13:51:50 +01:00
Pedro 76aea6ac69 implement clang compatibility 2016-02-27 17:44:42 +01:00
Pedro ef7c3cf349 add test for installed library 2016-02-27 16:45:17 +01:00
Pedro Flemming f98843a316 extended example code 2016-01-16 12:36:58 +01:00
Pedro 3719745fb4 add cleanall task 2015-12-23 17:00:41 +01:00
Pedro 81d34f823d added example of how to use the library 2015-12-23 16:47:04 +01:00