index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
system.hh.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build with Boost 1.85.0
Michael Cho
2024-04-25
1
-1
/
+0
*
Add build support readline
Alexis Hildebrandt
2023-06-07
1
-0
/
+1
*
boost: Fix compilation warnings
Alexis Hildebrandt
2023-04-25
1
-1
/
+1
*
Reorder system.hh includes
Alexis Hildebrandt
2023-04-19
1
-15
/
+12
*
Move app defines into ledger.hh.in
Alexis Hildebrandt
2023-04-19
1
-3
/
+0
*
Introduce ledger.hh
Alexis Hildebrandt
2023-04-16
1
-32
/
+0
*
Move DEBUG_MODE related defines to system.hh.in
Alexis Hildebrandt
2023-04-15
1
-0
/
+23
*
Use #cmakedefine01 for system capability checks
Alexis Hildebrandt
2023-04-15
1
-15
/
+15
*
Modernize system.hh.in
Alexis Hildebrandt
2023-04-15
1
-5
/
+1
*
Bump required Boost version to 1.72
Alexis Hildebrandt
2023-03-24
1
-12
/
+0
*
Enforce use of non-deprecated boost::filesystem API
Alexis Hildebrandt
2023-02-20
1
-0
/
+1
*
Update copyright year
Alexis Hildebrandt
2023-02-02
1
-1
/
+1
*
Update copyright statement for 2022
Alexis Hildebrandt
2022-07-02
1
-1
/
+1
*
Change header guard names to use `INCLUDED_` prefix
Phil Newton
2022-04-06
1
-3
/
+3
*
Use Boost library to read argv as UTF-8 in Windows
Daniel Coonce
2021-02-02
1
-0
/
+1
*
Implement cryptographic access to files using GPGME
Michael Raitza
2020-10-30
1
-0
/
+1
*
Port to python3
Dimitri John Ledkov
2019-12-05
1
-1
/
+0
*
Switch amounts_map to std::unordered_map
John Wiegley
2019-03-15
1
-0
/
+1
*
Drop support for gcc 2 and earlier
Tim Landscheidt
2019-01-25
1
-27
/
+0
*
Remove workaround for isspace() on FreeBSD 4 and earlier
Tim Landscheidt
2019-01-25
1
-5
/
+0
*
Remove unused development code related to USE_BOOST_FACETS
Tim Landscheidt
2019-01-17
1
-1
/
+0
*
Merge branch 'next' into move-have-edit
John Wiegley
2019-01-14
1
-4
/
+0
|
\
|
*
Merge pull request #1707 from scfc/remove-sys-stat-h
John Wiegley
2019-01-14
1
-1
/
+0
|
|
\
|
|
*
Remove unnecessary include for sys/stat.h
Tim Landscheidt
2019-01-12
1
-2
/
+1
|
*
|
Merge pull request #1713 from scfc/remove-unicodeobject-h
John Wiegley
2019-01-14
1
-1
/
+0
|
|
\
\
|
|
*
|
Remove unnecessary include for unicodeobject.h
Tim Landscheidt
2019-01-13
1
-1
/
+0
|
|
|
/
|
*
/
Remove unused macros HAVE_ACCESS and HAVE_REALPATH
Tim Landscheidt
2019-01-12
1
-3
/
+1
|
|
/
*
/
Use HAVE_EDIT only in main.cc
Tim Landscheidt
2019-01-12
1
-6
/
+2
|
/
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2018-01-27
1
-1
/
+1
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2017-01-05
1
-1
/
+1
*
Fix build under Cygwin.
Ivan Vanyushkin
2016-09-29
1
-1
/
+1
*
Fix build under msys32; add Appveyor continuous build
Evan Mallory
2016-09-17
1
-9
/
+9
*
[misc] Update year in copyright notice to 2016
Alexis Hildebrandt
2016-01-02
1
-1
/
+1
*
Add workaround for Boost.Python compile errors
Alexis Hildebrandt
2015-09-15
1
-0
/
+12
*
[ledger] Remove --cache option
Alexis Hildebrandt
2015-02-18
1
-79
/
+0
*
Add pre-release info to --version output
Alexis Hildebrandt
2015-01-20
1
-0
/
+1
*
Bump copyright notice to 2015
Alexis Hildebrandt
2014-12-27
1
-1
/
+1
*
make --columns default to terminal width, as returned by ioctl()
Stefano Zacchiroli
2014-10-13
1
-0
/
+5
*
Library GMP is not yet ready for GCC 4.9, as described at bottom of page
thdox
2014-05-11
1
-0
/
+1
*
Require the use of C++11
John Wiegley
2014-04-17
1
-2
/
+0
*
Replace sha1.cc with boost::uuid::details::sha1
David Bremner
2014-04-17
1
-1
/
+0
*
Bump copyright information to 2014
Alexis Hildebrandt
2014-02-02
1
-1
/
+1
*
fix ledger xml output, remove ledger json command
Johann Klähn
2013-03-08
1
-1
/
+0
*
Bump copyright information to 2013
John Wiegley
2013-02-18
1
-1
/
+1
*
Removed an unnecessary #define
John Wiegley
2012-05-20
1
-1
/
+0
*
A few more CMake-related fixes
John Wiegley
2012-05-20
1
-1
/
+1
*
Work around inclusion ordering bug with Xpressive
John Wiegley
2012-05-20
1
-0
/
+3
*
Work around collision between Format's put & Graph
John Wiegley
2012-05-20
1
-11
/
+2
*
Converted the Ledger build system to use CMake
John Wiegley
2012-05-20
1
-10
/
+53
*
Switched to Boost.PropertyTree for XML generation
John Wiegley
2012-05-18
1
-0
/
+4
[next]