1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/ci
Andrew Gallant 1f70e9187c deps: update regex crate
This update brings with it a new feature of the regex crate which will
now use SIMD optimizations automatically at runtime with no necessary
compile time flags. All that's needed is to enable the `unstable` feature.

Other crates, such as bytecount and encoding_rs, are still using the
old-style SIMD support, so we leave the simd-accel and avx-accel features.
However, the binaries we distribute on Github no longer have those
features enabled, which makes them truly portable.

Fixes #135
2018-03-12 23:21:42 -04:00
..
before_deploy.sh deps: update regex crate 2018-03-12 23:21:42 -04:00
install.sh ci: fix man page generation on macOS 2018-02-20 20:55:12 -05:00
script.sh ci: build man page on ARM cross-compile 2018-02-20 20:05:55 -05:00
sha256.sh ci: cleanup 2018-02-06 12:07:59 -05:00
test_complete.sh Update test_complete to source completion function for more reliable options parsing 2017-07-26 09:30:14 -04:00
utils.sh ci: update deployment for doc rearrangement 2018-02-10 12:12:47 -05:00