gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Jan 12 19:23:37 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/94942196 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/584161c9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/52df775a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/44814868 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1d474968 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e5a4a5c4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4d9440f3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/18011a64 (commit)



commit 9494219603c611b54dcd77fb656f7c6a0a0a1d51
Merge: 52df775 584161c
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jan 12 16:22:57 2016 -0800

    Merge branch 'maint'
    
    Link LICENSE to COPYING.

commit 584161c97b4321528e568f736404dfa62dc3ddf0
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jan 12 16:18:31 2016 -0800

    Link LICENSE to COPYING, don't install INSTALL.
    
    The original plan was to duplicate exactly what automake does, but
    we don't really want to do that. Automake installs the GPLV3 COPYING
    which we don't use--LICENSE is the GPLV2 version--and INSTALL is the
    autotools procedure that doesn't make sense for a cmake build.

commit 52df775ada0578c773b366cd9d598e805b1aa067
Merge: 18011a6 4481486
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jan 12 16:14:46 2016 -0800

    Merge branch 'maint'
    
    Reconcile the cmake build.

commit 448148681f9e212d3023c6e716cefa8fde20f4bb
Author: Rob Gowin <robgowin at gmail.com>
Date:   Sat Dec 26 11:55:15 2015 -0500

    CMake build changes for maint
    
    * Rename various .cpp files back to .c
    
    * Carry copy INSTALL and COPYING from autotools.
    
    * Fix unrelated issue with installing quote scripts.

commit 1d474968cac3185a667b065638282f32af71a2ab
Author: Rob Gowin <robgowin at gmail.com>
Date:   Mon Dec 7 11:17:08 2015 -0600

    Add ability to build GnuCash with CMake
    
    Backported from master.

commit e5a4a5c4320f0f552e3bc3c894c15f8a066ca998
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jan 12 11:56:51 2016 -0800

    Bug 760529 - Get Quotes updates value just once per day

commit 4d9440f38b0e143d83717625ed3a124478dd3a98
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Tue Jan 12 14:48:41 2016 +0000

    Added some comments.



Summary of changes:
 CMakeLists.txt                               | 20 +++++++++-----------
 cmake/CMakeLists.txt                         |  3 ++-
 po/CMakeLists.txt                            |  4 ++--
 src/engine/CMakeLists.txt                    |  2 +-
 src/import-export/CMakeLists.txt             |  2 +-
 src/import-export/aqb/CMakeLists.txt         |  2 +-
 src/libqof/CMakeLists.txt                    |  3 ++-
 src/plugins/bi_import/dialog-bi-import-gui.c |  5 +++++
 src/quotes/CMakeLists.txt                    |  4 +++-
 src/report/business-reports/CMakeLists.txt   |  2 +-
 src/report/stylesheets/CMakeLists.txt        |  2 +-
 src/scm/price-quotes.scm                     |  2 +-
 12 files changed, 29 insertions(+), 22 deletions(-)



More information about the gnucash-patches mailing list