gnucash/libgnucash/backend/sql
Richard Cohen 1cec0cb3f3 Use internal extern "C" { ... } for C++
- removes warnings compiling swig engine
...
[ 10%] Generating swig-engine.cpp
.../libgnucash/engine/engine-helpers.h:31: Warning 313: Unrecognized extern type "C++".
.../libgnucash/engine/gnc-date.h:83: Warning 313: Unrecognized extern type "C++".
.../libgnucash/engine/qofquery.h:90: Warning 302: Identifier 'QofQuery' redefined (ignored),
.../libgnucash/engine/gnc-option.hpp:55: Warning 302: previous definition of 'QofQuery'.
.../libgnucash/engine/gnc-commodity.h:56: Warning 313: Unrecognized extern type "C++".
.../libgnucash/engine/gncBusiness.h:40: Warning 313: Unrecognized extern type "C++".
.../libgnucash/engine/gncEntry.h:37: Warning 313: Unrecognized extern type "C++".
2023-01-23 18:40:01 +00:00
..
test Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
.splintrc Restructure the src directory 2017-08-10 18:45:00 +02:00
CMakeLists.txt Merge branch 'maint' 2020-02-06 16:50:08 +01:00
escape.cpp Fix typos in libgnucash/ 2021-03-02 01:15:32 +01:00
escape.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-account-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-account-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-address-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-bill-term-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-bill-term-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-book-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-book-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-budget-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-budget-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-commodity-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-commodity-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-customer-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-customer-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-employee-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-employee-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-entry-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-entry-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-invoice-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-invoice-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-job-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-job-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-lots-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-lots-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-order-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-order-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-owner-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-price-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-price-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-recurrence-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-recurrence-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-schedxaction-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-schedxaction-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-slots-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-slots-sql.h Bug 772776 - VERY large queries (over 11000 fields in IN clause) slow... 2018-04-14 10:18:01 -07:00
gnc-sql-backend.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-sql-backend.hpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-sql-column-table-entry.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-sql-column-table-entry.hpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-sql-connection.hpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-sql-object-backend.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-sql-object-backend.hpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-sql-result.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-sql-result.hpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-tax-table-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-tax-table-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-transaction-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-transaction-sql.h Remove LOAD_TRANSACTIONS_AS_NEEDED from SQL backend. 2018-04-14 10:18:01 -07:00
gnc-vendor-sql.cpp Use internal extern "C" { ... } for C++ 2023-01-23 18:40:01 +00:00
gnc-vendor-sql.h Restructure the src directory 2017-08-10 18:45:00 +02:00