phiresky
b5bb7fd2ac
(cargo-release) start next development iteration 0.9.5-alpha.0
2020-04-08 13:15:31 +02:00
phiresky
1dc88383b2
(cargo-release) version 0.9.4
2020-04-08 13:15:18 +02:00
phiresky
3c0dcda43f
windows build still broken, do i care?
2020-04-08 13:14:13 +02:00
phiresky
a19a1d97a4
windows: use gnu. pending https://github.com/msys2/MINGW-packages/issues/4409
2020-04-08 13:12:12 +02:00
phiresky
9b00466d12
windows: try to use msvc
2020-04-08 13:00:38 +02:00
phiresky
38d4abff4a
windows use gnu
2020-04-08 12:48:58 +02:00
phiresky
32c3431837
upgrade dependencies, lints
2020-04-08 12:47:42 +02:00
phiresky
9f11906151
change binary search path, fix #32
2020-04-08 12:40:45 +02:00
phiresky
da10b5c1c9
allow mime type matching for pdf ( #39 )
2020-04-08 12:33:48 +02:00
phiresky
235ee0a6bd
Merge pull request #35 from smokris/mac-cache
...
In readme and built-in help, add cache location on macOS and Windows
2020-01-13 18:22:13 +01:00
Steve Mokris
5bef602958
In readme and built-in help, add cache location on macOS and Windows.
2020-01-12 20:25:28 -05: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