Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spell check language. | thdox | 2014-05-18 | 1 | -1/+1 |
| | | | | | | | | I am on a non English based system, and when spell check starts it uses by default my language that is not English. This fix should work on Linux and Mac OS. I doubt it will work on Windows, but anyway spellcheck.sh is a development tool and the base of our developers are on Unix based systems. | ||||
* | gendocs: use hombrew texinfo on mac if installed | Alexis Hildebrandt | 2014-04-27 | 1 | -0/+8 |
| | | | | | | | | The default texinfo (4.8) on Mac OS X shows odd warnings from a sed call and generates verbatim html tags in links if the part of the link was marked with @command{}. With a current version of texinfo (5.2) these oddities are gone. [ci skip] | ||||
* | gendocs: make html documentation | Alexis Hildebrandt | 2014-04-27 | 1 | -0/+2 |
| | | | [ci skip] | ||||
* | gendocs: add option to choose pdf papersize | Alexis Hildebrandt | 2014-04-27 | 1 | -1/+15 |
| | | | | | The default will be US Letter [ci skip] | ||||
* | Update tools/build.sh | John Wiegley | 2014-04-13 | 1 | -2/+2 |
| | |||||
* | Make spellcheck.sh tool callable from anywhere | Alexis Hildebrandt | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | build.sh now installs into Homebrew's Cellar | John Wiegley | 2013-01-30 | 1 | -0/+1 |
| | |||||
* | Added --quiet options to clean up the texi2pdt output | Craig Earls | 2012-10-19 | 1 | -1/+1 |
| | |||||
* | Added -N/--ninja option to acprep | John Wiegley | 2012-09-27 | 1 | -1/+1 |
| | |||||
* | Changes to support using homebrew and ninja | John Wiegley | 2012-09-26 | 1 | -6/+6 |
| | |||||
* | Updated to Boost 1.50 | John Wiegley | 2012-07-30 | 1 | -7/+10 |
| | |||||
* | Build fixes to acprep and build.sh | John Wiegley | 2012-05-25 | 1 | -6/+9 |
| | |||||
* | A few more CMake-related fixes | John Wiegley | 2012-05-20 | 2 | -18/+19 |
| | |||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 3 | -2596/+0 |
| | |||||
* | Switched to Boost.PropertyTree for XML generation | John Wiegley | 2012-05-18 | 1 | -2/+2 |
| | |||||
* | Switch to using Boost.Format | John Wiegley | 2012-05-14 | 1 | -2/+0 |
| | |||||
* | More configuration fixes | John Wiegley | 2012-05-10 | 1 | -26/+26 |
| | |||||
* | Don't run the proof build against Clang for now | John Wiegley | 2012-05-07 | 1 | -10/+10 |
| | |||||
* | Added support for building with Clang and libc++ in C++11 | John Wiegley | 2012-04-28 | 1 | -0/+28 |
| | |||||
* | Fixes to the proofing process | John Wiegley | 2012-04-27 | 1 | -2/+2 |
| | |||||
* | Added a build script | John Wiegley | 2012-04-25 | 1 | -0/+8 |
| | |||||
* | Proof using both GCC and Clang | John Wiegley | 2012-04-13 | 1 | -1/+8 |
| | |||||
* | Started work on a "views" report document model | John Wiegley | 2012-04-08 | 1 | -0/+2 |
| | |||||
* | Added test/python to EXTRA_DIST | John Wiegley | 2012-03-30 | 1 | -0/+1 |
| | |||||
* | Minor changes to tools/proof | John Wiegley | 2012-03-30 | 1 | -4/+3 |
| | |||||
* | Allow serialization to be enabled again | John Wiegley | 2012-03-29 | 1 | -31/+137 |
| | |||||
* | Output date to proof log | John Wiegley | 2012-03-19 | 1 | -1/+3 |
| | |||||
* | libgmalloc is no longer available on OS X Lion | John Wiegley | 2012-03-17 | 1 | -2/+2 |
| | |||||
* | Package src/context.h into the final dist | John Wiegley | 2012-03-17 | 1 | -0/+1 |
| | |||||
* | Add experimental support for select queries | John Wiegley | 2012-03-13 | 1 | -0/+2 |
| | |||||
* | Don't do fullcheck with --gmalloc anymore | John Wiegley | 2012-03-09 | 1 | -4/+4 |
| | |||||
* | Removed unused file series.h | John Wiegley | 2012-03-07 | 1 | -1/+0 |
| | |||||
* | Send myself e-mail after a successful proof build | John Wiegley | 2012-03-06 | 1 | -4/+2 |
| | |||||
* | Add support for valuation expressions on commodities | John Wiegley | 2012-03-05 | 1 | -29/+12 |
| | |||||
* | Switched to using Boost.Graph for commodity pricing | John Wiegley | 2012-03-05 | 1 | -0/+2 |
| | |||||
* | Fixed invocation of lambda expressions | John Wiegley | 2012-03-05 | 1 | -2/+2 |
| | | | | | | | | | 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) | ||||
* | Proof both the Python and non-Python variants | John Wiegley | 2012-03-02 | 1 | -2/+6 |
| | |||||
* | Build Python support during proof builds | John Wiegley | 2012-03-02 | 1 | -1/+1 |
| | |||||
* | Use Clang to do proof builds | John Wiegley | 2012-03-02 | 1 | -1/+1 |
| | |||||
* | Makefile fix | John Wiegley | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Added a new 'python' directive | John Wiegley | 2012-03-01 | 1 | -5/+11 |
| | |||||
* | Started writing Python unit tests | John Wiegley | 2012-03-01 | 1 | -0/+1 |
| | |||||
* | Added skeletons for Python unit tests | John Wiegley | 2012-02-29 | 1 | -2/+2 |
| | |||||
* | Added e-mail notifications to tools/proof | John Wiegley | 2012-02-24 | 1 | -1/+12 |
| | |||||
* | Replaced missing } | John Wiegley | 2012-02-19 | 1 | -1/+1 |
| | |||||
* | Updated tools/proof | John Wiegley | 2012-02-19 | 1 | -28/+29 |
| | |||||
* | Don't build doxygen docs in tools/proof | John Wiegley | 2012-02-17 | 1 | -1/+4 |
| | |||||
* | Moved some files into their right locations | John Wiegley | 2012-02-10 | 3 | -0/+13 |
| | |||||
* | Added tools/genuuid | John Wiegley | 2011-10-11 | 1 | -0/+28 |
| | |||||
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -2/+2 |
| |