calculator/src/CalcViewModel/DataLoaders
Michał Janiszewski fe30c7cabc Add CMake project, GCC support (#540)
This is extract from #211 that enables compilation with GCC. With #211
now in the state of bitrot, I would rather try approaching it in smaller
steps that can be hopefully merged quicker, even if it does not provide
full support for all the features #211 provided.

This will _compile_ correctly with my (@janisozaur) GCC, but clang is
more picky about flexible array members and refuses to compile it yet.
I will extract remaining parts of #211 in future PRs.

I marked @fwcd as author, as he did most of the work in #211.
2019-06-06 14:08:31 -07:00
..
CurrencyDataLoader.cpp Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
CurrencyDataLoader.h Add CMake project, GCC support (#540) 2019-06-06 14:08:31 -07:00
CurrencyHttpClient.cpp Migrate currency converter endpoints (#524) 2019-05-31 12:55:06 -07:00
CurrencyHttpClient.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
DataLoaderMockConstants.h Migrate currency converter endpoints (#524) 2019-05-31 12:55:06 -07:00
DefaultFromToCurrency.json Hello GitHub 2019-01-28 16:24:37 -08:00
ICurrencyHttpClient.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
UnitConverterDataConstants.h Fix the project code style, as it is not consistent. (#236) 2019-05-02 11:59:19 -07:00
UnitConverterDataLoader.cpp Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
UnitConverterDataLoader.h Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00