0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Since rev efe4c seem to work, removed checks introduced in rev 70538. More... over 13 years ago
Got rid of ui64 usage in LoadedScanner so that it can be used on 32-bit architectures where ui64 might need special alignment. More... over 13 years ago
I don't have perl and getopt on my iPhone More... over 13 years ago
Fixed run-bench under FreeBSD. Added tests for scanner pairs More... over 13 years ago
Merge branch 'bigendian' More... over 13 years ago
Explicitly restricted build on systems where uint64_t requires custom alignment. More... over 13 years ago
Added quick start example More... over 13 years ago
Added shortest/longest proefix benchmars, count and capture benchmarks. Added test file to be used for benchmarking. More... over 13 years ago
Implemented a dumb version of ToLittleEndian. All tests except extra/-related pass. More... over 13 years ago
- Made 'make install' install config.h (into $PREFIX/include/pire); - Prefixed all definitions in config.h with PIRE_ to avoid name collisions. More... over 13 years ago
Added LongestPrefix and ShortestPrefix algorithms to the benchmarking tool. More... over 13 years ago
Added unittests for long strings for LongestPrefix/ShortesPrefix. Added count and capture scanners to the benchmark tool. More... over 13 years ago
Added missing header for basename() More... over 13 years ago
Added testcases for mmap()-ing scanners on addresses with various alignments More... over 13 years ago
Refactored SSE2 and MMX specific optimizations More... over 13 years ago
Removed dependency on CppUnit More... over 13 years ago
Relaxed scanner buffer alignment requirements from sizeof(MaxSizeWord) to sizeof(size_t). Now inlined scanners can be mmap()-ed again. More... over 13 years ago
Use alignment at sizeof(MaxSizeWord) in all serialization operations More... over 13 years ago
Support selecting individual test case or test suite by its name More... over 13 years ago
Enabled unittest on Windows, all 30 passed 8-o More... over 13 years ago
CppUnit replacement More... over 13 years ago
Removed ocassionally merged stuff, added memory bandwidth test More... over 13 years ago
Use binary stream in order not to get LF replaced by CRLF on Windows resulting in file corruption More... over 13 years ago
A bunch of fixes for Windows build. Unittest build still needs to be fixed. More... over 13 years ago
Removed dependency on getopt (not available on Windows) More... over 13 years ago
More correct c++-style comments handling. More... over 13 years ago
- Bugfix in character range reader; - Added memstreams.h to tarball. More... over 13 years ago
Merge branch 'format_compat' More... over 13 years ago
More specific benchmarks More... over 13 years ago
Made pire_inline capable of handling comments inside regexp definitions. More... over 13 years ago