Commit Graph

173 Commits

Author SHA1 Message Date
Matt Green
69eedd4cc5 rustfmt fixes 2016-10-30 12:28:54 -04:00
Matt Green
d859b4b70e Drop threadpool dep (was spawning threads over and over) 2016-10-30 12:28:11 -04:00
Matt Green
2d7715f8d7 Merge pull request #20 from craftytrickster/common-prefix
Creating method to update the watch_exec variable with the greatest c…
2016-10-30 10:06:40 -04:00
David Raifaizen
8713140a4e Creating method to update the watch_exec variable with the greatest common path found among the changed filepaths 2016-10-29 14:39:48 -04:00
Matt Green
3ed6906aa4 Package man page and LICENSE with executable 2016-10-29 13:16:31 -04:00
Matt Green
22bfb44868 Man page refinements 2016-10-29 13:12:48 -04:00
Matt Green
488188c6de Add man page 2016-10-29 13:08:55 -04:00
Matt Green
85f0a4aaaf Make --run-initially default, add --postpone flag to disable 2016-10-29 10:43:45 -04:00
Matt Green
9265b5eef9 1.2.3 2016-10-29 10:29:01 -04:00
Matt Green
82713fc906 Fix watching multiple dirs with differing roots 2016-10-29 10:24:31 -04:00
Matt Green
9652aeb837 Fix dotted dir default filter to only fire on dirs 2016-10-29 10:21:04 -04:00
Matt Green
a182fda43f Add NotificationFilter tests 2016-10-29 09:37:50 -04:00
Matt Green
233c6abc09 Bump version 2016-10-28 09:14:06 -04:00
Matt Green
ed865d9039 Linux: fix logspam from inotify's notification volume 2016-10-28 08:58:15 -04:00
Matt Green
672fd469a9 Reorder new() 2016-10-28 08:46:35 -04:00
Matt Green
4370d41e71 Make NotificationFilter immutable 2016-10-27 08:27:16 -04:00
Matt Green
fdc31d4b02 Fix test 2016-10-26 16:29:34 -04:00
Matt Green
0631a98429 Add test target 2016-10-26 16:29:20 -04:00
Matt Green
72a448b6e4 Bump version 2016-10-26 16:23:18 -04:00
Matt Green
e26eff226c Process module improvements, use later nix 2016-10-26 16:20:44 -04:00
Matt Green
d14ccaaa1a Fix Windows warnings 2016-10-26 11:52:00 -04:00
Matt Green
f04083a21d Use Process & ProcessReaper to handle async process waiting 2016-10-26 11:02:04 -04:00
Matt Green
1cc4d92345 PollWatcher sometimes reports directories with new/deleted files 2016-10-26 11:02:04 -04:00
Matt Green
35c1b5fe24 Merge pull request #18 from robinst/patch-1
README: Add rustup command for installing with nightly
2016-10-26 09:27:10 -04:00
Robin Stocker
52c5e9f4ce README: Add rustup command for installing with nightly
I had to figure out how to install watchexec with nightly using rustup.
A lot of people are probably not familiar with it, so include the commands.
2016-10-26 12:16:33 +11:00
Matt Green
542fdb91cb Update Homebrew formula 2016-10-25 07:50:41 -04:00
Matt Green
da46e3ffb5 Fix unused import warnings 2016-10-25 07:27:07 -04:00
Matt Green
f7771a4480 Mark process tests as Unix-only for now 2016-10-25 07:19:41 -04:00
Matt Green
50e583ca8c Some tests for the Runner module 2016-10-25 07:05:53 -04:00
Matt Green
3d3915844a Improve runner API 2016-10-25 05:47:53 -04:00
Matt Green
918fd668a5 Polishing up process group handling and handling of unresponsive child processes 2016-10-24 21:49:12 -04:00
Matt Green
d01da72e0b Forgot a #[cfg(unix)] marker on install() 2016-10-24 09:55:00 -04:00
Matt Green
0e0d14b475 Wait for FS activity to stop before proceeding; use interrupt handling 2016-10-24 09:53:06 -04:00
Matt Green
d10b790c35 Use rustfmt to fix outstanding style issues 2016-10-23 20:12:48 -04:00
Matt Green
6a812d31b4 Extract CLI arg handling to args module 2016-10-23 20:07:48 -04:00
Matt Green
7b766b1f98 Drop signal crate in favor of nix 2016-10-23 15:15:28 -04:00
Matt Green
f0d4a14e41 Fix Windows bugs relating to mutability 2016-10-22 17:05:43 -04:00
Matt Green
83b91e51d0 Refactor Runner a bit; add Drop impl for eventual use 2016-10-22 16:54:16 -04:00
Matt Green
a408975bdc Attempt fixing signal for Linux build 2016-10-22 16:12:28 -04:00
Matt Green
e67751bb56 Fix build errors on Windows 2016-10-22 15:51:17 -04:00
Matt Green
865b0b7d90 WIP: Add interrupt_handler module 2016-10-22 15:37:03 -04:00
Matt Green
5b34a5590c Remove version from Homebrew formula 2016-10-20 17:37:36 -04:00
Matt Green
1582240dbc Fix silly error 2016-10-20 14:30:05 -04:00
Matt Green
7d8f909220 Add watcher module, back to requiring nightly builds 2016-10-20 14:27:11 -04:00
Matt Green
03775b61ce No need to use before_exec() to call setpgid() 2016-10-20 12:09:51 -04:00
Matt Green
b16cbec3ee Fix compile error on Windows 2016-10-20 11:50:25 -04:00
Matt Green
8a6a540bb6 Use correct channel on AppVeyor 2016-10-20 11:45:25 -04:00
Matt Green
1f91654662 Require nightly Rust due to use of before_exec 2016-10-20 11:40:36 -04:00
Matt Green
532aed11bd Bump version to 1.2.0 2016-10-20 11:39:16 -04:00
Matt Green
f3c6df8845 Launch child processes in new process group 2016-10-20 11:38:51 -04:00