John McNamara
6963a67af3
Flattened third party include structure.
2016-07-11 23:15:32 +01:00
John McNamara
2cd8f8a3c2
Added extra docs for temp file handling.
2016-07-11 21:42:18 +01:00
John McNamara
c2097b2891
Changed the unit tests to use lxw_tmpfile().
2016-07-11 00:17:37 +01:00
John McNamara
c46b76ab9d
Added tmpdir parameter to workbook constructor.
2016-07-10 23:46:51 +01:00
John McNamara
d20abef883
Added tmpfileplus license to the docs.
2016-07-10 16:44:34 +01:00
John McNamara
c144115bb5
Added tmpfileplus as the default tmpfile() handler.
2016-07-10 16:20:11 +01:00
John McNamara
605bcec87b
Added tmpfileplus to build system.
2016-07-10 15:40:41 +01:00
John McNamara
1c33af68ce
Fix warnings
2016-07-10 15:39:23 +01:00
John McNamara
37656389c8
Added tmpfileplus v 2.0.0 files.
2016-07-10 15:34:32 +01:00
John McNamara
585cf96233
Change lxw_strerror param type to lxw_errror.
2016-07-05 00:58:10 +01:00
John McNamara
7e42370455
Minor doc fix.
2016-07-05 00:51:52 +01:00
John McNamara
f66890633b
Prep for release 0.4.0.
2016-07-05 00:31:18 +01:00
John McNamara
9fe8368df7
Minor doc fixes.
2016-07-05 00:16:22 +01:00
John McNamara
1ad53b05f9
Create internal copy of user supplied agebreaks.
...
Issue #61 .
2016-07-04 23:53:20 +01:00
John McNamara
e011bbefee
Minor code refactoring.
...
Issue #60 .
2016-07-04 21:51:32 +01:00
John McNamara
bfb9a993c9
Made all char pointers in the public api const.
...
Issue #59 .
2016-07-04 21:47:42 +01:00
John McNamara
93b5e0afbe
Define snprintf for MCVC 2010.
...
Issue #58 .
2016-07-04 20:59:01 +01:00
John McNamara
b7c17ba797
Undefine SLIST_ENTRY in Windows code for avoid warning.
...
Issue #57 .
2016-07-03 14:05:38 +01:00
John McNamara
50dba518e5
Converted return types to explicit lxw_error.
...
Converted return types to explicit lxw_error for better compatibility
with C++ compilers.
Issue #56 .
2016-07-03 13:53:11 +01:00
John McNamara
a094313ac8
Prep for release 0.3.9.
2016-07-03 01:11:15 +01:00
John McNamara
d0e1cad2ef
Added docs for mingw.
2016-07-03 00:58:51 +01:00
John McNamara
234ab73cd2
Added sections to the docs.
2016-07-03 00:51:02 +01:00
John McNamara
f24916334b
Added docs for mingw.
2016-07-03 00:49:13 +01:00
John McNamara
d7a3e2ae5f
Added 32bit build to test matrix.
2016-06-26 04:05:47 +01:00
John McNamara
c4d68e5d92
Fix col width size in 32bit builds.
2016-06-25 21:10:05 +01:00
John McNamara
8c37848647
Fix makefiles for msys2/mingw64.
2016-06-25 02:47:45 +01:00
John McNamara
abb1c22ba9
Added make uninstall and strip targets.
2016-06-24 01:22:29 +01:00
John McNamara
2eec85c4b3
Fixe for makefile CC on mingw.
2016-06-24 01:00:52 +01:00
John McNamara
acd70f3dc7
Replace non ISO C90 __func__.
2016-06-24 00:44:52 +01:00
John McNamara
6aaf95c1ab
Fixes for mingw and cygwin.
2016-06-23 23:03:51 +01:00
John McNamara
be0097b717
Fixes for mingw and cygwin.
2016-06-23 21:35:23 +01:00
John McNamara
56064038a4
Prep for release 0.3.8.
2016-06-11 14:56:41 +01:00
John McNamara
8c6174ffd9
Added docs for custom doc properties.
2016-06-11 14:40:09 +01:00
John McNamara
0479f297b4
Updated copyright year.
2016-06-11 09:40:31 +01:00
John McNamara
d710da25d2
Added more custom property types.
2016-06-11 01:03:30 +01:00
John McNamara
2fa33fe58a
Initial working custom properties.
2016-06-10 00:31:09 +01:00
John McNamara
d3536296b0
Initial structure for custom properties.
2016-06-09 00:15:23 +01:00
John McNamara
af0063a75f
Prep for release 0.3.7.
2016-06-03 01:01:57 +01:00
John McNamara
6ba940f58d
Added script to generate umbrella file.
2016-06-03 00:47:26 +01:00
John McNamara
4f5b59e869
Merge pull request #50 from lrossi/update-cocoapods
...
Add ability to build pod as a framework
2016-06-02 23:18:15 +01:00
John McNamara
0f72143e8f
Minor refactoring.
2016-06-01 23:20:27 +01:00
John McNamara
ba4db0c3f3
Fix variable size.
2016-06-01 00:49:09 +01:00
John McNamara
e37518625d
Prep for release 0.3.6.
2016-06-01 00:13:27 +01:00
John McNamara
d8eed38b6e
Make non-exported symbols static.
2016-05-31 23:56:53 +01:00
John McNamara
a9018a7189
Update copyright year.
2016-05-31 20:01:58 +01:00
John McNamara
af9c7147ed
Fix for images with zero dpi.
2016-05-31 19:49:28 +01:00
John McNamara
779ae34d64
Prep for release 0.3.5.
2016-05-31 08:26:13 +01:00
John McNamara
d5922b0257
Added sample tmpfile function alternative.
2016-05-30 21:43:56 +01:00
John McNamara
8231ead05b
Refactored error handling and reporting.
...
Some of the previously defined error names have changed to give
a more consistent interface. Also added a lxw_strerror() function
to decode the error to a string.
Issue #49 .
2016-05-30 21:16:25 +01:00
Ludovico Rossi
d4a7444e37
Add ability to build pod as a framework
2016-05-30 22:05:03 +02:00