Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-08-03 15:18:04 -0700 (Sun, 03 Aug 2003)
Revision: 133
Log message:

      Added the progress bar that Aleksey was talking about.
      

Changes  Path
Properties omake-branches/piped_exec_policy
+0 -4 omake-branches/piped_exec_policy/.cvsignore
+7 -1 omake-branches/piped_exec_policy/Files
Added omake-branches/piped_exec_policy/lm_dl_list.ml
Properties omake-branches/piped_exec_policy/lm_dl_list.ml
Added omake-branches/piped_exec_policy/lm_dl_list.mli
Properties omake-branches/piped_exec_policy/lm_dl_list.mli
+51 -33 omake-branches/piped_exec_policy/src/build/omake_build.ml
+3 -1 omake-branches/piped_exec_policy/src/build/omake_build_type.ml
+55 -76 omake-branches/piped_exec_policy/src/exec/omake_exec.ml
+13 -11 omake-branches/piped_exec_policy/src/exec/omake_exec_local.ml
Added omake-branches/piped_exec_policy/src/exec/omake_exec_print.ml
Properties omake-branches/piped_exec_policy/src/exec/omake_exec_print.ml
Added omake-branches/piped_exec_policy/src/exec/omake_exec_print.mli
Properties omake-branches/piped_exec_policy/src/exec/omake_exec_print.mli
+6 -6 omake-branches/piped_exec_policy/src/exec/omake_exec_remote.ml
+3 -2 omake-branches/piped_exec_policy/src/exec/omake_exec_type.ml
+1 -0 omake-branches/piped_exec_policy/src/ir/omake_cache_type.ml
+9 -0 omake-branches/piped_exec_policy/src/ir/omake_command.ml
+4 -0 omake-branches/piped_exec_policy/src/ir/omake_command.mli
+5 -3 omake-branches/piped_exec_policy/src/ir/omake_state.ml
+11 -5 omake-branches/piped_exec_policy/src/main/omake_main.ml
+1 -0 omake-branches/piped_exec_policy/src/util/omake_marshal.ml