Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Please, Github, use README.textile.v1.0.0.815pre | Kornelius Kalnbach | 2011-08-19 | 1 | -1/+1 |
| | |||||
* | trying to integrate Travis CI | Kornelius Kalnbach | 2011-08-19 | 2 | -3/+1 |
| | |||||
* | Major rewrite of encoders to support IO output; fixed some minor scanner ↵ | Kornelius Kalnbach | 2011-08-19 | 1 | -1/+1 |
| | | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests | ||||
* | add update_scanner_suite task | Kornelius Kalnbach | 2011-07-26 | 1 | -6/+13 |
| | |||||
* | cleanup rake tasks: allow running without bundler or rdoc | Kornelius Kalnbach | 2011-07-26 | 2 | -8/+16 |
| | |||||
* | automatically download scanner test suite (closes issue #128) | Kornelius Kalnbach | 2011-07-09 | 1 | -2/+9 |
| | |||||
* | new version scheme; use bundler + git for releasesv1.0.0.800pre | Kornelius Kalnbach | 2011-07-09 | 2 | -39/+2 |
| | |||||
* | use Bundler to manage dependencies; just run "bundle" to install everything ↵ | murphy | 2011-07-08 | 2 | -41/+3 |
| | | | | that CodeRay needs to test and build. | ||||
* | minor support fixes for some Ruby engines and versions | murphy | 2011-07-08 | 2 | -4/+14 |
| | |||||
* | cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/s | murphy | 2011-07-04 | 1 | -1/+1 |
| | |||||
* | issue #45: new command line interface! | murphy | 2011-06-17 | 1 | -1/+1 |
| | |||||
* | Rake task cleanups and updates. Not living in the past any more. | murphy | 2011-06-12 | 2 | -11/+23 |
| | |||||
* | more task cleanups; speedup Rakefile loading | murphy | 2011-06-12 | 2 | -1/+4 |
| | |||||
* | cleaning up gem tasks | murphy | 2011-06-12 | 1 | -71/+40 |
| | |||||
* | update tasks for recent Rake versions | murphy | 2011-06-11 | 1 | -2/+2 |
| | |||||
* | updated benchmark script: use Nx param to repeat x times, KB means kilo (1000) | murphy | 2011-04-17 | 1 | -1/+1 |
| | |||||
* | remove deprecated has_rdoc spec | murphy | 2011-04-12 | 1 | -1/+0 |
| | |||||
* | removed all ruby engine tasks (use rvm), added ruby:version task to show the ↵ | murphy | 2011-03-07 | 1 | -52/+10 |
| | | | | current engine | ||||
* | added bin folder to the statistics | murphy | 2011-03-07 | 1 | -0/+1 |
| | |||||
* | removed test:all tasks - using rvm now. | murphy | 2011-03-07 | 1 | -53/+3 |
| | |||||
* | Fixed code statistics (added executable and unit tests, removed double ↵ | murphy | 2010-06-29 | 1 | -3/+5 |
| | | | | counting of coderay.rb). | ||||
* | Added lots of unit tests. | murphy | 2010-06-29 | 1 | -1/+25 |
| | | | | 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. | ||||
* | Updated generate:scanner task to include .debug.diff.html files in svn:ignore. | murphy | 2010-06-15 | 1 | -1/+1 |
| | |||||
* | Added coderay executable tests. | murphy | 2010-06-11 | 1 | -1/+6 |
| | |||||
* | Added 191 task, added 191 and 187 to the list of test:all Ruby versions. | murphy | 2010-04-28 | 3 | -2/+6 |
| | |||||
* | diff task now supports repositories which have a folder named "diff". | murphy | 2010-04-28 | 1 | -7/+12 |
| | |||||
* | gem task: Make automatic beta recognition and pre switch play nice together. | murphy | 2010-04-02 | 1 | -4/+3 |
| | |||||
* | Upporting changes from 0.9.2 (vs. 0.9.1). | murphy | 2010-03-31 | 6 | -103/+91 |
| | |||||
* | test:clean task removes debug.diff.html too. | murphy | 2010-03-26 | 1 | -0/+3 |
| | |||||
* | Documentation: Don't include protected and private methods, and handle ↵ | murphy | 2010-01-20 | 1 | -2/+2 |
| | | | | coderay.rb last (fixes some issues). | ||||
* | Cleanup *.debug.diff files in test:clean task. | murphy | 2010-01-20 | 1 | -0/+3 |
| | |||||
* | Cleanup for gem.rake: more intelligent, removed obsolete code. | murphy | 2010-01-01 | 1 | -37/+8 |
| | |||||
* | Cleaning up functional tests; test:functional scans without loading Rubygems ↵ | murphy | 2010-01-01 | 1 | -1/+7 |
| | | | | now. | ||||
* | Preparing for 0.9.1. | murphy | 2009-12-31 | 1 | -2/+4 |
| | |||||
* | Fixed example tests. | murphy | 2009-12-31 | 1 | -1/+4 |
| | | | | | | | | | | | * test:clean task also deletes .expected.html files * LinesOfCode encoder can deal with tokens that have no scanner. Tests were added for this. * JSON encoder load rubygems if necessary. * NEW :loc as an alias for :lines_of_code * NEW Scanner methods marshal_dump, marshal_load FIXED Tokens dumping (failed while trying to dump @scanner) | ||||
* | Fixing rake task names. | murphy | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | New rake tasks test:scanner:lang for every language. | murphy | 2009-12-30 | 1 | -1/+12 |
| | |||||
* | Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to ↵ | murphy | 2009-12-28 | 2 | -1/+4 |
| | | | | trunk. | ||||
* | RubyEE no longer included in test:all. | murphy | 2009-04-22 | 1 | -1/+1 |
| | | | | | It always reacts the same way as my default Ruby 1.8. | ||||
* | Fixed generate:scanner task; it now also sets the file_extension. | murphy | 2009-04-14 | 1 | -2/+3 |
| | | | | | | | For example, to create a stub for the Python Scanner, I can use: rake generate:scanner NAME=python BASE=c EXT=py | ||||
* | Added a generate:scanner task for easy Scanner generation. | murphy | 2009-04-14 | 1 | -0/+74 |
| | | | | | | | | | | It automates: * generation of a new scanner class based on an existing scanner (JSON scanner as default) * generation and initialization of a test suite folder * addition of the generated files to SVN It also helps a bit with _map.rb and file_type.rb, but is not editing the files. | ||||
* | Fixed highlighting in documentation (#86). | murphy | 2009-02-20 | 1 | -1/+1 |
| | |||||
* | Fixed a bug in for_redcloth.rb (closes #87). | murphy | 2009-02-18 | 1 | -0/+16 |
| | | | | | | * No more closing PRE tags in RedCloth output. * Added j, j19, and test:functional:all tasks. | ||||
* | Fixed documentation of CodeRay module (was not included by doc task). | murphy | 2009-02-07 | 1 | -0/+1 |
| | |||||
* | Updated version number (to 0.9.0) and gem information. | murphy | 2009-02-06 | 1 | -5/+5 |
| | |||||
* | Added test:all rake task for testing CodeRay on all platforms. | murphy | 2009-01-13 | 1 | -26/+43 |
| | |||||
* | Fixed gem task. | murphy | 2009-01-12 | 1 | -2/+2 |
| | |||||
* | Added rake task to copy the generated documentation over to the CodeRay website. | murphy | 2009-01-12 | 1 | -0/+5 |
| | |||||
* | Fixed documentation links. | murphy | 2009-01-12 | 1 | -1/+1 |
| | |||||
* | Fixed documentation, moved README into lib folder. | murphy | 2009-01-05 | 1 | -25/+5 |
| |