SeanOMik
|
77b1e05b0a
|
Add bool field and fix some things
|
2020-12-13 21:32:38 -06:00 |
SeanOMik
|
6b119112fc
|
Just a bunch of small fixes
|
2020-12-08 20:38:31 -06:00 |
Joshua Scott
|
802dfeba29
|
dml: Fix some const-correctness problems
|
2018-04-20 01:41:33 +01:00 |
Joshua Scott
|
8d7348aa81
|
dml: Fix bug with BYT/UBYT fields in XML
also made get_value_string and set_value_from_string public and part of the abstract base class.
|
2018-04-05 17:37:59 +01:00 |
Joshua Scott
|
e2f6bd1655
|
dml: Add method for getting FieldBase * from Record
Needed for niceties in the Python binding
|
2018-04-04 04:08:06 +01:00 |
Joshua Scott
|
c08eb617bf
|
dml: Add override specifier
|
2018-04-03 17:11:34 +01:00 |
Joshua Scott
|
016e360b98
|
dml: Fields don't need to know which Record they belong to
This was preventing progress on the Python binding
|
2018-04-02 02:54:13 +01:00 |
Joshua Scott
|
9034c893a7
|
dml: Add more robust error reporting
|
2018-04-01 16:23:36 +01:00 |
Joshua Scott
|
cad6f44208
|
dml: Add XML input/output
<RECORD> elements can now be parsed.
Tests need to be written for this.
|
2018-03-31 20:22:57 +01:00 |
Joshua Scott
|
6883cae2ae
|
dml: Documentation
There's really not a lot worth documenting though.
|
2018-03-30 21:34:06 +01:00 |
Joshua Scott
|
2f56518b66
|
dml: Replace usage of wchar_t with char16_t
|
2018-03-30 20:05:01 +01:00 |
Joshua Scott
|
2dad97aded
|
dml: Don't add fields with the same name but different types
|
2018-03-30 16:37:17 +01:00 |
Joshua Scott
|
be07d23ecf
|
dml: Simple implementation
Still missing specializations for each DML type
|
2018-03-29 16:06:20 +01:00 |
Joshua Scott
|
54c1e509f6
|
dml: Add header files
|
2018-03-26 21:39:10 +01:00 |