summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Disable clang formatting on helpHEADmainDan Goodliffe2021-08-30
* Fix up all remaining warningsDan Goodliffe2021-08-30
* Add -WpedanticDan Goodliffe2021-08-30
* Add -Wold-style-castDan Goodliffe2021-08-29
* Add -Wuseless-castDan Goodliffe2021-08-28
* Add -Wlogical-opDan Goodliffe2021-08-28
* Add -Wduplicated-branchesDan Goodliffe2021-08-28
* Add -Wduplicated-condDan Goodliffe2021-08-28
* Add -Wformat=2Dan Goodliffe2021-08-28
* Add -Wnull-dereferenceDan Goodliffe2021-08-28
* Add -Wdouble-promotionDan Goodliffe2021-08-28
* Add -Woverloaded-virtualDan Goodliffe2021-08-28
* Add -Wsign-conversionDan Goodliffe2021-08-28
* Add -WunusedDan Goodliffe2021-08-28
* Add -Wcast-alignDan Goodliffe2021-08-28
* Add -Wnon-virtual-dtorDan Goodliffe2021-08-28
* Don't need separate decoratorDan Goodliffe2021-08-27
* Reserve space in the right vectorDan Goodliffe2021-08-27
* Mark BufferOf constructor explicitDan Goodliffe2021-08-27
* Add lots of tests over replicating most of the typesDan Goodliffe2021-08-27
* Prevent reading of non-trivial types from RawDataReaderDan Goodliffe2021-08-27
* Add raw() view of RawDataReaderDan Goodliffe2021-08-27
* Fix parse of PostgreSQL of timestampDan Goodliffe2021-08-27
* Handle errors in the replication thread in testsDan Goodliffe2021-08-27
* Fix type mapping of real/doubleDan Goodliffe2021-08-27
* Fix parsing of date typeDan Goodliffe2021-08-27
* Test of getenv wrapperDan Goodliffe2021-08-27
* Fix Misc test module nameDan Goodliffe2021-08-27
* Fix parsing of year typeDan Goodliffe2021-08-27
* Fix undef of INTEGER_TYPE macroDan Goodliffe2021-08-27
* Extract datetime2From40bitDan Goodliffe2021-08-27
* Extract and test time2From24bitDan Goodliffe2021-08-27
* Test mod100_extractDan Goodliffe2021-08-27
* Make date/time types easy to create and compareDan Goodliffe2021-08-27
* Don't declare clang 12Dan Goodliffe2021-08-27
* Support binding date/time values to MySQLDan Goodliffe2021-08-27
* Mark some empty base implementations not testedDan Goodliffe2021-08-27
* Fix len variable nameDan Goodliffe2021-08-27
* Wait on specific events being processedDan Goodliffe2021-08-22
* Add EventCounter classDan Goodliffe2021-08-22
* Enable numeric conversion warning and fix the falloutDan Goodliffe2021-08-10
* Tests, fixes, improvements to WritePqCopyStreamDan Goodliffe2021-08-08
* Simplify some bits with conceptsDan Goodliffe2021-08-08
* Extract WritePqCopyStrm into its own fileDan Goodliffe2021-08-08
* Create indexes and keys after copying table dataDan Goodliffe2021-08-08
* Push lots of test logic into a fixture for easier test case creationDan Goodliffe2021-08-07
* Handle gtid and xid transaction eventsDan Goodliffe2021-08-05
* Add base handlers for gtid/xid eventsDan Goodliffe2021-08-03
* Be more picky about what is WritableDan Goodliffe2021-08-03
* Handle Rows events with more than one rowDan Goodliffe2021-08-02