diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-06-16 17:17:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-06-16 17:17:23 +0200 |
commit | 49ab250049ed62f47f0f5b04c09d3d63127e5c79 (patch) | |
tree | 61e40afe2358a33984fbf3fa09af876c0e57f264 /quality/list | |
parent | e0b98661d4e298551a25c9e97f5378ff90f56d59 (diff) |
Add few quality-related issues
Diffstat (limited to 'quality/list')
-rw-r--r-- | quality/list | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/quality/list b/quality/list index 2e16fbf..a376274 100644 --- a/quality/list +++ b/quality/list @@ -1,3 +1,9 @@ +! Examples/tests .sln files have empty lines which breaks MSBuild + +- Use SQLITE_API=__declspec(dllexport) instead of .def file in SQLite Vcproj + + Can also get rid of extra /EXPORT directives. + ! Define DATABASE_* in common/config.hxx if ODB_DATABASE_* is defined Can then use one set of macros in both headers and the driver in |