Commit Graph

328 Commits

Author SHA1 Message Date
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
degaart
c53bfa53bc Merge branch 'worksheet--has_cell' 2015-12-24 10:00:56 +03:00
degaart
7f5b76447f added worksheet::has_cell
Added method worksheet::has_cell to check wether a const-qualified
worksheet objecthas data for a given cell
2015-12-24 09:58:11 +03:00
degaart
b56df594ae Use CMAKE_CXX_STANDARD
Use CMAKE_CXX_STANDARD to activate C++14 support in compilers
2015-12-23 09:25:18 +03:00
degaart
e5ce1fd2e6 Merge remote-tracking branch 'tfussell/master' 2015-12-23 08:53:44 +03:00
Thomas Fussell
7dc48c7c0b fix issue #34 2015-12-22 14:39:41 -05:00
Thomas Fussell
1ec1b2ac83 add test to reproduce issue #34 2015-12-22 14:39:06 -05:00
Thomas Fussell
26d0ace151 fix #35 by using utfcpp for utf8 string validation 2015-12-22 14:23:47 -05:00
Thomas Fussell
31c903589f add utfcpp submodule 2015-12-22 13:27:13 -05:00
Thomas Fussell
6cbe7c0bf9 fix msvc errors 2015-11-22 13:02:37 -05:00
Thomas Fussell
b2b9732a09 work on tests 2015-11-22 12:41:27 -05:00
Thomas Fussell
d749c563e5 add test for timedelta 2015-11-22 00:33:56 -05:00
Thomas Fussell
9c6b0d8d4e forgot that I cd'd into build dir 2015-11-21 14:54:55 -05:00
Thomas Fussell
5138dcc615 figure out appveyor exe directory 2015-11-21 14:46:21 -05:00
Thomas Fussell
626e85eac8 vs puts the exe in a different directory 2015-11-21 14:36:23 -05:00
Thomas Fussell
eb961a91b9 fix missing header 2015-11-21 14:32:50 -05:00
Thomas Fussell
7cf246994e fix appveyor submodule initialization 2015-11-21 14:29:07 -05:00
Thomas Fussell
4ba6b91b74 Merge branch 'master' of github.com:tfussell/xlnt 2015-11-21 14:26:15 -05:00
Thomas Fussell
0e5677611a add appveyor 2015-11-21 14:26:08 -05:00
Thomas Fussell
7a3045c788 Update README.md 2015-11-21 14:21:52 -05:00
Thomas Fussell
c905f5fc77 Update README.md 2015-11-21 14:20:37 -05:00
Thomas Fussell
d7eec7eb47 Update README.md 2015-11-21 14:15:45 -05:00
Thomas Fussell
0fd582ff4b fix travis 2015-11-21 14:04:27 -05:00
Thomas Fussell
b975a73ad5 fix travis 2015-11-21 12:48:30 -05:00
Thomas Fussell
a747010f00 fix travis 2015-11-21 12:29:28 -05:00
Thomas Fussell
4bb9cffa55 fix travis 2015-11-21 12:19:18 -05:00
Thomas Fussell
2e1629db9b fix travis 2015-11-21 12:11:59 -05:00
Thomas Fussell
b79f9b5f3b fix travis 2015-11-21 12:03:35 -05:00
Thomas Fussell
311844388f fix travis 2015-11-21 11:24:48 -05:00
Thomas Fussell
fc092d0130 fix travis 2015-11-21 11:07:17 -05:00
Thomas Fussell
e2eb98e8c9 fix travis 2015-11-21 10:57:45 -05:00
Thomas Fussell
e9891cb814 remove reqs 2015-11-21 00:59:07 -05:00
Thomas Fussell
bd15e13afc fix travis 2015-11-21 00:49:49 -05:00
Thomas Fussell
c456c920cc fix travis 2015-11-21 00:43:32 -05:00
Thomas Fussell
07f28f91c3 fix travis 2015-11-20 23:59:37 -05:00
Thomas Fussell
5dff524bc4 fix travis 2015-11-20 23:55:03 -05:00
Thomas Fussell
26cbe7d2e2 fix travis 2015-11-20 23:46:46 -05:00
Thomas Fussell
ddfe7279df fix travis 2015-11-20 23:40:54 -05:00
Thomas Fussell
5ba2aa995c add debug option to configure and fix travis 2015-11-20 23:34:39 -05:00
Thomas Fussell
72b6364f27 fix travis 2015-11-20 22:39:58 -05:00
Thomas Fussell
d7b0f35c1a fix travis 2015-11-20 22:33:09 -05:00
Thomas Fussell
dba634fdbe fix travis 2015-11-20 22:30:29 -05:00
Thomas Fussell
6f6c4d7860 fix travis 2015-11-20 22:28:56 -05:00
Thomas Fussell
52ebae54aa fix travis 2015-11-20 21:49:29 -05:00
Thomas Fussell
2209540b70 fix travis 2015-11-20 21:43:57 -05:00
Thomas Fussell
8c45076ad3 try c++14 on for travis 2015-11-20 21:35:50 -05:00
Thomas Fussell
22068c2791 fix travis 2015-11-20 21:33:38 -05:00
Thomas Fussell
6fd3fef717 try to integrate coveralls and improve configure script 2015-11-20 21:30:32 -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
47b81a83de start moving all implementations to source files 2015-11-19 22:54:54 -05:00