John McNamara
a281037198
Refactor includes using include-what-you-use.
2021-06-17 20:38:22 +01:00
John McNamara
dcf8d418db
Fix gcc -Wformat-truncation warning.
2021-06-17 20:38:07 +01:00
John McNamara
19e48ba61c
Minor refactoring to fix type differences.
2021-06-09 15:00:47 +01:00
John McNamara
814634e2e9
Minor refactoring to fix const issues.
2021-06-08 21:31:59 +01:00
John McNamara
88a6a82730
Minor refactoring to make types match.
2021-06-06 21:04:15 +01:00
John McNamara
ab34f3ae3c
Minor refactoring.
2021-06-06 20:49:44 +01:00
John McNamara
8852feb4da
Minor refactoring to avoid variable shadowing.
2021-06-06 20:21:36 +01:00
John McNamara
a07e340fd8
Remove TODO warnings.
2021-06-06 20:09:21 +01:00
John McNamara
9c765e279b
Remove commented code.
2021-06-06 20:09:21 +01:00
John McNamara
3ad4e3866c
Remove some unnecessary code for inline rich strings.
2021-06-06 20:09:21 +01:00
John McNamara
c037de8e10
Remove unnecessary return.
2021-06-06 20:09:21 +01:00
John McNamara
103f0cfd8b
Minor refactoring.
2021-06-06 20:09:21 +01:00
John McNamara
712a90a8d3
Minor refactoring to avoid treating doubles as bools.
2021-06-06 20:09:21 +01:00
John McNamara
c62807f68f
Minor refactoring to merge if statements.
2021-06-06 20:09:21 +01:00
John McNamara
29c086579f
Minor refactoring of duplicate code.
2021-06-06 20:09:21 +01:00
John McNamara
79f9d3e01e
Minor change to sonar build.
2021-06-06 20:09:21 +01:00
John McNamara
77984543a0
Add gcov coverage to sonarcloud analysis.
2021-06-06 20:09:21 +01:00
John McNamara
427154b134
Fix for Cmake versions that don't support VERSION_GREATER_EQUAL
...
Closes #336
2021-06-06 20:09:21 +01:00
John McNamara
412571bb92
Add build support for gcov coverage.
2021-06-06 20:09:21 +01:00
John McNamara
972db12d50
Separate out the third_party build target.
2021-06-06 20:09:21 +01:00
John McNamara
cd660913e4
Fix sonarcloud warnings for some macros.
2021-06-02 13:55:46 +01:00
John McNamara
127d85070f
Add sonarcloud analysis make rule.
2021-06-02 13:54:59 +01:00
John McNamara
fb84d514e3
Prep for release 1.0.6.
RELEASE_1.0.6
2021-05-28 16:05:13 +01:00
John McNamara
7eacdb47f9
Add support for using MD5 functions from OpenSSL.
...
Feature request #335
2021-05-28 15:40:05 +01:00
John McNamara
925a147fc1
Add support for using MD5 functions from OpenSSL.
...
Feature request #335
2021-05-27 23:35:59 +01:00
John McNamara
acc0640237
Prep for release 1.0.5.
RELEASE_1.0.5
2021-05-14 00:30:56 +01:00
John McNamara
5f3647faa5
Test in-memory JPEG file.
2021-05-14 00:13:01 +01:00
John McNamara
af5115cbb5
Add support for worksheet background images.
2021-05-14 00:12:05 +01:00
John McNamara
5e1262cf46
Minor doc fix.
2021-05-12 20:46:16 +01:00
John McNamara
379c522613
Fix release target to push to main instead of master.
2021-05-08 00:43:09 +01:00
John McNamara
b45ba65a06
Prep for release 1.0.4.
RELEASE_1.0.4
2021-05-08 00:38:47 +01:00
John McNamara
e3fb0e2c32
Add support for GIF images.
2021-05-08 00:25:14 +01:00
John McNamara
019c8badc2
Added extra chart font axis test.
2021-04-25 13:47:25 +01:00
John McNamara
063f702593
Fix issue for y_axis font rotation of 0.
2021-04-23 20:54:09 +01:00
John McNamara
e478365508
Add initial support for dynamic arrays in formulas.
...
Feature request #327
2021-04-23 07:25:50 +01:00
John McNamara
3577fdd9fb
Prep for release 1.0.3.
RELEASE_1.0.3
2021-04-20 21:13:54 +01:00
John McNamara
f8919af346
Add support for R REprintf().
...
Added macro support for R function REprintf() instead of
fprintf(stderr).
Closes #273
2021-04-20 20:57:45 +01:00
John McNamara
b9a98af00d
Another fix for modified zconf.h on Gentoo.
...
Issue #116
2021-04-17 14:10:44 +01:00
John McNamara
df4f2aa854
Fix potential memory leak in worksheet_set_column().
...
Fix memory leak in worksheet_set_column() is column range was
overridden.
2021-04-15 23:19:41 +01:00
John McNamara
78c5bdaa7a
Prep for release 1.0.2.
RELEASE_1.0.2
2021-04-15 20:05:16 +01:00
John McNamara
e2795f601d
Add support for pixel sizing of rows and columns.
...
Added support for pixel sizing in worksheet_set_row() and
worksheet_set_column() via new functions called
worksheet_set_row_pixels() and worksheet_set_column_pixels().
2021-04-15 19:53:01 +01:00
John McNamara
2354d27646
Add -Ox compilation level for test objects.
2021-04-11 12:39:50 +01:00
John McNamara
c718466194
Minor fix for ctest output.
2021-04-10 21:11:11 +01:00
John McNamara
9aa3d73a5b
Prep for release 1.0.1.
RELEASE_1.0.1
2021-03-30 14:12:10 +01:00
John McNamara
37a8767551
Add explicit zlib.h include to fix some compiler issues.
...
Closes #316
2021-03-30 12:25:21 +01:00
John McNamara
186ba3839b
Add minor fix and docs for pkg-conf.
2021-03-29 18:04:04 +01:00
John McNamara
b351e55565
Minor doc updates.
2021-03-29 15:49:38 +01:00
John McNamara
3778da4d2d
Add docs for new worksheet_insert_image_opt() fields.
...
Add doc for new "description" and "decorative" fields for
worksheet_insert_image_opt().
2021-03-28 21:02:40 +01:00
John McNamara
ae4e652e57
Added more tests for image descriptions.
2021-03-28 02:06:57 +01:00
John McNamara
29c5461610
Add option to set read-only mode when opening a file.
...
Added the worksheet read_only_recommended() method to set the Excel
"Read-only Recommended" option that is available when saving a file.
2021-03-27 20:36:13 +00:00