Thomas Fussell
|
16bfbf78f5
|
use cmake to build python module
|
2017-07-04 16:03:34 -07:00 |
|
Thomas Fussell
|
bb96d01f49
|
start making python paths configurable
|
2017-07-03 08:54:30 -07:00 |
|
Thomas Fussell
|
5e3476f755
|
Merge branch 'feature/arrow' into dev
|
2017-07-03 08:42:31 -07:00 |
|
Thomas Fussell
|
dbe60a5227
|
finish removing boost python dependency, looking promising!
|
2017-07-03 07:42:35 -07:00 |
|
Thomas Fussell
|
588809d74d
|
start removing boost python dependency from python_streambuf
|
2017-07-03 06:47:42 -07:00 |
|
Thomas Fussell
|
49f520a9ed
|
fix string array declarations and typo
|
2017-07-03 06:19:06 -07:00 |
|
Thomas Fussell
|
16683e4fbd
|
compile xlntarrow as shared lib for now
|
2017-07-03 06:10:23 -07:00 |
|
Thomas Fussell
|
dfa0ab6b69
|
clean up setup.py and prepare for cmake config
|
2017-07-03 06:08:55 -07:00 |
|
Thomas Fussell
|
f9c17bf075
|
use nullptr instead of NULL, fix warning from storing string literal as non-const
|
2017-07-03 06:06:21 -07:00 |
|
Thomas Fussell
|
2aeec48b73
|
cast python function pointer to void pointer to avoid error
|
2017-07-03 06:01:33 -07:00 |
|
Thomas Fussell
|
80fb2a6e29
|
use c99 for for loop declarations
|
2017-07-03 06:00:27 -07:00 |
|
Thomas Fussell
|
6777982f08
|
clarify target_mode namespace
|
2017-07-02 19:17:14 -07:00 |
|
Thomas Fussell
|
da8fdf6667
|
remove thousands separator
|
2017-07-02 19:15:42 -07:00 |
|
Thomas Fussell
|
9f95894372
|
use unique_ptr constructor instead of make_unique (C++14+ only)
|
2017-07-02 19:10:22 -07:00 |
|
Thomas Fussell
|
498f3a6f71
|
Merge branch 'master' into feature/arrow
|
2017-07-02 19:03:24 -07:00 |
|
Thomas Fussell
|
aa8fc77964
|
Merge branch 'master' into feature/arrow
|
2017-07-02 19:01:24 -07:00 |
|
Thomas Fussell
|
456b9bbd80
|
specify hash to use (scoped_enum_hash) for variant::type hash table
|
2017-07-02 19:00:37 -07:00 |
|
Thomas Fussell
|
7fb9df97be
|
ifdef out codecvt
|
2017-07-02 18:56:16 -07:00 |
|
Thomas Fussell
|
245f5117d3
|
don't use string_literal for now
|
2017-07-02 18:56:00 -07:00 |
|
Thomas Fussell
|
e104c6a9b6
|
specify namespace in friend declaration
|
2017-07-02 18:54:32 -07:00 |
|
Thomas Fussell
|
9861dc761a
|
typo
|
2017-07-02 18:40:11 -07:00 |
|
Thomas Fussell
|
f502626418
|
forgot to conditionally include codecvt in path.cpp
|
2017-07-02 18:39:44 -07:00 |
|
Thomas Fussell
|
0ee0817757
|
include utfcpp for now to allow GCC <5.0 to build xlnt
|
2017-07-02 18:33:53 -07:00 |
|
Thomas Fussell
|
c739eda35b
|
get rid of underscores in file/directory names, try linking xlnt statically (is this good?)
|
2017-07-02 11:43:26 -04:00 |
|
Thomas Fussell
|
361078644e
|
now we're getting somewhere. all components are building. just need to clean up build process, test on osx/linux, and actually write the real glue code
|
2017-07-01 10:46:48 -04:00 |
|
Thomas Fussell
|
fa2e66ff2d
|
mock out both conversion functions in the python module
|
2017-06-28 10:20:22 -04:00 |
|
Thomas Fussell
|
333e8c702f
|
set up directory structure
|
2017-06-28 10:08:39 -04:00 |
|
Thomas Fussell
|
9f9dfe7a75
|
qualify use of extended_property enum class, fixes #186
|
2017-06-26 13:26:34 +00:00 |
|
Thomas Fussell
|
d7b5374614
|
fix accidental commit of test file path
|
2017-06-25 13:14:56 -04:00 |
|
Thomas Fussell
|
cf2dc9d7fb
|
include streaming reader in xlnt.hpp
|
2017-06-25 13:14:29 -04:00 |
|
Thomas Fussell
|
56d744b6f9
|
start cleaning up code
|
2017-06-25 09:29:45 -04:00 |
|
Thomas Fussell
|
fdd91f817f
|
basic streaming read works now, just need to clean up the logic
|
2017-06-24 22:07:37 -04:00 |
|
Thomas Fussell
|
6f716c6e89
|
work on streaming cell reading, using ugly copy-pasted code for now [ci
skip]
|
2017-06-24 11:39:48 -04:00 |
|
Thomas Fussell
|
3153600768
|
read worksheet xml correctly
|
2017-06-22 08:56:01 -04:00 |
|
Thomas Fussell
|
72b8bd6b67
|
work out how to handle worksheet rels during streaming parsing
|
2017-06-21 09:17:06 -04:00 |
|
Thomas Fussell
|
b79221860c
|
show master branch travis build status [ci skip]
|
2017-06-20 13:36:37 -04:00 |
|
Thomas Fussell
|
a9fd6b064e
|
minor fixes to get it to compile. lots of failing tests for now...
|
2017-06-20 13:29:50 -04:00 |
|
Thomas Fussell
|
d7e7526beb
|
add failing tests and begin restructuring worksheet reading [ci skip]
|
2017-06-17 10:53:37 -04:00 |
|
Thomas Fussell
|
eb201f5f70
|
handle absolute relationship targets the correct way
|
2017-06-16 09:13:42 -04:00 |
|
Thomas Fussell
|
2305eae8b6
|
pass streaming arg to read_part
|
2017-06-16 09:11:42 -04:00 |
|
Thomas Fussell
|
7834b564f4
|
handle absolute relationship targets the correct way
|
2017-06-16 09:11:24 -04:00 |
|
Thomas Fussell
|
7b391321f6
|
Merge branch 'master' into feature/streaming
|
2017-06-15 18:10:37 -04:00 |
|
Thomas Fussell
|
342184139f
|
intermediate commit
|
2017-06-15 18:10:27 -04:00 |
|
Thomas Fussell
|
15492bdcc4
|
remove ambiguous wording about project status [ci skip]
|
2017-06-14 15:56:48 -04:00 |
|
Thomas Fussell
|
cae6276b23
|
prevent exception from being thrown when a view doesn't contain window attributes
|
2017-06-14 15:45:01 -04:00 |
|
Thomas Fussell
|
d14f8c2e5f
|
fix canonicalization of relationship chains when the last link is absolute
|
2017-06-14 15:44:19 -04:00 |
|
Thomas Fussell
|
9d312ee7f4
|
make the code compile
|
2017-06-14 15:43:25 -04:00 |
|
Thomas Fussell
|
b3c044948f
|
start architecting streaming read/write api
|
2017-06-12 10:34:35 -04:00 |
|
Thomas Fussell
|
2c5d579a1b
|
Merge branch 'master' of https://github.com/tfussell/xlnt
|
2017-05-10 08:44:41 -04:00 |
|
Thomas Fussell
|
d2be054b7c
|
optimize shared strings and handle formula strings correctly
|
2017-05-10 08:44:25 -04:00 |
|