Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |