aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal.h
Commit message (Collapse)AuthorAge
* reduce reallocing to improve performanceChristian Grothoff2012-12-13
|
* -eliminating mallocing of state setsChristian Grothoff2012-12-13
|
* -stuffChristian Grothoff2012-12-13
|
* Cleaup, indentation, comments etc.Maximilian Szengel2012-11-16
|
* optimizationsMaximilian Szengel2012-11-13
|
* - Added path compression parameter to DFA construction APIMaximilian Szengel2012-10-26
| | | | | | | - Moved NFA construction to internal header - Added regex simulation profiler (for profiling the NFA, that results by merging several DFAs in the DHT, in a database)
* renamed test_regex_big / fixesMaximilian Szengel2012-10-15
|
* refactoringMaximilian Szengel2012-09-23
|
* DFA path compressionMaximilian Szengel2012-09-23
|
* commentsMaximilian Szengel2012-09-13
|
* FixesMaximilian Szengel2012-08-27
|
* - added check for automaton traversalMaximilian Szengel2012-08-23
| | | | | | - fixed a bug that caused nfa's state_count to be incorrect for certain regexes - only compute scc's when coloring option is set
* Added multi-striding capabilities to regex.Maximilian Szengel2012-08-17
|
* using strings as labelsMaximilian Szengel2012-08-13
|
* Summary: regex cleanup and bugfixesMaximilian Szengel2012-07-04
| | | | | Author: szengel
* new and improved testsMaximilian Szengel2012-06-27