gnucash master: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Mon Mar 13 14:59:18 EDT 2017
Updated via https://github.com/Gnucash/gnucash/commit/744fc296 (commit)
via https://github.com/Gnucash/gnucash/commit/a44c621f (commit)
from https://github.com/Gnucash/gnucash/commit/d9303023 (commit)
commit 744fc29680fbf075dbb1f14666733448e1dbec60
Author: John Ralls <jralls at ceridwen.us>
Date: Mon Mar 13 11:55:09 2017 -0700
Require ICU.
Note that Boost::regex and Boost::locale must also be built with ICU
support.
commit a44c621f2b501d3faad7c67be784270f0ab9a31a
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Mar 12 10:56:48 2017 -0700
Change 'uint' to 'uint32_t'.
'uint' is a non-standard typedef not supported by MinGW.
Summary of changes:
CMakeLists.txt | 7 ++++++
README.dependencies | 5 ++++-
configure.ac | 4 ++++
src/import-export/csv-imp/CMakeLists.txt | 5 +++--
src/import-export/csv-imp/Makefile.am | 2 ++
.../csv-imp/assistant-csv-trans-import.cpp | 18 +++++++--------
.../csv-imp/gnc-csv-trans-settings.cpp | 4 ++--
.../csv-imp/gnc-csv-trans-settings.hpp | 6 ++---
src/import-export/csv-imp/gnc-fw-tokenizer.cpp | 24 ++++++++++----------
src/import-export/csv-imp/gnc-fw-tokenizer.hpp | 26 +++++++++++-----------
src/import-export/csv-imp/gnc-tx-import.cpp | 26 +++++++++++-----------
src/import-export/csv-imp/gnc-tx-import.hpp | 12 +++++-----
12 files changed, 78 insertions(+), 61 deletions(-)
More information about the gnucash-patches
mailing list