ledger/tools
John Wiegley c8c2a17e28 Fixed invocation of lambda expressions
foo = x, y, z -> print(x, y, z)
  foo(1, 2, 3)

However, this still does not work:

  (x, y, z -> print(x, y, z))(1, 2, 3)
2012-03-05 05:03:51 -06:00
..
autogen.sh Moved autoconf-related files into tools 2009-10-30 18:38:09 -04:00
average Added a tools/ subdirectory, with various maintainer related files. 2009-01-31 06:00:31 -04:00
cleanup.sh Moved some files into their right locations 2012-02-10 09:36:37 -10:00
configure.ac Cleanup whitespace 2011-08-18 14:48:38 -04:00
excludes Use Boost.Test instead of CppUnit 2011-02-04 03:43:33 -05:00
gendocs.sh Moved some files into their right locations 2012-02-10 09:36:37 -10:00
genuuid Added tools/genuuid 2011-10-11 15:32:53 -05:00
Makefile.am Makefile fix 2012-03-01 21:39:23 -06:00
pre-commit Minor corrections to tools/pre-commit 2010-06-12 00:30:00 -04:00
proof Fixed invocation of lambda expressions 2012-03-05 05:03:51 -06:00
push Remove use of --enable-cache in tools/push 2010-06-23 19:30:59 -04:00
rename.sh The Great Renaming 2009-02-23 18:45:41 -04:00
speed-test.sh Improvements to tools/speed-test.sh 2010-06-17 23:34:24 -04:00
speedcmp Added a tools/ subdirectory, with various maintainer related files. 2009-01-31 06:00:31 -04:00
spellcheck.sh Moved some files into their right locations 2012-02-10 09:36:37 -10:00
times.sh Added LedgerHarness.py, to simplify test creation 2009-02-28 05:37:49 -04:00