Commit Graph

153 Commits

Author SHA1 Message Date
phiresky
d8d3abefa8 windows fix attempt 1 2020-01-10 12:25:07 +01:00
phiresky
52690418cc
Update README.md
link to specific homebrow formula
2019-10-03 19:35:46 +02:00
phiresky
40ea8670be
Merge pull request #29 from filalex77/patch-2
Add Homebrew instructions to README.md
2019-09-24 12:54:18 +02:00
Oleksii Filonenko
7ed47a0541
Add Homebrew instructions to README.md
Close #9.
2019-09-24 09:35:02 +03:00
phiresky
763d26ac7f (cargo-release) start next development iteration 0.9.3 2019-09-19 22:13:12 +02:00
phiresky
fb7c3c7aa4 (cargo-release) version 0.9.3 2019-09-19 22:11:49 +02:00
phiresky
20caf5d29a
Update README.md
need Rust 1.36 due to #25
2019-07-29 13:09:34 +02:00
phiresky
45580efa2d
Merge pull request #25 from filalex77/update-rusqlite
Update rusqlite to 0.20.0
2019-07-28 15:42:56 +02:00
Oleksii Filonenko
9c3936ed65
Bump minimum Rust version to latest stable 2019-07-28 11:50:07 +03:00
Oleksii Filonenko
9d6cea3d40
Fix SqlAdapter::format_blob (rusqlite API change)
https://docs.rs/rusqlite/0.20.0/rusqlite/types/enum.ValueRef.html#method.as_str
2019-07-27 23:00:28 +03:00
Oleksii Filonenko
611fba3755
Update rusqlite to 0.20.0
Fixes #22.
2019-07-27 12:19:02 +03:00
phiresky
bf9e555967
Merge pull request #24 from filalex77/patch-1
Change rusqlite version to "0" (semver)
2019-07-27 00:41:21 +02:00
Oleksii Filonenko
1189c0c5a0
Change rusqlite version to "0" (semver)
`rusqlite` fixed a build error in [0.19.0](https://github.com/jgallagher/rusqlite/releases/tag/0.19.0), which is needed to build `ripgrep-all`.

As it seems that `rusqlite` currently updates major versions and is not stable, there is a reason to depend on 0.x.x versions for it.
2019-07-26 20:08:20 +03:00
phiresky
a9a0cb81c0
Update README.md 2019-07-03 12:42:01 +02:00
phiresky
b75b8ee4be
Merge pull request #19 from nicoulaj/patch-2
Fix error message mentionning graphicsmagick instead of imagemagick
2019-06-24 19:27:58 +02:00
Julien Nicoulaud
6d2df9162c
Fix error message mentionning graphicsmagick instead of imagemagick 2019-06-24 10:47:22 +02:00
phiresky
0f1058c4d2
Merge pull request #18 from svenstaro/patch-1
Fix typo
2019-06-23 21:48:08 +02:00
Sven-Hendrik Haase
3745f1b2a5
Fix typo 2019-06-23 07:02:25 +02:00
phiresky
b9d27c0557 Merge branch 'windows' 2019-06-19 16:14:58 +02:00
phiresky
a7fb6a736c (cargo-release) start next development iteration 0.9.2 2019-06-19 16:09:48 +02:00
phiresky
f743ecf338 disable cargo caching again 2019-06-19 16:08:36 +02:00
phiresky
002a5e3756 add msvc redistributable to readme 2019-06-19 16:07:49 +02:00
phiresky
0331aaa511 (cargo-release) version 0.9.2 2019-06-19 15:41:50 +02:00
phiresky
da698b59e6
Merge pull request #16 from phiresky/windows
Windows support and fixes
2019-06-19 15:31:59 +02:00
phiresky
ab74b65c71 fix linux release 2019-06-19 15:30:33 +02:00
phiresky
04aea49136 readd other platforms, fix windows 2019-06-19 10:58:02 +02:00
phiresky
4216815ba8 -.- 2019-06-19 00:44:26 +02:00
phiresky
8f651cbb08 add rg binary to windows release 2019-06-18 23:57:57 +02:00
phiresky
ecf21584d5 use 7z cause travis apparently does not have zip 2019-06-18 23:49:36 +02:00
phiresky
e4c0cb8349 add windows dependencies and update readme 2019-06-18 22:54:31 +02:00
phiresky
9201add7e0 use exitfailure for cleaner fail output 2019-06-18 21:39:33 +02:00
phiresky
57115923af windows binaries are .exe 2019-06-18 18:05:44 +02:00
phiresky
9b552178f7 cache cargo cause i don't have time to wait every time 2019-06-18 16:30:22 +02:00
phiresky
268c313c2f fix test on windows 2019-06-18 16:20:50 +02:00
phiresky
6245e4921d windows util 2019-06-18 15:47:23 +02:00
phiresky
43ab7df614 add branch to travis 2019-06-18 15:34:12 +02:00
phiresky
b3360da107 add windows to travis (broken) 2019-06-18 15:27:59 +02:00
phiresky
9c285670fd shorten debug output on failure (#7) 2019-06-18 12:15:12 +02:00
phiresky
29b8f1dee4 bring utf16 decoding to parity with ripgrep 2019-06-18 12:13:37 +02:00
phiresky
89fb6cc1a9 fix file ending regex (#13) 2019-06-17 13:00:55 +02:00
phiresky
5d887cf974
Merge pull request #11 from OpenTechStrategies/installation-instructions
Add installation instructions to README.md
2019-06-17 08:56:21 +02:00
Karl Fogel
2ff8988b3d Add installation instructions to README.md 2019-06-17 01:14:20 -05:00
phiresky
ef2e4ebf28 remove copypasted flag from appveyor.yml 2019-06-17 00:21:21 +02:00
phiresky
35048e6116 add appveyor.yml for windows binaries 2019-06-17 00:16:48 +02:00
phiresky
addb7f7060 less useless log 2019-06-16 23:46:14 +02:00
phiresky
7efd8638ce prevent panic on broken tar checksum 2019-06-16 22:48:28 +02:00
phiresky
47a59ea751 readme 2019-06-16 17:17:15 +02:00
phiresky
b3de05cc59 (cargo-release) start next development iteration 0.9.1 2019-06-16 12:20:02 +02:00
phiresky
8005457c60 (cargo-release) version 0.9.1 2019-06-16 12:19:07 +02:00
phiresky
5901cdcb5d fix cache key 2019-06-16 12:19:01 +02:00