summaryrefslogtreecommitdiff
path: root/rake_tasks
Commit message (Collapse)AuthorAgeFilesLines
* remove outdated, misleading and buggy "samples"Kornelius Kalnbach2013-09-201-6/+0
|
* cleanup benchmark script (finally!)Kornelius Kalnbach2013-06-301-2/+1
|
* cleanup rake tasksKornelius Kalnbach2013-06-134-118/+0
|
* cleanup rake_helpers, samplesKornelius Kalnbach2013-06-133-2/+173
|
* minor tweaks to generator and scanner edge casesKornelius Kalnbach2013-03-111-2/+2
|
* upgrade generate:scanner taskKornelius Kalnbach2013-03-101-13/+10
|
* Merge branch 'master' into fix-rdocKornelius Kalnbach2013-03-101-13/+22
|\
| * cleanups, helpful message when old svn checkout is foundKornelius Kalnbach2012-10-281-20/+27
| |
| * use github for coderay-test-scannersNathan Youngman2012-10-281-14/+16
| |
* | fixing rdoc taskKornelius Kalnbach2012-10-071-5/+6
|/
* Please, Github, use README.textile.v1.0.0.815preKornelius Kalnbach2011-08-191-1/+1
|
* trying to integrate Travis CIKornelius Kalnbach2011-08-192-3/+1
|
* Major rewrite of encoders to support IO output; fixed some minor scanner ↵Kornelius Kalnbach2011-08-191-1/+1
| | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests
* add update_scanner_suite taskKornelius Kalnbach2011-07-261-6/+13
|
* cleanup rake tasks: allow running without bundler or rdocKornelius Kalnbach2011-07-262-8/+16
|
* automatically download scanner test suite (closes issue #128)Kornelius Kalnbach2011-07-091-2/+9
|
* new version scheme; use bundler + git for releasesv1.0.0.800preKornelius Kalnbach2011-07-092-39/+2
|
* use Bundler to manage dependencies; just run "bundle" to install everything ↵murphy2011-07-082-41/+3
| | | | that CodeRay needs to test and build.
* minor support fixes for some Ruby engines and versionsmurphy2011-07-082-4/+14
|
* cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/smurphy2011-07-041-1/+1
|
* issue #45: new command line interface!murphy2011-06-171-1/+1
|
* Rake task cleanups and updates. Not living in the past any more.murphy2011-06-122-11/+23
|
* more task cleanups; speedup Rakefile loadingmurphy2011-06-122-1/+4
|
* cleaning up gem tasksmurphy2011-06-121-71/+40
|
* update tasks for recent Rake versionsmurphy2011-06-111-2/+2
|
* updated benchmark script: use Nx param to repeat x times, KB means kilo (1000)murphy2011-04-171-1/+1
|
* remove deprecated has_rdoc specmurphy2011-04-121-1/+0
|
* removed all ruby engine tasks (use rvm), added ruby:version task to show the ↵murphy2011-03-071-52/+10
| | | | current engine
* added bin folder to the statisticsmurphy2011-03-071-0/+1
|
* removed test:all tasks - using rvm now.murphy2011-03-071-53/+3
|
* Fixed code statistics (added executable and unit tests, removed double ↵murphy2010-06-291-3/+5
| | | | counting of coderay.rb).
* Added lots of unit tests.murphy2010-06-291-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.murphy2010-06-151-1/+1
|
* Added coderay executable tests.murphy2010-06-111-1/+6
|
* Added 191 task, added 191 and 187 to the list of test:all Ruby versions.murphy2010-04-283-2/+6
|
* diff task now supports repositories which have a folder named "diff".murphy2010-04-281-7/+12
|
* gem task: Make automatic beta recognition and pre switch play nice together.murphy2010-04-021-4/+3
|
* Upporting changes from 0.9.2 (vs. 0.9.1).murphy2010-03-316-103/+91
|
* test:clean task removes debug.diff.html too.murphy2010-03-261-0/+3
|
* Documentation: Don't include protected and private methods, and handle ↵murphy2010-01-201-2/+2
| | | | coderay.rb last (fixes some issues).
* Cleanup *.debug.diff files in test:clean task.murphy2010-01-201-0/+3
|
* Cleanup for gem.rake: more intelligent, removed obsolete code.murphy2010-01-011-37/+8
|
* Cleaning up functional tests; test:functional scans without loading Rubygems ↵murphy2010-01-011-1/+7
| | | | now.
* Preparing for 0.9.1.murphy2009-12-311-2/+4
|
* Fixed example tests.murphy2009-12-311-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.murphy2009-12-301-2/+2
|
* New rake tasks test:scanner:lang for every language.murphy2009-12-301-1/+12
|
* Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to ↵murphy2009-12-282-1/+4
| | | | trunk.
* RubyEE no longer included in test:all.murphy2009-04-221-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.murphy2009-04-141-2/+3
| | | | | | | For example, to create a stub for the Python Scanner, I can use: rake generate:scanner NAME=python BASE=c EXT=py