summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* [util] Add script to update copyright yearAlexis Hildebrandt2016-01-021-0/+36
| | | | [ci skip]
* [travis] Add multi-os build configurationAlexis Hildebrandt2015-07-312-0/+38
| | | | and use a custom build of boost.
* Improve quotingthdox2015-02-101-1/+1
| | | | [ci skip]
* SC2086 Double quote to prevent globbing and word splitting.thdox2015-02-081-1/+1
| | | | | | http://www.shellcheck.net/ [ci skip]
* SC2069 The order of the 2>&1 and the redirect matters.thdox2015-02-081-1/+1
| | | | | | | The 2>&1 has to be last. http://www.shellcheck.net/ [ci skip]
* SC2112 'function' keyword is non-standard. Delete it.thdox2015-02-081-1/+1
| | | | | | http://www.shellcheck.net/ [ci skip]
* [tools] Improve prepare git commit message hookAlexis Hildebrandt2015-01-231-2/+13
| | | | | by ignoring merge commits and commits with a message already containing `[ci skip]`.
* [travis] Run Travis build when .travis.yml changedAlexis Hildebrandt2014-12-241-1/+1
| | | | | | - Change match pattern to include ^\.travis.yml - Add executable file permissions for tools/prepare-commit-msg [ci skip]
* Add git hook to skip continous integrationAlexis Hildebrandt2014-12-211-0/+27
| | | | | if the commit is not related to code under test. [ci skip]
* Fix spell check language.thdox2014-05-181-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 installedAlexis Hildebrandt2014-04-271-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 documentationAlexis Hildebrandt2014-04-271-0/+2
| | | [ci skip]
* gendocs: add option to choose pdf papersizeAlexis Hildebrandt2014-04-271-1/+15
| | | | | The default will be US Letter [ci skip]
* Update tools/build.shJohn Wiegley2014-04-131-2/+2
|
* Make spellcheck.sh tool callable from anywhereAlexis Hildebrandt2014-02-071-1/+1
|
* build.sh now installs into Homebrew's CellarJohn Wiegley2013-01-301-0/+1
|
* Added --quiet options to clean up the texi2pdt outputCraig Earls2012-10-191-1/+1
|
* Added -N/--ninja option to acprepJohn Wiegley2012-09-271-1/+1
|
* Changes to support using homebrew and ninjaJohn Wiegley2012-09-261-6/+6
|
* Updated to Boost 1.50John Wiegley2012-07-301-7/+10
|
* Build fixes to acprep and build.shJohn Wiegley2012-05-251-6/+9
|
* A few more CMake-related fixesJohn Wiegley2012-05-202-18/+19
|
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-203-2596/+0
|
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-181-2/+2
|
* Switch to using Boost.FormatJohn Wiegley2012-05-141-2/+0
|
* More configuration fixesJohn Wiegley2012-05-101-26/+26
|
* Don't run the proof build against Clang for nowJohn Wiegley2012-05-071-10/+10
|
* Added support for building with Clang and libc++ in C++11John Wiegley2012-04-281-0/+28
|
* Fixes to the proofing processJohn Wiegley2012-04-271-2/+2
|
* Added a build scriptJohn Wiegley2012-04-251-0/+8
|
* Proof using both GCC and ClangJohn Wiegley2012-04-131-1/+8
|
* Started work on a "views" report document modelJohn Wiegley2012-04-081-0/+2
|
* Added test/python to EXTRA_DISTJohn Wiegley2012-03-301-0/+1
|
* Minor changes to tools/proofJohn Wiegley2012-03-301-4/+3
|
* Allow serialization to be enabled againJohn Wiegley2012-03-291-31/+137
|
* Output date to proof logJohn Wiegley2012-03-191-1/+3
|
* libgmalloc is no longer available on OS X LionJohn Wiegley2012-03-171-2/+2
|
* Package src/context.h into the final distJohn Wiegley2012-03-171-0/+1
|
* Add experimental support for select queriesJohn Wiegley2012-03-131-0/+2
|
* Don't do fullcheck with --gmalloc anymoreJohn Wiegley2012-03-091-4/+4
|
* Removed unused file series.hJohn Wiegley2012-03-071-1/+0
|
* Send myself e-mail after a successful proof buildJohn Wiegley2012-03-061-4/+2
|
* Add support for valuation expressions on commoditiesJohn Wiegley2012-03-051-29/+12
|
* Switched to using Boost.Graph for commodity pricingJohn Wiegley2012-03-051-0/+2
|
* Fixed invocation of lambda expressionsJohn Wiegley2012-03-051-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 variantsJohn Wiegley2012-03-021-2/+6
|
* Build Python support during proof buildsJohn Wiegley2012-03-021-1/+1
|
* Use Clang to do proof buildsJohn Wiegley2012-03-021-1/+1
|
* Makefile fixJohn Wiegley2012-03-011-1/+1
|
* Added a new 'python' directiveJohn Wiegley2012-03-011-5/+11
|