summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Made marker logic for jumping from hyperlinked reports to source files work ↵adamsrl2012-10-151-37/+9
| | | | by simplifying.
* Adding goto EOL to fix issue where re-search-forward was including ledger ↵adamsrl2012-10-151-9/+8
| | | | report data in the text properties.
* Added back my patches for johns ldg-modeadamsrl2012-10-141-8/+19
|
* Added raw copies of my custom ledger scripts and elisp additions. Next need ↵adamsrl2012-08-226-0/+1057
| | | | to isolate features and make them more generic for reuse by other Ledger users.
* Created contrib/raw for examples to be shared among advanced Ledger users ↵adamsrl2012-08-221-0/+5
| | | | and made generic to enable code reuse.
* Merge pull request #74 from hwright/nextJohn Wiegley2012-08-163-1/+6
|\ | | | | Fix a couple of compilation warnings
| * Fix compilation warning: ensure a destructor is properly defined to avoidHyrum Wright2012-08-142-0/+5
| | | | | | | | compiler confusion.
| * Fix compilation warning: be sure we call the base class copy constructor.Hyrum Wright2012-08-141-1/+1
| |
* | Typo fixMartin Michlmayr2012-08-151-1/+1
|/
* Resolve account.date to latest post in the accountJohn Wiegley2012-08-091-1/+3
|
* Patch reports with markers to allow xact shiftingJohn Wiegley2012-08-082-6/+46
|
* Doc fixJohn Wiegley2012-08-071-1/+1
|
* Always store absolute paths internallyJohn Wiegley2012-08-025-32/+31
|
* Don't use __has_feature in utils.ccJohn Wiegley2012-08-021-4/+4
|
* Change occurences of #+srcname to #+nameJohn Wiegley2012-08-011-6/+6
|
* Guard some function definitions for ASanJohn Wiegley2012-07-301-0/+8
|
* Updated to Boost 1.50John Wiegley2012-07-305-16/+23
|
* Added a link_directories statementJohn Wiegley2012-07-301-0/+1
|
* Allow non-register reports to work againJohn Wiegley2012-07-301-14/+18
|
* Require ldg-report from ldg-new (for now)John Wiegley2012-07-301-0/+1
|
* Add ability to visit source line from ldg-reportJohn Wiegley2012-07-301-1/+23
|
* Change git:// submodule URL to http://John Wiegley2012-07-021-1/+1
|
* Fixed a subtle memory overwriteJohn Wiegley2012-06-271-8/+10
| | | | Fixes #608
* Fixed a minor documentation bugJohn Wiegley2012-06-251-1/+1
|
* Fix reference to self.options.products_dirJohn Wiegley2012-06-111-3/+3
|
* Was missing a periodJohn Wiegley2012-06-081-1/+1
|
* Change self.prefix_dir -> self.options.prefix_dirJohn Wiegley2012-06-071-9/+9
|
* Reduce Boost dependency to 1.46John Wiegley2012-05-301-3/+2
|
* Also using Clang's PCH with my "cxx" compilerJohn Wiegley2012-05-271-1/+1
|
* Merge pull request #66 from egh/nextJohn Wiegley2012-05-261-1/+1
|\ | | | | Remove keyword OPTIONAL_COMPONENTS, not present in cmake 2.8.7
| * Remove keyword OPTIONAL_COMPONENTS, not present in cmake 2.8.7Erik Hetzner2012-05-261-1/+1
|/
* Reduce minimum CMake version to 2.8.5John Wiegley2012-05-251-1/+1
|
* Build fixes to acprep and build.shJohn Wiegley2012-05-252-11/+35
|
* Added script for building Boost with iccJohn Wiegley2012-05-251-0/+17
|
* Converted README to Markdown formatJohn Wiegley2012-05-252-180/+163
|
* Don't even look for Gettext, for nowJohn Wiegley2012-05-251-2/+2
|
* Don't explicitly disable multithreaded BoostJohn Wiegley2012-05-231-2/+0
|
* Give a reasonable error if CMake cannot be foundJohn Wiegley2012-05-231-0/+27
|
* Changed the way that LDFLAGS is passed to CMakeJohn Wiegley2012-05-201-11/+15
|
* Fixed a reference to HAVE_EDITJohn Wiegley2012-05-202-7/+6
|
* Handle NO_ASSERTS differently in CMakeLists.txtJohn Wiegley2012-05-201-1/+7
|
* Removed an unnecessary #defineJohn Wiegley2012-05-201-1/+0
|
* Make profiling builds work with ClangJohn Wiegley2012-05-203-7/+33
|
* Guard against an incorrect use of assert()John Wiegley2012-05-201-1/+1
|
* Build gcov mode also for ClangJohn Wiegley2012-05-201-8/+6
|
* CMake doesn't enable DEBUG by default, acprep doesJohn Wiegley2012-05-201-1/+1
|
* Changed all ASSERTS_ON -> !NO_ASSERTSJohn Wiegley2012-05-203-8/+5
|
* A few more CMake-related fixesJohn Wiegley2012-05-205-29/+21
|
* Work around inclusion ordering bug with XpressiveJohn Wiegley2012-05-202-4/+3
|
* Work around collision between Format's put & GraphJohn Wiegley2012-05-207-222/+178
|