about summary refs log tree commit diff
path: root/pkgs/development/tools/watchman
Commit message (Collapse)AuthorAge
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* watchman: remove cf-privateDaiderd Jordan2019-07-03
|
* watchman: add fsevents supportMatthew Bauer2018-05-16
| | | | | | macOS needs apple sdks for fsevents support Fixes #14309
* watchman: 4.7.0 -> 4.9.0WilliButz2017-08-24
|
* watchman: 4.5.0 -> 4.7.0Graham Christensen2016-12-13
|
* Watchman: 4.3.0 => 4.5.0Wout Mertens2016-02-24
|
* watchman: 4.1.0 -> 4.3.0Charles Strahan2016-01-28
| | | | | * improved handling of case insensitive filenames * improved reliability of symlink change detection on osx
* watchman: 3.0.0 -> 4.1.0Charles Strahan2015-10-23
|
* watchman: update to 3.0.0Charles Strahan2015-01-13
|
* Many minor fixes to get things building after recent compiler changesJohn Wiegley2014-08-10
|
* watchman: new packageCharles Strahan2014-07-06
This adds `watchman`, a CLI utility that watches files and takes action when they change.