Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove outdated, misleading and buggy "samples" | Kornelius Kalnbach | 2013-09-20 | 46 | -3009/+0 |
| | |||||
* | tweak Debug scanners again, introduce :unknown token kind | Kornelius Kalnbach | 2013-07-21 | 1 | -3/+3 |
| | |||||
* | prevent Symbol attack in Debug scanner | Kornelius Kalnbach | 2013-07-21 | 1 | -6/+6 |
| | |||||
* | check token kinds in Lint encoders | Kornelius Kalnbach | 2013-07-21 | 1 | -3/+1 |
| | |||||
* | don't use -w flag in executable tests | Kornelius Kalnbach | 2013-06-30 | 1 | -2/+2 |
| | |||||
* | use -w in executable tests | Kornelius Kalnbach | 2013-06-23 | 1 | -2/+2 |
| | |||||
* | remove Ruby 2.0 workaround | Kornelius Kalnbach | 2013-06-22 | 1 | -1/+1 |
| | |||||
* | remove dump/undump functionality | Kornelius Kalnbach | 2013-06-13 | 1 | -9/+0 |
| | |||||
* | cleanup rake_helpers, samples | Kornelius Kalnbach | 2013-06-13 | 46 | -0/+3009 |
| | |||||
* | fix examples test | Kornelius Kalnbach | 2013-06-13 | 1 | -1/+1 |
| | |||||
* | fix tests | Kornelius Kalnbach | 2013-06-09 | 2 | -14/+5 |
| | |||||
* | fix #41 by removing special case | Kornelius Kalnbach | 2013-03-10 | 1 | -1/+1 |
| | | | | Also, clean up some code. | ||||
* | remove ondblclick handler from HTML output | Kornelius Kalnbach | 2013-03-10 | 1 | -2/+2 |
| | |||||
* | trying to enable ruby-head tests in Travis | Kornelius Kalnbach | 2013-02-20 | 1 | -2/+3 |
| | |||||
* | rename :independent_lines option to :break_lines | Kornelius Kalnbach | 2012-04-02 | 1 | -3/+3 |
| | |||||
* | here come the white-space nazis | Kornelius Kalnbach | 2012-04-01 | 1 | -20/+19 |
| | |||||
* | Merge remote-tracking branch 'emassip/master' into independent-lines | Kornelius Kalnbach | 2012-04-01 | 1 | -0/+104 |
|\ | |||||
| * | Added a unit test for HTML encoder (with a test for :line_independent option) | Etienne Massip | 2012-03-29 | 1 | -0/+104 |
| | | |||||
* | | fix tests for #16 | Kornelius Kalnbach | 2012-03-31 | 1 | -3/+3 |
|/ | |||||
* | let autoloading to the work (fix test warnings) | Kornelius Kalnbach | 2011-12-27 | 1 | -1/+0 |
| | |||||
* | add test for #6 (pry autoload issue) | Kornelius Kalnbach | 2011-12-27 | 1 | -0/+16 |
| | |||||
* | fix testv1.0.1 | Kornelius Kalnbach | 2011-10-19 | 1 | -2/+2 |
| | |||||
* | use assert_warning | Kornelius Kalnbach | 2011-09-26 | 2 | -20/+14 |
| | |||||
* | cleanups, documentation for TokensProxy | Kornelius Kalnbach | 2011-09-21 | 4 | -28/+6 |
| | |||||
* | TokensProxy: wrap up | Kornelius Kalnbach | 2011-09-19 | 4 | -4/+4 |
| | |||||
* | #352 CodeRay.scan returns TokensProxy | Kornelius Kalnbach | 2011-09-18 | 3 | -14/+10 |
| | |||||
* | fix tests | Kornelius Kalnbach | 2011-09-18 | 2 | -5/+5 |
| | |||||
* | fix some JRuby test problems | Kornelius Kalnbach | 2011-08-27 | 1 | -1/+1 |
| | |||||
* | fix YAML encoder for Psych (damn!) | Kornelius Kalnbach | 2011-08-21 | 1 | -23/+13 |
| | |||||
* | cleanup CodeRay.scan* methods | Kornelius Kalnbach | 2011-08-20 | 2 | -7/+25 |
| | |||||
* | pretty (longer) token class names; closes #347 | Kornelius Kalnbach | 2011-08-19 | 3 | -10/+10 |
| | |||||
* | rename CaseIgnoringWordList to WordList::CaseIgnoring | Kornelius Kalnbach | 2011-08-19 | 1 | -2/+2 |
| | |||||
* | trying to integrate Travis CI | Kornelius Kalnbach | 2011-08-19 | 2 | -4/+1 |
| | |||||
* | Major rewrite of encoders to support IO output; fixed some minor scanner ↵ | Kornelius Kalnbach | 2011-08-19 | 15 | -73/+130 |
| | | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests | ||||
* | new version scheme; use bundler + git for releasesv1.0.0.800pre | Kornelius Kalnbach | 2011-07-09 | 1 | -1/+1 |
| | |||||
* | minor support fixes for some Ruby engines and versions | murphy | 2011-07-08 | 2 | -18/+10 |
| | |||||
* | hardcode ruby command to "ruby" (detection was buggy) | murphy | 2011-07-08 | 1 | -2/+1 |
| | |||||
* | fixing tests for jruby | murphy | 2011-07-08 | 1 | -0/+1 |
| | |||||
* | cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/s | murphy | 2011-07-04 | 4 | -10/+11 |
| | |||||
* | coderay list subcommand and cleanups/fixes in Plugin helper (issue #45) | murphy | 2011-06-25 | 1 | -4/+4 |
| | |||||
* | #309 Improved highlighting of Ruby inside diffs | murphy | 2011-06-22 | 1 | -2/+9 |
| | |||||
* | issue #45: new command line interface! | murphy | 2011-06-17 | 3 | -20/+173 |
| | |||||
* | 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 | 3 | -26/+11 |
| | |||||
* | Encoder refactoring to fix LOC and Statistic encoders | murphy | 2011-04-20 | 2 | -8/+12 |
| | |||||
* | renamed pre_* token kinds to predefined_* | murphy | 2011-04-17 | 1 | -4/+4 |
| | |||||
* | added more basic tests, cleanups | murphy | 2011-03-07 | 3 | -10/+187 |
| | |||||
* | 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. | ||||
* | Remove tests that belong into the new test/unit folder. | murphy | 2010-06-29 | 3 | -216/+0 |
| |