Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 |
| | | | | [skip ci] | ||||
* | Update copyright statement for 2022 | Alexis Hildebrandt | 2022-07-02 | 1 | -1/+1 |
| | |||||
* | Fix typos in comments | Martin Michlmayr | 2020-05-21 | 1 | -1/+1 |
| | |||||
* | Drop conditionals for Boost earlier than 1.49 | Tim Landscheidt | 2019-01-17 | 1 | -5/+1 |
| | | | | | | | Ledger requires Boost 1.49 or later and enforces this in CMakeLists.txt. This means BOOST_VERSION will always be 104900 or higher. Also, since Boost 1.46, BOOST_FILESYSTEM_VERSION is 3. | ||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2018-01-27 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Fix build under Cygwin. | Ivan Vanyushkin | 2016-09-29 | 1 | -2/+2 |
| | |||||
* | Fix build under msys32; add Appveyor continuous build | Evan Mallory | 2016-09-17 | 1 | -2/+2 |
| | | | | | | | | | | | | * Appveyor is a continuous integration platform for Windows that is free for open source projects. See latest test build here: https://ci.appveyor.com/project/Evan/ledger/build/artifacts * Changed WIN32 to _WIN32 because this article http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system claims that it is defined by the greatest number of compilers. * Modified HAVE_ISATTY and other system defines so that system.hh compiles when cmake fails to find the relevant function. * Add missing include in test/unit/t_value.cc Almost all tests fail when you run them on msys32. I will address that in a future PR. | ||||
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
| | | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/" | ||||
* | use /bin/sh to run the pager | Matthias Lederhofer | 2014-04-02 | 1 | -10/+2 |
| | | | | | | This allows to specify options on the command-line of the pager, e.g. $ ledger --color --pager='less -R' ... | ||||
* | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | Resolve new compiler warnings from Clang | John Wiegley | 2013-05-19 | 1 | -5/+0 |
| | |||||
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Moved up to Boost 1.44 | John Wiegley | 2010-08-24 | 1 | -0/+4 |
| | |||||
* | Changes for building with Visual Studio 2008 | John Wiegley | 2010-06-15 | 1 | -0/+6 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -4/+4 |
| | |||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Use boost::iostreams::file_descriptor_sink | John Wiegley | 2009-10-25 | 1 | -1/+2 |
| | | | | This is instead of the custom fdstream.hpp file I was distributing. | ||||
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
| | |||||
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -1/+1 |
| | |||||
* | Cured several harmless compiler warnings | John Wiegley | 2009-03-04 | 1 | -2/+1 |
| | |||||
* | Marked all strings needing internationalization | John Wiegley | 2009-02-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | These strings are now collected automagically in the file po/ledger.pot. If you'd like to produce a translation, just run this command after building Ledger: msginit -l LOCALE -o LANG.po -i po/ledger.pot Where LOCALE is a string like de or en_GB, and LANG is a short descriptive word for your language. Then send me this .po file so I can commit it to the Ledger sources (alternatively, you could maintain the file in a fork on GitHub), and setup the build script to format and install your new message catalog during a "make install". | ||||
* | The --help (-h, -H) options now visit the man page | John Wiegley | 2009-02-21 | 1 | -1/+1 |
| | |||||
* | Fixed several unused value and param warnings | John Wiegley | 2009-02-16 | 1 | -2/+0 |
| | |||||
* | Conditionalized some boost::filesystem calls that were too new. | John Wiegley | 2009-02-09 | 1 | -0/+4 |
| | |||||
* | Use path.filename() instead of the deprecated path.leaf(). | John Wiegley | 2009-02-08 | 1 | -1/+1 |
| | |||||
* | Moved several #includes to facilitate the use of pre-compiled headers. | John Wiegley | 2009-02-08 | 1 | -6/+0 |
| | |||||
* | Greatly simplified the way option and command handlers are defined. | John Wiegley | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | Fixed the way the pager process was being handled. | John Wiegley | 2009-02-01 | 1 | -7/+8 |
| | |||||
* | Removed an erroneous call to TRACE_CTOR. | John Wiegley | 2009-01-31 | 1 | -2/+0 |
| | |||||
* | Use a more standard method of determining the pager's exit status. | John Wiegley | 2009-01-30 | 1 | -2/+2 |
| | |||||
* | Created a new stream.h file for dealing with output streaming. | John Wiegley | 2009-01-30 | 1 | -0/+142 |