Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-07-10 19:27:28 -0700 (Sat, 10 Jul 2004)
Revision: 416
Log message:

      Added polling support as Aleksey suggested in bug #228.
      Currently only on Linux.  I'll see what I can do about Win32.
      I have no idea about OS X.
      
      To use it, run "omake -p".  This implies the -k option.
      When the build is done, it polls the filesystem for changes.
      When a change is made, the changed files are rebuilt.
      

Changes  Path
+7 -0 omake-branches/thread_select/Files
+14 -4 omake-branches/thread_select/Makefile.in
+13 -2 omake-branches/thread_select/OMakefile.in
+3 -0 omake-branches/thread_select/configure.in
+63 -0 omake-branches/thread_select/libmojave.m4
Added omake-branches/thread_select/omake_thread_null.ml
Properties omake-branches/thread_select/omake_thread_null.ml
+123 -21 omake-branches/thread_select/src/build/omake_build.ml
+2 -0 omake-branches/thread_select/src/build/omake_build_type.ml
Added omake-branches/thread_select/src/clib/omake_notify.c
Properties omake-branches/thread_select/src/clib/omake_notify.c
+11 -0 omake-branches/thread_select/src/ir/omake_cache.ml
+1 -0 omake-branches/thread_select/src/ir/omake_cache.mli
+2 -1 omake-branches/thread_select/src/ir/omake_options_type.ml
+6 -1 omake-branches/thread_select/src/ir/omake_state.ml
Added omake-branches/thread_select/src/util/omake_notify.ml
Properties omake-branches/thread_select/src/util/omake_notify.ml
Added omake-branches/thread_select/src/util/omake_notify.mli
Properties omake-branches/thread_select/src/util/omake_notify.mli