Commit Graph

140 Commits (18abf4e2430633d79f68dd672214a766d2e9331a)

Author SHA1 Message Date
Geert Janssens 2f96b19c77 Merge branch 'fix_bayes' of https://github.com/limitedAtonement/gnucash into unstable
8 years ago
John Ralls 19412de221 Fix use of guile function introduced in 2.0.10, not available in Ubuntu14.04.
8 years ago
John Ralls e0300d3a62 Replace the gnc:numeric pair with normal Scheme rationals.
8 years ago
John Ralls 7061803596 Remove SIGFIG rounding from price calculation.
8 years ago
lmat a80318ec5f Adding to version info to feature string
8 years ago
lmat a23438d5fb Correct string cache code
8 years ago
lmat 805549ba24 Rename qofinstance function
8 years ago
lmat fbf4843f31 Changed bayes import map design
8 years ago
lmat f782be1a51 Code review responses
8 years ago
lmat 3312fe2dcd Changed some constants to constexpr
8 years ago
lmat 29ad8ff9b0 Remove unused kvp function
8 years ago
lmat 4a88f05d11 kvp string: allocate enough space
8 years ago
lmat 5b03182963 Correct kvp to_string typo
8 years ago
lmat f260a01bfd Keep tokens as they are, don't translate them
8 years ago
lmat 551549598a Corrected memory management issue
8 years ago
lmat d9eebd332b Renaming functions to get rid of temporary name
8 years ago
lmat 5636afc4a2 Kvp no longer parses entries looking for delimiters
8 years ago
lmat 2cda65e012 Added test for and corrected get_bayes_info
8 years ago
lmat 9d7ec35ce5 Removed qof_instance_set_kvp, qof_instance_get_kvp
8 years ago
lmat eb6dad86e3 Fixed conversion problem
8 years ago
lmat b3667c76fc Implement flat bayes kvp
8 years ago
lmat 08aa0104ef Change kvp string representation
8 years ago
lmat 34e0d6cfa0 kvp frame to template and correcting failure macro
8 years ago
lmat eb6c741bf9 Account.c to Account.cpp
8 years ago
Geert Janssens 3d910ad2b1 Drop guile 1.8 support
8 years ago
John Ralls 7c57ad18cd Fix date offset error in datetime test.
8 years ago
John Ralls baad2097a7 Add tests for GMT and GMT+7 timezones.
8 years ago
John Ralls 5af21dfad8 Fix timezone constructor crash when zone file has no transitions.
8 years ago
John Ralls e1d3385428 Handle mid-pacific timezones in date-sensitive tests.
8 years ago
John Ralls ac0d335c4f Revert post-construction adjustment of ldt for DST.
8 years ago
John Ralls a5134f91e1 Fix neutral time for consistent dates in mid-pacific time zones.
8 years ago
John Ralls aeb2e65ff1 Fix posted-date scrub incrementing the day in central pacific timezones.
8 years ago
John Ralls 6db0820771 Fix offset handling in GncDateTime struct tm ctor, gnc_mktime, & gnc_timegm.
8 years ago
John Ralls ec9f60d3fd Test more thoroughly gnc-timezone's parsing of the zoneinfo database.
8 years ago
John Ralls 66817bb997 Rework directory determination in CMake builds.
9 years ago
Rob Gowin e7b7974a3c Handle cases where LIBDIR is not "lib"
9 years ago
Rob Gowin 778b86e29e Handle cases where LIBDIR is not "lib"
9 years ago
John Ralls 0a8e50069c Remove overrides directory as being obsolete.
9 years ago
John Ralls 5ca129d82d Remove unset variable SWIG_ARGS from Makefile.am
9 years ago
John Ralls 5204100d53 Use GNUInstallDirs in CMake Builds
9 years ago
John Ralls 13657ee1bb Merge branch 'maint' into unstable
9 years ago
Geert Janssens cd9c3807c0 Assign as payment - when random transaction is selected, reset transaction description to owner
9 years ago
Geert Janssens 0dfb921e86 Add functions to retrieve a copy of splits of a certain type from business transactions
9 years ago
John Ralls 1895ae280c Merge branch 'maint' into unstable
9 years ago
John Ralls 6c01e54042 Convert shell-executed scheme tests to run directly from Guile.
9 years ago
John Ralls f412795ef2 Remove extraneous parameters from GNC_ADD_SCHEME_TARGETS
9 years ago
John Ralls 77ab04100c Bug 789297 - Account Tax Related Information - 2.7.0 is not backwards compatible
9 years ago
John Ralls 4be826055a Revert "Partial fix to exception crashes on Windows."
9 years ago
John Ralls 4746054635 Partial fix to exception crashes on Windows.
9 years ago
Geert Janssens 1238b9d8cd Prevent gcc from searching config.h in the current directory
9 years ago
Carwyn Nelson 7b1d298bc6 Little refactor of account.c
9 years ago
Geert Janssens 444eb1c28e Improve gnc_numeric_boxed_copy_func based on discussion in PR#145
9 years ago
Jose Marino 968956d271 fix reconcile dialog always showing ending balance of zero
9 years ago
John Ralls 91a2ee4525 [MacOS] Change CMake installed names to absolute paths from @rpath/...
9 years ago
Geert Janssens 545b24fe97 Merge branch maint into unstable
9 years ago
Geert Janssens 75b5a41eee Merge branch 'maint'
9 years ago
Geert Janssens 556f7037ad Merge branch 'maint'
9 years ago
Geert Janssens 118af3e9e9 Fix gtest-gnc-timezone test on Windows
9 years ago
Geert Janssens 333edb1900 Fix gnc-rational test on Windows
9 years ago
John Ralls e2386253ca Move Win32 additions to engine_SOURCES to before first use.
9 years ago
Geert Janssens 74b6ef8ab3 Merge branch 'kvpvaltostring' of https://github.com/limitedAtonement/gnucash
9 years ago
Geert Janssens a670783eb6 Merge branch 'prices-out2' of https://github.com/Bob-IT/gnucash
9 years ago
lmat a9cc488cbf Should return std::string
9 years ago
Mike Alexander 29a92431cb Fix sigfigs(n) rounding to work when the input is bigger tnan 10**n.
9 years ago
Mike Alexander 57638161f2 Fix numerator overflow constructing GncNumeric from 96.16
9 years ago
Mike Alexander 00c7089ecb Add tests for converting doubles 96.16 and 9616000000.0 to GncNumeric.
9 years ago
John Ralls 115d61e7f3 Remove test for transaction set-date diagnostic message.
9 years ago
John Ralls 71e3703087 Use time64 GncDateTime constructor instead of struct tm constructor.
9 years ago
John Ralls f7ce8bcbb3 Disable creating a date string to maybe use in a PINFO message.
9 years ago
John Ralls 82d891a202 Test features to see if they're already set before setting them.
9 years ago
Robert Fewell 6ca85450a8 Move gnc-gdate-utils functions to gnc-date and remove files.
9 years ago
Robert Fewell b485206378 Change tabs to spaces and remove some blank lines
9 years ago
Robert Fewell 047bc8d69b Rename gnc_pricedb_remove_old_prices_keep_last
9 years ago
Robert Fewell a7abc312a9 Rename save_cloned_price to clone_price
9 years ago
Robert Fewell 89dbc09410 Added second if clause for completeness.
9 years ago
Robert Fewell c3466b79ef Move gnc-gdate-utils.c/h from app-utils to engine
9 years ago
Robert Fewell 42915a42d1 Modify the unit tests to reflect changes.
9 years ago
Robert Fewell 667f175757 This change modifies the way old prices can be removed.
9 years ago
John Ralls 4fc61b2ac8 Commit imap conversions once per account instead of per import map slot.
9 years ago
John Ralls c6a72cc596 Revert "Fix mac looking in wrong directory for libgncmod-backend-dbi.dylib."
9 years ago
John Ralls 6a359f86a0 Fix mac looking in wrong directory for libgncmod-backend-dbi.dylib.
9 years ago
Geert Janssens f943ba61ae Rename directory for code from external projects
9 years ago
Geert Janssens 7fd38c88a5 Improve a comment
9 years ago
Geert Janssens a96a68fd4e Add as many values as there are fields in the list
9 years ago
Geert Janssens 0946b0315f Use another way to fix backend loading on OS X
9 years ago
John Ralls cc39a04f6f Fix mac looking in wrong directory for libgncmod-backend-dbi.dylib.
9 years ago
John Ralls e9ac71c0f9 Fix time-string format in backend for GncDateTime(std::string).
9 years ago
Geert Janssens 1883d8ec31 Fix a number of test mismatches between cmake and autotools
9 years ago
Geert Janssens dfe8ea4536 Add conditional source files to dist tarball
9 years ago
Geert Janssens 83d14e1c1c Restructure the src directory
9 years ago