summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
AgeCommit message (Collapse)Author
2016-10-29fix appveyor, sighAndrew Gallant
2016-10-29Move all gitignore matching to separate crate.Andrew Gallant
This PR introduces a new sub-crate, `ignore`, which primarily provides a fast recursive directory iterator that respects ignore files like gitignore and other configurable filtering rules based on globs or even file types. This results in a substantial source of complexity moved out of ripgrep's core and into a reusable component that others can now (hopefully) benefit from. While much of the ignore code carried over from ripgrep's core, a substantial portion of it was rewritten with the following goals in mind: 1. Reuse matchers built from gitignore files across directory iteration. 2. Design the matcher data structure to be amenable for parallelizing directory iteration. (Indeed, writing the parallel iterator is the next step.) Fixes #9, #44, #45
2016-10-10Update appveyor to test subcrates.Andrew Gallant
2016-09-29AppVeyor: Change release description to fit Travis binariesRĂ©mi Verschelde
2016-09-21grrr fix appveyor deployment filterAndrew Gallant
2016-09-21attempt to fix Windows buildAndrew Gallant
2016-09-08update project name0.0.15Andrew Gallant
2016-09-08Rename xrep to ripgrep.Andrew Gallant
2016-09-05update appveyor0.0.10Andrew Gallant
2016-09-05windows debug, take 10.0.8Andrew Gallant
2016-09-05windows, take 30.0.5Andrew Gallant
2016-09-05windows, take 20.0.4Andrew Gallant
2016-09-05setting up windows, take 10.0.3Andrew Gallant
2016-02-27initial commitAndrew Gallant