summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fixing testsKornelius Kalnbach2017-01-152-4/+4
| * | | Merge branch 'master' of github.com:rubychan/coderayKornelius Kalnbach2017-01-151-0/+1
| |\ \ \
| | * \ \ Merge pull request #203 from junaruga/feature/add-ruby-2.4-on-travisKornelius Kalnbach2017-01-151-0/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Add Ruby 2.4.0 test to Travis CI.Jun Aruga2017-01-101-0/+1
| | |/ /
* | | | starting with SimpleScannerKornelius Kalnbach2017-04-094-0/+545
* | | | working towards DSL scannerKornelius Kalnbach2017-04-097-0/+1021
* | | | default set(:flag) to trueKornelius Kalnbach2017-01-151-2/+2
* | | | Merge branch 'possible-speedups' into dslKornelius Kalnbach2016-12-282-4/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into possible-speedupsKornelius Kalnbach2016-12-282-4/+8
| |\ \ \ | | |/ /
| | * | tweak benchmark numbers, improve accuracyKornelius Kalnbach2016-12-282-4/+8
| | |/
* | | Merge branch 'possible-speedups' into dslKornelius Kalnbach2016-06-137-55/+48
|\ \ \ | |/ /
| * | fix testsKornelius Kalnbach2016-06-134-12/+29
| * | don't escape /Kornelius Kalnbach2016-06-131-1/+1
| * | speedup plugin lookupKornelius Kalnbach2016-06-131-5/+15
| * | use EscapeUtilsKornelius Kalnbach2016-06-072-38/+4
* | | update version; this will be CodeRay 2Kornelius Kalnbach2016-06-041-1/+1
* | | Merge branch 'possible-speedups' into dslKornelius Kalnbach2016-06-046-38/+57
|\ \ \ | |/ /
| * | Merge branch 'master' into possible-speedupsKornelius Kalnbach2016-06-0416-337/+375
| |\ \ | | |/
| * | Merge branch 'master' into possible-speedupsKornelius Kalnbach2016-02-139-12/+40
| |\ \
| * \ \ Merge branch 'master' into possible-speedupsKornelius Kalnbach2015-12-242-2/+2
| |\ \ \
| * \ \ \ Merge branch 'master' into possible-speedupsKornelius Kalnbach2014-12-187-30/+29
| |\ \ \ \
| * | | | | don't escape " in HTMLKornelius Kalnbach2013-11-205-12/+11
| * | | | | even less API changesKornelius Kalnbach2013-10-032-3/+2
| * | | | | don't break old APIKornelius Kalnbach2013-10-031-12/+13
| * | | | | Merge branch 'master' into possible-speedupsKornelius Kalnbach2013-09-2047-3015/+0
| |\ \ \ \ \
| * | | | | | cleanup changes into make_escape_cacheKornelius Kalnbach2013-09-201-16/+27
| * | | | | | Merge branch 'master' into possible-speedupsKornelius Kalnbach2013-09-073-36/+59
| |\ \ \ \ \ \
| * | | | | | | cache escaped tokens, reduce HTML enc setup timeKornelius Kalnbach2013-08-313-28/+37
* | | | | | | | Merge branch 'master' into dslKornelius Kalnbach2016-06-045-70/+79
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | add changelogKornelius Kalnbach2016-06-021-0/+4
| * | | | | | | revert some changes not related to #195Kornelius Kalnbach2016-06-022-1/+2
| * | | | | | | Removed double lineJohnny Willemsen2016-05-301-1/+0
| * | | | | | | Removed merge issueJohnny Willemsen2016-05-301-1/+0
| * | | | | | | Moved final from keywords to directiveJohnny Willemsen2016-05-301-2/+2
| * | | | | | | Merged upstreamJohnny Willemsen2016-05-301-5/+5
| |\ \ \ \ \ \ \
| | * | | | | | | tweaking list of Rubies for CIKornelius Kalnbach2016-05-291-4/+4
| * | | | | | | | Shouldn't have removed the jruby linesJohnny Willemsen2016-05-271-0/+2
| * | | | | | | | Allow failures with jruby 18 and 19 mode, RedCloth has a known problem, see h...Johnny Willemsen2016-05-271-2/+2
| * | | | | | | | Add env setting to allow C extensions which are not allowed by default anymor...Johnny Willemsen2016-05-271-0/+3
| * | | | | | | | Fixed mergeJohnny Willemsen2016-05-271-1/+0
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | fix Windows line breaks in FOLDERS fileKornelius Kalnbach2016-04-031-48/+48
| * | | | | | | | Merge branch 'master' of https://github.com/rubychan/coderayJohnny Willemsen2016-04-031-1/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | fix tests for Ruby 1.8Kornelius Kalnbach2016-04-031-1/+1
| * | | | | | | | Small changes to grouping of new C++11 keywordsJohnny Willemsen2016-03-131-4/+4
| * | | | | | | | Fixed typoJohnny Willemsen2016-03-111-48/+48
| * | | | | | | | Add C++11 keywordsJohnny Willemsen2016-03-101-16/+18
| |/ / / / / / /
* | | | | | | | Merge branch 'master' into dslKornelius Kalnbach2016-03-121-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Use SVG badgesv1.1.1Kornelius Kalnbach2016-02-201-3/+3
* | | | | | | | remove templates, yay!Kornelius Kalnbach2016-02-146-146/+46
* | | | | | | | some more variables that are set by the scannerKornelius Kalnbach2016-02-141-1/+1