gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon May 4 18:07:36 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/42cca364 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/90f0d995 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/725622f6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ccbfeb37 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/269bb510 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2b84dfae (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e1e4391b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f4451ff5 (commit)
	from  https://github.com/Gnucash/gnucash/commit/7c42908b (commit)



commit 42cca364452f6a7afcc5b1057f66b22f122ac04d
Merge: 7c42908 90f0d99
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon May 4 15:06:54 2015 -0700

    Merge branch 'boost-date'
    
    Some fixes plus GncDate::format().

commit 90f0d9952c5bcd96b63995d580f92ff1fb89c284
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon May 4 15:00:48 2015 -0700

    Set gmock_root to gmock_src_path if the latter is detected.
    
    Otherwise configure thinks gmock isn't installed.

commit 725622f61326030ae0695a97e1d85d7abd005731
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Apr 30 13:21:29 2015 -0700

    Ensure we compile C for at least C99.

commit ccbfeb3799ea0b52b9f1749e3fdeaf955d2a081e
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon May 4 15:04:31 2015 -0700

    Reimplement qof_date print functions with GncDate::format()

commit 269bb510fbd322cf8be2775f94f8c0f1f8c83495
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon May 4 15:03:54 2015 -0700

    Implement GncDate::format()
    
    Analog of GncDateTime::format().

commit 2b84dfae8d74371e300bfdcd0fab5f2633dc732d
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon May 4 14:57:02 2015 -0700

    Remove some noisy comments.
    
    That duplicate the Doxygen comments in the header.

commit e1e4391b03b6a7c3ddd5f2a6d36d0497e0f17db6
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon May 4 11:57:17 2015 -0700

    Remove unused gnc_timezone function.

commit f4451ff57d569ae64ca92c7733c2160cc1344d0c
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon May 4 10:52:07 2015 -0700

    Remove gnc_gdate_range_check.
    
    Since GncDate and GncDateTime will have the same limits it's not
    necessary.



Summary of changes:
 configure.ac                    |   5 +-
 src/libqof/qof/gnc-date.cpp     | 166 +++++-----------------------------------
 src/libqof/qof/gnc-date.h       |  13 ----
 src/libqof/qof/gnc-datetime.cpp |  22 ++++++
 src/libqof/qof/gnc-datetime.hpp |  22 ++++--
 5 files changed, 60 insertions(+), 168 deletions(-)



More information about the gnucash-patches mailing list