Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Further simplifications src/CMakeLists.txt | John Wiegley | 2016-11-13 | 1 | -5/+3 |
| | |||||
* | Disable #pragma messages from Clang | John Wiegley | 2016-11-13 | 1 | -0/+1 |
| | |||||
* | Escape ++ in cmake matches | John Wiegley | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | Don't use -isystem with g++ anymore | John Wiegley | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | Change src/CMakeLists.txt to notice c++ as g++ | John Wiegley | 2016-11-13 | 1 | -14/+19 |
| | |||||
* | Whitespace cleanup | John Wiegley | 2015-08-04 | 1 | -4/+4 |
| | |||||
* | [cmake] Use CMAKE_SYSTEM_NAME to test the platform. | Alexis Hildebrandt | 2015-07-28 | 1 | -2/+2 |
| | | | | | | APPLE and CMAKE_HOST_APPLE only check the host system, whereas CMAKE_SYSTEM_NAME checks the target system when cross-compiling. | ||||
* | link ledger executable to Python | Tim D. Smith | 2015-05-09 | 1 | -0/+3 |
| | | | | | Since the ledger executable embeds the Python interpreter, it does need an explicit link to a Python framework on OS X after all. | ||||
* | [ledger] Remove --cache option | Alexis Hildebrandt | 2015-02-18 | 1 | -2/+0 |
| | | | | and all boost serialisation related code. | ||||
* | [cmake] Minor cleanup | Alexis Hildebrandt | 2015-01-20 | 1 | -1/+5 |
| | |||||
* | merge double fix + make changes minimalistic | Hans Erik van Elburg | 2015-01-04 | 1 | -12/+8 |
| | |||||
* | also added cygwin tweak to src/CMakeLists.txt | Hans Erik van Elburg | 2015-01-03 | 1 | -2/+12 |
| | |||||
* | Cosmetic change - format code consistently | Martin Michlmayr | 2014-05-18 | 1 | -10/+10 |
| | | | | | Add a space between if and the opening bracket, between a closing round bracket and the following opening curly bracket, etc. | ||||
* | Fix build for building with g++ 4.8 | John Wiegley | 2014-05-07 | 1 | -0/+2 |
| | |||||
* | fix debug build for gcc | Johann Klähn | 2014-05-07 | 1 | -1/+0 |
| | | | | -ansi ≡ -std=c++98 ;) | ||||
* | Replace sha1.cc with boost::uuid::details::sha1 | David Bremner | 2014-04-17 | 1 | -4/+2 |
| | | | | | | | | sha1.cc is not redistributable by Debian because the license doesn't permit redistribution of modified versions. This isn't ideal since the ::details namespace is subject to change, but it avoids adding a dependency to ledger. | ||||
* | CMake: Remove installation of third party code | Alexis Hildebrandt | 2014-03-10 | 1 | -3/+0 |
| | |||||
* | Correctly justify Unicode characters in terminal | Kan-Ru Chen (陳侃如) | 2014-02-13 | 1 | -1/+2 |
| | | | | | | | Many Unicode characters take more spaces than one ASCII character. For example, Chinese characters are two characters wide when using monospace font in terminal. This patch use wcwidth of Markus Kuhn to count the correct width for justification. | ||||
* | Correctly set runtime path on Linux on install | Alexis Hildebrandt | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | python module file suffix is platform dependent | Johann Klähn | 2014-02-01 | 1 | -3/+13 |
| | |||||
* | Fix shared library and python module | Alexis Hildebrandt | 2014-02-01 | 1 | -3/+12 |
| | | | | | Conflicts: src/CMakeLists.txt | ||||
* | no RENAME option on older CMake versions | Johann Klähn | 2014-02-01 | 1 | -2/+9 |
| | | | | | The RENAME option for install(TARGETS ...) does not seem to be available on all CMake versions. | ||||
* | build shared library/python module, clean up CMake | Johann Klähn | 2014-02-01 | 1 | -15/+33 |
| | | | | | libledger will now be built as a shared library. You can 'import ledger' from python IFF you copy libledger.so to ledger.so or create a symlink. | ||||
* | Build and shared python module | Alexis Hildebrandt | 2014-01-27 | 1 | -0/+9 |
| | | | when building library | ||||
* | Source changes needed for Microsoft Visual C++ compatibility. | Tim Crews | 2013-06-14 | 1 | -1/+3 |
| | | | | Includes an implementation of strptime, compiled only for Win32 platform. | ||||
* | Add -Wno-disabled-macro-expansion | John Wiegley | 2013-05-19 | 1 | -0/+1 |
| | |||||
* | Also using Clang's PCH with my "cxx" compiler | John Wiegley | 2012-05-27 | 1 | -1/+1 |
| | |||||
* | Make profiling builds work with Clang | John Wiegley | 2012-05-20 | 1 | -1/+0 |
| | |||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -0/+261 |