Thomas Fussell
|
31911b1afc
|
remove schemata, remove test xml data, implement minimal round-tripping
|
2016-08-13 14:45:26 -04:00 |
|
Thomas Fussell
|
29ef278779
|
fix linux build
|
2016-08-12 23:26:57 -04:00 |
|
Thomas Fussell
|
4baeeb824f
|
finish excel template, fix errors
|
2016-08-12 23:06:25 -04:00 |
|
Thomas Fussell
|
1b5bdbeb18
|
improve manifest interface, work on round-tripping
|
2016-08-12 00:22:14 -04:00 |
|
Thomas Fussell
|
ed591e1559
|
fix more build errors
|
2016-08-10 00:58:38 -10:00 |
|
Thomas Fussell
|
2fff29ba86
|
fix non-windows build errors
|
2016-08-06 10:50:29 -04:00 |
|
Thomas Fussell
|
6c829a235a
|
improve manifest, implement true thumbnail handling, being refactoring serialization tests
|
2016-08-06 10:40:17 -04:00 |
|
Thomas Fussell
|
cf80c46b66
|
a little refactoring
|
2016-08-05 01:52:05 -04:00 |
|
Thomas Fussell
|
53e1757c2e
|
fix passing non-const ref to temporary
|
2016-08-03 08:46:50 -04:00 |
|
Thomas Fussell
|
116e53fb0c
|
remove shlwapi functions and use stat instead
|
2016-08-03 08:00:16 -04:00 |
|
Thomas Fussell
|
f679f8a8d1
|
remove document_properties and app_properties includes
|
2016-08-03 07:45:09 -04:00 |
|
Thomas Fussell
|
d15ef0f6bf
|
remove unused zip_file function and delete removed source file packaging/document_properties
|
2016-08-03 07:41:42 -04:00 |
|
Thomas Fussell
|
ccc3995709
|
start correctly implementing opc
|
2016-08-03 00:12:18 -04:00 |
|
Thomas Fussell
|
f21d4c922c
|
initialize tint, probably fixes the intermitten error
|
2016-08-02 00:34:07 -04:00 |
|
Thomas Fussell
|
ff401a0843
|
add temporary output for debugging
|
2016-08-02 00:20:29 -04:00 |
|
Thomas Fussell
|
0da0299328
|
remove extraneous source file
|
2016-08-01 18:51:11 -04:00 |
|
Thomas Fussell
|
69bd89da63
|
specialize std::hash for border::side and get rid of border::default
|
2016-08-01 18:47:17 -04:00 |
|
Thomas Fussell
|
4234a62b8b
|
clean up api and do more testing
|
2016-08-01 18:33:43 -04:00 |
|
Thomas Fussell
|
e8972ec423
|
fix infinite loop
|
2016-07-30 18:35:57 -04:00 |
|
Thomas Fussell
|
cd3c0c5f0b
|
test number_formatter and improve exceptions
|
2016-07-30 11:58:36 -04:00 |
|
Thomas Fussell
|
5bd1a79536
|
refactor custom exceptions
|
2016-07-29 18:55:49 -04:00 |
|
Thomas Fussell
|
d39f5b2299
|
improve manifest
|
2016-07-29 17:50:33 -04:00 |
|
Thomas Fussell
|
6707736fa8
|
don't use worksheet id as the sheet index since it is an arbitrary value
|
2016-07-26 21:57:35 -04:00 |
|
Thomas Fussell
|
3a9fda8bfe
|
improve relationships<=>worksheets handling, fixes #59
|
2016-07-26 20:13:09 -04:00 |
|
Adam Nielsen
|
22be565b92
|
Add new test to confirm read then write doesn't change worksheet order
|
2016-07-25 11:38:15 +10:00 |
|
Thomas Fussell
|
9a6bcdfc54
|
fix range iterator tests
|
2016-07-23 21:24:25 -04:00 |
|
Thomas Fussell
|
8ef1fe1a28
|
test and implement reading gradient fill
|
2016-07-23 20:41:55 -04:00 |
|
Thomas Fussell
|
51db47e2a8
|
test workbook and fix mising template specialization
|
2016-07-23 19:43:24 -04:00 |
|
Thomas Fussell
|
dfaec919ff
|
test cell
|
2016-07-23 19:15:17 -04:00 |
|
Thomas Fussell
|
75dc7ebf26
|
get get_point_pos
|
2016-07-22 23:50:27 -04:00 |
|
Thomas Fussell
|
5cdaa6ec6b
|
remove cell_reference comparisons
|
2016-07-22 23:41:57 -04:00 |
|
Thomas Fussell
|
d1d9471e15
|
test opening bad files
|
2016-07-22 23:21:53 -04:00 |
|
Thomas Fussell
|
b10b2a2bd3
|
test manifest
|
2016-07-22 22:48:50 -04:00 |
|
Thomas Fussell
|
c1364199ee
|
improve manifest
|
2016-07-22 22:24:45 -04:00 |
|
Thomas Fussell
|
d3486bb986
|
improve constants
|
2016-07-22 20:26:02 -04:00 |
|
Thomas Fussell
|
f3caa31ccc
|
remove include
|
2016-07-21 23:32:05 -04:00 |
|
Thomas Fussell
|
c009278c60
|
clean up exceptions
|
2016-07-21 23:04:36 -04:00 |
|
Thomas Fussell
|
1859761775
|
improve workbook interface
|
2016-07-21 22:14:00 -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
|
007619fb79
|
test range reference
|
2016-07-21 19:50:49 -04:00 |
|
Thomas Fussell
|
3dda90fa8d
|
squeeze in some const_range_iterator coverage
|
2016-07-21 19:44:00 -04:00 |
|
Thomas Fussell
|
3fe69dd922
|
copy reference...
|
2016-07-21 19:39:07 -04:00 |
|
Thomas Fussell
|
9410b9fde3
|
test write page setup
|
2016-07-21 19:29:35 -04:00 |
|
Thomas Fussell
|
539b0f778e
|
easy test
|
2016-07-20 20:10:19 -04:00 |
|
Thomas Fussell
|
6a4690d109
|
add exports for testing detail in windows dll
|
2016-07-20 19:58:09 -04:00 |
|
Thomas Fussell
|
894c46c920
|
finish renaming test helpers and fix windows errors
|
2016-07-20 19:54:24 -04:00 |
|
Thomas Fussell
|
0c9bde91b7
|
fix windows warnings
|
2016-07-20 19:47:47 -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
|
faccef71d7
|
test zip_file
|
2016-07-19 23:39:08 -04:00 |
|
Thomas Fussell
|
ef2b8de33d
|
fix windows bug
|
2016-07-20 10:28:12 +08:00 |
|
Thomas Fussell
|
0b62d1e1d6
|
call static methods statically
|
2016-07-19 21:23:11 -04:00 |
|
Thomas Fussell
|
7b558c6857
|
fix windows includes
|
2016-07-19 21:19:34 -04:00 |
|
Thomas Fussell
|
a99feb4e57
|
test and fix zip_file::extract
|
2016-07-19 21:17:31 -04:00 |
|
Thomas Fussell
|
336014aca8
|
test reading styled text
|
2016-07-19 20:36:12 -04:00 |
|
Thomas Fussell
|
4b34273f1b
|
test writing styled text
|
2016-07-19 20:27:14 -04:00 |
|
Thomas Fussell
|
d29a5f0245
|
test cell reference
|
2016-07-18 21:38:16 -04:00 |
|
Thomas Fussell
|
39369220f7
|
test cell comment
|
2016-07-18 21:26:14 -04:00 |
|
Thomas Fussell
|
36b676048f
|
fix bug
|
2016-07-18 03:20:20 +08:00 |
|
Thomas Fussell
|
026058d111
|
test workbook some
|
2016-07-17 14:59:11 -04:00 |
|
Thomas Fussell
|
101ba5e49f
|
remove some unneccessary encoding stuff
|
2016-07-17 13:49:59 -04:00 |
|
Thomas Fussell
|
93a5bccac2
|
test test test
|
2016-07-16 20:06:39 -04:00 |
|
Thomas Fussell
|
0502e1e2d4
|
test test test
|
2016-07-16 19:40:20 -04:00 |
|
Thomas Fussell
|
f614c737f5
|
test text
|
2016-07-16 18:42:56 -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
|
64c95aa7c5
|
fix #58
|
2016-07-14 22:05:39 -04:00 |
|
Thomas Fussell
|
959d246995
|
start testing writing styles
|
2016-07-13 23:12:49 -04:00 |
|
Thomas Fussell
|
8e17339ef0
|
fix out of bounds error detected in msvc
|
2016-07-14 07:20:31 +08: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
|
24ac76ccd4
|
try exclude again
|
2016-07-09 14:38:47 -04:00 |
|
Thomas Fussell
|
24b966cf86
|
export column_t friend functions, attempt to exclude test headers from coveralls
|
2016-07-09 14:21:10 -04:00 |
|
Thomas Fussell
|
f70e4db1e1
|
cover column_t
|
2016-07-09 10:59:27 -04:00 |
|
Thomas Fussell
|
29b594940f
|
cover time
|
2016-07-09 10:37:12 -04:00 |
|
Thomas Fussell
|
2e035bba62
|
cover const_worksheet_iterator
|
2016-07-09 10:20:08 -04:00 |
|
Thomas Fussell
|
60372fb145
|
cover alignment.cpp
|
2016-07-09 10:13:56 -04:00 |
|
Thomas Fussell
|
874ea7abeb
|
cover worksheet_iterator.hpp
|
2016-07-09 10:02:58 -04:00 |
|
Thomas Fussell
|
a2814d3465
|
cover header_footer.hpp
|
2016-07-09 00:22:08 -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
|
a1688c7e48
|
add size check to removal of trailing zeros in number formats
|
2016-07-06 18:50:30 +08:00 |
|
Thomas Fussell
|
9f1ac60d20
|
start implementing complex number formats, test builtin formats
|
2016-07-05 21:27:35 -04:00 |
|
Thomas Fussell
|
0ee716f94f
|
Merge pull request #54 from xpol/fixes-test-warnings
Fixes warnings about compare double to bool.
|
2016-07-04 12:17:31 -04:00 |
|
Thomas Fussell
|
47f74fd4c1
|
fix some windows build problems and warnings
|
2016-07-05 00:09:51 +08: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
|
d8b9a71c59
|
fix std::abs call
|
2016-07-03 11:41:59 -04:00 |
|
Thomas Fussell
|
54c08246ce
|
improve names to fix errors
|
2016-07-03 11:34:44 -04:00 |
|
Thomas Fussell
|
d92ad1ab9c
|
finally implement a real number format parser. that was rough...
|
2016-07-03 11:22:53 -04:00 |
|
Xpol Wan
|
933beab976
|
Fixes warnings about compare double to bool.
|
2016-06-29 17:23:43 +08: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
|
c7bc216026
|
improve worksheet test coverage
|
2016-06-23 09:33:10 +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
|
f28e09d9a3
|
finish testing page setup
|
2016-06-19 21:16:05 +01:00 |
|