Commit Graph

46 Commits (b3e3eb316620f2f97232f1b94de19c92973b531b)

Author SHA1 Message Date
Richard Cohen 7b47c07f8e Don't use extern "C" around #includes
3 years ago
John Ralls 3d5e27982f Merge branch 'maint'
3 years ago
John Ralls 8a7c539258 Bug 798748 - Transaction Notes field's value does not appear in...
3 years ago
Geert Janssens 549c93e005 Fix test for import-backend
3 years ago
Geert Janssens 2d8bb6f62f Bug 796955 - Import CSV - Single-line two-currency transactions can't be imported
3 years ago
Geert Janssens 99506d331a Reduce GncImportMatchMap to just the account
3 years ago
Richard Cohen 3360a6d13b Remove extra semicolons
3 years ago
Richard Cohen 1cec0cb3f3 Use internal extern "C" { ... } for C++
3 years ago
Marco Scardovi 6fe2028bca
Fix test
3 years ago
Christopher Lam d82bb7b8a2 [Transaction.c] use is_unset static to denote uncached readonly_reason
5 years ago
jean 4e9fe0a4d1 Add missing function to mock account
5 years ago
Dong Lin 75209c024f Update price database for imported transactions
5 years ago
John Ralls 2ff3bf5877 Echo into CMakeLists.txt rename of gmock-qofqury to fake-qofquery.
5 years ago
John Ralls e09a26ba3a Merge Christian Gruber's 'test_import_backend' into maint.
5 years ago
Christian Gruber 6394b6491b fixup! Simplify type checking for GObject mockups
6 years ago
Christian Gruber feba64624c Fix xaccTransSetNotes()
6 years ago
Christian Gruber e44cf9c61f Add missing C linkage statements
6 years ago
Christian Gruber 63969e8628 Remove unecessary include
6 years ago
Christian Gruber d673c32e35 Mock methods should not neccessarily return mock objects
6 years ago
Christian Gruber 0e634c5446 Relax runtime type checks
6 years ago
Christian Gruber 99256c385b Add missing _get_type() functions of all mocked GObject classes
6 years ago
Christian Gruber 833edd0b29 Add missing comment
6 years ago
Christian Gruber bc80bbb325 Simplify type checking for GObject mockups
6 years ago
Christian Gruber b0906b5e2a Use MOCK_CONST_METHODn() macro instead of MOCK_METHODn() macro if necessary
6 years ago
Christian Gruber 5408854c28 Rename GObject type names of mock classes
6 years ago
Christian Gruber 41c147a918 Use /* ... */ for multi-line comments
6 years ago
Christian Gruber df6621f2b5 Add doxygen documentation to QofFakeQuery and QofFakeQueryPool
6 years ago
jean a9f79cf79c Add a flag to the account structure to defer balance computation
6 years ago
Christian Gruber 861a2482fe Add a comment on using empty ctor for mock classes derived from GObjects
6 years ago
Christian Gruber 3d92d53917 Rename all class methods using snake_case instead of camelCase
6 years ago
Christian Gruber 1fa90a5429 Cleanup some comments
6 years ago
Christian Gruber 1e2236afdc Use typed queries
6 years ago
Christian Gruber fa82a8bcce Replace query factory by a query pool
6 years ago
Christian Gruber 2639cdefdf Remove unnecessary inclusion of qofquery-p.h
6 years ago
Christian Gruber 841111e37e Rename class QofMockQuery to QofFakeQuery
6 years ago
Christian Gruber bbfc30d70b Rename gmock-qofquery to fake-qofquery
6 years ago
Christian Gruber 8ac640d5fa Fix typo
6 years ago
Christian Gruber 610bbda23f Add glib-object.h to includes
6 years ago
Christian Gruber 53c294f9e8 Remove unnecessary type check
6 years ago
Christian Gruber bb0088c43c Replace g_return_if_fail() and g_return_val_if_fail() by ASSERT_TRUE and EXPECT_TRUE
6 years ago
Christian Gruber 967cf0b430 Pass std::vector arguments by reference instead of by value
6 years ago
Christian Gruber d084279891 State comment on unused GObject instance init function more precisely
6 years ago
Christian Gruber 67f63053fb Remove todo comments on replacement of std::vector by std::list
6 years ago
Christian Gruber a9d85e8f8e Use std::vector of const char* instead of std::string where meaningful
6 years ago
Geert Janssens a124e647db Add files omitted in previous commit
6 years ago
John Ralls f2a13ecac7 Merge Christian Gruber's 'test_import_backend' into master.
6 years ago