Commit Graph

69 Commits (9bbe29b42d5068253dcf746e94de2b48f10f0d54)

Author SHA1 Message Date
John Ralls e00eade735 Change boost version for boost::process changes to 1.86.0
11 months ago
John Ralls 99f86d31ed Bug 799594 - GnuCash 5.11 fails to build with boost 1.88
11 months ago
Landry Breuil 4819f2de21 fix build with recent boost where io_service was removed (deprecated since many releases)
1 year ago
Yongun Seong a7804525b0
[gnc-quotes.cpp] fix quote report
1 year ago
John Ralls 6aeca0040e Bug 799419 - Intermittent quote price issue
1 year ago
John Ralls 9c9ad7c271 Replace GncFQQuoteSource api-key members with a bp::environment one.
2 years ago
John Ralls a23506c88a Add YH Finance (FINANCEAPI) API Key to Quotes infrastructure.
2 years ago
Christopher Lam a99491d034 [gnc-commodity.h] callers must free g_list
2 years ago
Christopher Lam 770045c4a5 [gnc-quotes.cpp] remove sources_as_glist()
2 years ago
John Ralls 4592530318 Bug 799099 - Crash when trying to get quotes
2 years ago
John Ralls 776a430734 Bug 798904 - GnuCash on Windows opens a CMD window at startup.
3 years ago
Mike Alexander 3aa6e60f95 fix debugging output, no functional change.
3 years ago
John Ralls a5404f6607 Improve reporting when parse_quote throws an exception.
3 years ago
John Ralls 037c2004c3 Include timezone in price-quote date diagnostic messages.
3 years ago
John Ralls 133ac88618 Bug 798982 - GetQuotes crashes if Finance::Quote returns an empty date.
3 years ago
John Ralls e20f60361f Bug 799004 - Update of Prices attaches incorrect Date
3 years ago
Simon Arlott fe526a6043
Check source parameter to GncQuotesImpl::report() is not null
3 years ago
Mike Alexander d61b962954 Fix a typo in some debug output.
3 years ago
John Ralls df878c6a3d Merge Maarten Bosmans's 'memleak-fixes' into stable.
3 years ago
Maarten Bosmans 6be682b645 Store allocated temporaries in a variable so they can be freed
3 years ago
John Ralls 2f471e65a7 Bug 798802 - Online Price quote - Stocks not working GNU 5.0 Windows Bis
3 years ago
John Ralls 0d598d51ed Fix Finance::Quote use on Win32.
3 years ago
John Ralls a587dfff2c Bug 798802 - Online Price quote - Stocks not working GNU 5.0 Windows
3 years ago
John Ralls 89f41a305c Merge new potfile reflecting string changes.
3 years ago
John Ralls 576fc9b52c Fix quotes on Windows.
3 years ago
John Ralls 0c3e85404d Avoid crash from trying to free an unallocated char*.
3 years ago
Christopher Lam 97f0653238 [gnc-quotes] g_free a char* from gnc_prefs_get_string
3 years ago
Richard Cohen 8a20bcadb0 [-Wunused-variable] - remove unused translatable string
3 years ago
Richard Cohen 0dd406de10 [-Wunused-lambda-capture] (clang) - remove
3 years ago
Richard Cohen d8f45f2443 Use const references for for-loops to avoid unnecessary copies
3 years ago
Richard Cohen 1cec0cb3f3 Use internal extern "C" { ... } for C++
3 years ago
richardcohen 8044f79f75
Silence the boost (<1.76) warning message
3 years ago
John Ralls 14a0ea4ed3 [price-quotes] Sort and format source list.
3 years ago
John Ralls 1a906b00aa [price-quotes] Enable gnucash-cli to retrieve preferences on macOS.
3 years ago
John Ralls 2767587874 [price-quotes] Fix setting alphavantage API key.
3 years ago
John Ralls 7f2a09a69f [price-quotes] Handle short error strings from finance-quote-wrapper.
3 years ago
John Ralls 50c72b4f88 [price-quotes] Remove m_ready and usable() from GncQuoteSource.
3 years ago
John Ralls 7d93774dd2 [price-quotes] Throw instead of returning if there aren't any commodities to quote.
3 years ago
John Ralls 81d4ea9550 [price-quotes] Remove F::Q version format check.
3 years ago
John Ralls c78fe37ff7 [price-quotes] General typo fixes and code cleanup.
3 years ago
John Ralls 70c9d4c9e3 [price-quotes] Fix version retrieval.
3 years ago
John Ralls e817091de1 [price-quotes] Warn only once if the AlphaVantage Key isn't set.
4 years ago
John Ralls d97ea77762 [price quotes] Add report member function to display quote information to stdout.
4 years ago
John Ralls 6ffb0bb633 [price-quotes] Report quote fetch failures to the user.
4 years ago
John Ralls 4c47e91180 [price-quotes] Implement error codes for currency and quote failures.
4 years ago
John Ralls b5bc6463a3 [price-quotes] Rework date-time handling.
4 years ago
John Ralls 19064093d2 [price-quotes] Remove m_comm_vec and m_fq_answer.
4 years ago
John Ralls 734fb6ce2a [price-quotes] Switch error handling to exceptions.
4 years ago
John Ralls 2b87066687 [price-quotes] Extract some static functions.
4 years ago
John Ralls a82c72cfb9 [price-quotes] Remove level of indirection when parsing quote data.
4 years ago