Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #352 CodeRay.scan returns TokensProxy | Kornelius Kalnbach | 2011-09-18 | 2 | -11/+5 |
| | |||||
* | fix YAML encoder for Psych (damn!) | Kornelius Kalnbach | 2011-08-21 | 1 | -23/+13 |
| | |||||
* | cleanup CodeRay.scan* methods | Kornelius Kalnbach | 2011-08-20 | 1 | -4/+24 |
| | |||||
* | rename CaseIgnoringWordList to WordList::CaseIgnoring | Kornelius Kalnbach | 2011-08-19 | 1 | -2/+2 |
| | |||||
* | trying to integrate Travis CI | Kornelius Kalnbach | 2011-08-19 | 1 | -0/+1 |
| | |||||
* | Major rewrite of encoders to support IO output; fixed some minor scanner ↵ | Kornelius Kalnbach | 2011-08-19 | 7 | -26/+18 |
| | | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests | ||||
* | minor support fixes for some Ruby engines and versions | murphy | 2011-07-08 | 2 | -18/+10 |
| | |||||
* | cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/s | murphy | 2011-07-04 | 1 | -3/+3 |
| | |||||
* | #309 Improved highlighting of Ruby inside diffs | murphy | 2011-06-22 | 1 | -2/+9 |
| | |||||
* | make Duo test independent of YAML engine | murphy | 2011-06-11 | 1 | -24/+4 |
| | |||||
* | various fixes and cleanups in CodeRay's helpers | murphy | 2011-05-21 | 2 | -25/+10 |
| | |||||
* | Encoder refactoring to fix LOC and Statistic encoders | murphy | 2011-04-20 | 1 | -5/+7 |
| | |||||
* | renamed pre_* token kinds to predefined_* | murphy | 2011-04-17 | 1 | -4/+4 |
| | |||||
* | Added lots of tests for Plugin and other helper classes. | murphy | 2011-02-28 | 10 | -145/+181 |
| | |||||
* | Added lots of unit tests. | murphy | 2010-06-29 | 17 | -0/+842 |
Theses actually come from the library files; now they are included. Also, rake test and test:all don't test the scanners now; you have to start them using rake test:scanners. |