Thomas Fussell
|
c1364199ee
|
improve manifest
|
2016-07-22 22:24:45 -04:00 |
|
Thomas Fussell
|
ce0ae608ee
|
test inlinestr
|
2016-07-21 20:44:00 -04:00 |
|
Thomas Fussell
|
ffeb1b1046
|
remove unneeded number formats and finish testing number format
|
2016-07-21 20:15:53 -04:00 |
|
Thomas Fussell
|
e222e1b268
|
fix warnings
|
2016-07-20 19:16:51 -04:00 |
|
Thomas Fussell
|
dec6aaa49a
|
test some stuff, rename some other stuff
|
2016-07-20 19:04:44 -04:00 |
|
Thomas Fussell
|
f406f657c4
|
test some skipped branches
|
2016-07-16 15:57:50 -04:00 |
|
Thomas Fussell
|
25b995bc78
|
improve fill and style serialization test coverage
|
2016-07-14 22:09:57 -04:00 |
|
Thomas Fussell
|
053508e8b7
|
test some number formatting edge cases
|
2016-07-11 18:10:57 -04:00 |
|
Thomas Fussell
|
8970bfaffb
|
improve style writing coverage. i think that's enough for today
|
2016-07-09 15:12:53 -04:00 |
|
Thomas Fussell
|
60372fb145
|
cover alignment.cpp
|
2016-07-09 10:13:56 -04:00 |
|
Thomas Fussell
|
5147a282af
|
implement fractional number format, continue implementing tests for builtin formats
|
2016-07-08 19:39:28 -04:00 |
|
Thomas Fussell
|
9f1ac60d20
|
start implementing complex number formats, test builtin formats
|
2016-07-05 21:27:35 -04:00 |
|
Thomas Fussell
|
9ae506c1ea
|
move serialization classes to detail, recouple with pugixml (no reason to abstract)
|
2016-07-03 19:22:08 -04:00 |
|
Thomas Fussell
|
d92ad1ab9c
|
finally implement a real number format parser. that was rough...
|
2016-07-03 11:22:53 -04:00 |
|
Thomas Fussell
|
bdc770d23a
|
improve number_format test coverage
|
2016-06-24 10:43:51 +01:00 |
|
Thomas Fussell
|
aa0dee3191
|
add more tests for complex number formats
|
2016-06-23 10:34:20 +01:00 |
|
Thomas Fussell
|
4dae9438fb
|
add utf8 bom to test_number_format because of euro symbol
|
2016-06-19 22:43:17 +01:00 |
|
Thomas Fussell
|
b4a7b1c849
|
fix typo
|
2016-06-19 22:23:32 +01:00 |
|
Thomas Fussell
|
112aa14e1a
|
test number format locale currency symbol
|
2016-06-19 22:20:49 +01:00 |
|
Thomas Fussell
|
e26c5595d1
|
cover missed lines in fill.cpp
|
2016-06-19 21:58:55 +01:00 |
|
Thomas Fussell
|
523fe10898
|
test other condition types
|
2016-06-19 21:50:41 +01:00 |
|
Thomas Fussell
|
7b6b5517d9
|
finish testing fill
|
2016-06-19 21:30:15 +01:00 |
|
Thomas Fussell
|
2732cd6479
|
finish testing color
|
2016-06-19 21:06:12 +01:00 |
|
Thomas Fussell
|
27cb3a089d
|
work on cell.cpp test coverage
|
2016-06-19 19:43:41 +01:00 |
|
Thomas Fussell
|
d194fe9640
|
oops, my python is leaking
|
2016-06-18 23:13:52 +01:00 |
|
Thomas Fussell
|
03080dbe1f
|
test conditional formats
|
2016-06-18 23:07:22 +01:00 |
|
Thomas Fussell
|
d8eda2aeb4
|
test text section of custom number format
|
2016-06-18 10:06:02 +01:00 |
|
Thomas Fussell
|
0cd96b0494
|
begin creating number_format tests
|
2016-06-18 09:32:09 +01:00 |
|
Thomas Fussell
|
3d29186d6a
|
improve enum serialization, closes #50
|
2016-06-12 19:59:59 -04:00 |
|
Thomas Fussell
|
85e1b4a333
|
refactor styles... again
|
2016-06-10 13:40:50 -04:00 |
|
Thomas Fussell
|
3a589fe8ef
|
define some built-in rgb colors, missing fill method
|
2016-05-16 19:31:44 -04:00 |
|
Thomas Fussell
|
135af6e6c9
|
fix styles -- Excel wanted to repair saved workbooks
|
2016-05-15 15:03:02 -04:00 |
|
Thomas Fussell
|
365e2f93fc
|
fix round-tripping of text runs with formatting
|
2016-05-15 11:51:32 -04:00 |
|
Thomas Fussell
|
760d044f7d
|
add utf8 bom to number_format source to resolve encoding issues in VS2015, closes 43
|
2016-05-15 10:24:34 -04:00 |
|
Thomas Fussell
|
74cc503215
|
clarify naming of styles and formats
|
2016-05-14 13:57:07 -04:00 |
|
Thomas Fussell
|
916883e427
|
fix last few tests
|
2016-05-14 12:42:34 -04:00 |
|
Thomas Fussell
|
d2d53dfc6d
|
only a few failing tests remain
|
2016-05-13 14:40:17 -04:00 |
|
Thomas Fussell
|
713bd1ea12
|
almost done finally. still need to figure out the interaction between styles and named styles, maybe improve naming
|
2016-05-03 15:37:34 -04:00 |
|
Thomas Fussell
|
198483c88e
|
the library compiles now. tests don't
|
2016-05-01 11:08:56 -04:00 |
|
Thomas Fussell
|
9bd6e92297
|
not done yet. I can't beleive how complicated this is
|
2016-04-30 16:19:45 -04:00 |
|
Thomas Fussell
|
1e045d7e95
|
implement more cell formatting
|
2016-03-14 11:46:01 +08:00 |
|
Thomas Fussell
|
5a9c18834d
|
work on round-tripping of a workbook with complex formatting
|
2016-03-10 17:12:51 +08:00 |
|
Thomas Fussell
|
d62ad6731d
|
update copyright year
|
2015-12-24 17:10:02 -05:00 |
|
Thomas Fussell
|
40eb6c9cb6
|
fix missing header for std::runtime_error
|
2015-12-24 15:58:31 -05:00 |
|
Thomas Fussell
|
537b76dd3f
|
clean up styles and hashing, add license boilerplate to all files, update readme, finish moving implementations to source files
|
2015-12-24 15:51:11 -05:00 |
|
Thomas Fussell
|
eb961a91b9
|
fix missing header
|
2015-11-21 14:32:50 -05:00 |
|
Thomas Fussell
|
acfb5c642b
|
keep cleaning up iterators, documenting classes, and moving implementations to source files
|
2015-11-20 20:41:32 -05:00 |
|
Thomas Fussell
|
40fc54f55e
|
revert to 3bb988c422 reluctantly
|
2015-11-10 18:58:54 -05:00 |
|
Thomas Fussell
|
665f8fbebc
|
made a new string class for dll exports
|
2015-11-04 18:45:03 -05:00 |
|
Thomas Fussell
|
2c8ccdfcda
|
restructure source and clean up cmake scripts
|
2015-11-03 08:38:09 -05:00 |
|