Dustin Oprea
|
f9267550eb
|
ifd_builder: Added renaming tests.
|
2018-04-20 04:16:48 -04:00 |
Dustin Oprea
|
b5299427bc
|
ifd_builder: Added tests for creating and adding.
|
2018-04-19 04:04:19 -04:00 |
Dustin Oprea
|
f99faad160
|
builder: Added full IFD-building functionality.
- There are still some placeholders for things that we need to figure
out.
- Still needs tests.
|
2018-04-19 02:43:17 -04:00 |
Dustin Oprea
|
52dafd070a
|
collect: Added a massive test for collected structure.
|
2018-04-19 01:02:03 -04:00 |
Dustin Oprea
|
679ea19d6c
|
ifd_enumerate. The IFD tree and content can now be collected.
- Collected into a static structure in addition to scanned (which is
- only a visitor pattern).
- Test still has be finished.
|
2018-04-18 07:58:05 -04:00 |
Dustin Oprea
|
acbda6d1e1
|
ifd_enumerate: Refactored for reusability from a collector loop.
|
2018-04-18 06:28:12 -04:00 |
Dustin Oprea
|
33e3f2e4eb
|
ifd: Renamed Ifd to IfdEnumerate.
|
2018-04-17 07:51:34 -04:00 |
Dustin Oprea
|
917e288adf
|
Refactored byte-ordering to use standard binary.ByteOrder .
- ..rather than unnecessary custom implementation.
|
2018-04-17 06:18:31 -04:00 |
Dustin Oprea
|
53f74d18a1
|
type: Added encoding and complete encode/parse tests.
|
2018-04-17 06:06:51 -04:00 |
Dustin Oprea
|
5864c10c03
|
Added TODO items with writing objectives.
|
2018-04-16 03:40:30 -04:00 |
Dustin Oprea
|
f1521d4bac
|
documentation: Added documentation and reader-tool for testing.
|
2018-04-16 01:57:30 -04:00 |
Dustin Oprea
|
42e678f6c2
|
type: Implemented workflow for undefined-type tags.
- Implemented for the straightforward tags. Noted what had to be done
for the rest.
|
2018-04-16 00:30:39 -04:00 |
Dustin Oprea
|
172013e0f0
|
ifd: Implemented recursion. Refactored IFD seeking.
- tags.yaml: Uncommented previously-unhandleable tags.
|
2018-04-15 23:13:25 -04:00 |
Dustin Oprea
|
34fb63841d
|
tags: Now use iterative YAML parser.
|
2018-04-15 20:16:32 -04:00 |
Dustin Oprea
|
a7bf17d299
|
assets: Updated tags.
- Wrote tool to produce complete knowledge of tags.
|
2018-04-15 13:40:24 -04:00 |
Dustin Oprea
|
1511788a4e
|
ifd: Implemented several layers of value processing. Done.
- It's going to be laborious to write unit-tests for, though.
|
2018-04-15 01:25:30 -04:00 |
Dustin Oprea
|
315ca60f03
|
ifd: Formalized visitor implementation.
|
2018-04-14 20:32:02 -04:00 |
Dustin Oprea
|
05fe72f929
|
Added tag lookup. Only a minimal number of tags are currently known.
|
2018-04-14 20:04:35 -04:00 |
Dustin Oprea
|
685d801489
|
Initial commit.
- Parsing works.
- Not yet resolving values.
- Not yet resolving the actual IDs.
- Not yet able to make changes.
|
2018-04-14 14:38:35 -04:00 |