Mathew Sutcliffe
|
f601334ffa
|
refs #192 tweaking include order and moving some JSON things into global namespace
so that we invoke ADL instead of relying on a particular include order
|
2014-03-31 23:48:39 +01:00 |
|
Mathew Sutcliffe
|
8405049a85
|
refs #140 added streaming for tuples to QDebug
|
2014-03-31 23:48:38 +01:00 |
|
Mathew Sutcliffe
|
a34357603d
|
integration fixes for JSON to be compatible with the nested tie workaround for tuples with more than 10 members
refs #202, #192 & #182
|
2014-03-31 22:36:02 +01:00 |
|
Mathew Sutcliffe
|
f8d991ec04
|
tuples: make the fake variadics more simple by sharing more code with the real variadics
|
2014-03-31 22:35:42 +01:00 |
|
Mathew Sutcliffe
|
e1e024e62e
|
Change compare to be recursive in the case of nested calls to tie.
refs #182
|
2014-03-28 17:04:50 +00:00 |
|
Mathew Sutcliffe
|
1dfb406d54
|
Replaced std::tie with BlackMisc::tie, to help workaround tuples with more than 10 members.
This required some changes to the signatures of compare, qHash, and stream operators.
refs #182
|
2014-03-28 17:02:49 +00:00 |
|
Mathew Sutcliffe
|
6cf5089b18
|
minor style improvement:
traits class should have a static const bool value member
|
2014-03-28 17:00:51 +00:00 |
|
Mathew Sutcliffe
|
3ac59f0872
|
fixing typos, doxygen, and style from #192
|
2014-03-28 15:02:47 +00:00 |
|
Klaus Basan
|
5b11de4da0
|
refs #192 , minor fixes after integration of #126
|
2014-03-26 21:28:25 +01:00 |
|
Klaus Basan
|
9d1f8a63f3
|
refs #192 , added JSON support to tupel
* jsonMembers() method in Macro
* serializeJson / deserializeJson for tupels
|
2014-03-26 19:51:03 +01:00 |
|
Mathew Sutcliffe
|
afc494ee5e
|
Replaced certain doxygen comments with \private commands without introducing any warnings.
refs #91
|
2014-03-23 21:25:47 +00:00 |
|
Klaus Basan
|
5ef31069d2
|
refs #140 , Doxygen comments to avoid warnings
|
2014-03-10 14:57:29 +01:00 |
|
Mathew Sutcliffe
|
e93ef236af
|
refs #140 doxygen, comment, and include tweaks
|
2014-03-07 23:15:58 +01:00 |
|
Mathew Sutcliffe
|
fcd3dc09ef
|
refs #140 framework for using std::tuple to reduce repetitive coding in value classes
|
2014-03-07 23:01:25 +01:00 |
|