mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-21 06:45:21 -06:00
Updated copyright year.
This commit is contained in:
parent
7f9861171e
commit
dc31b10bad
77 changed files with 80 additions and 80 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Libxlsxwriter is released under a FreeBSD license:
|
Libxlsxwriter is released under a FreeBSD license:
|
||||||
|
|
||||||
Copyright 2014-2017, John McNamara <jmcnamara@cpan.org>
|
Copyright 2014-2018, John McNamara <jmcnamara@cpan.org>
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter library.
|
# Makefile for libxlsxwriter library.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
# Keep the output quiet by default.
|
# Keep the output quiet by default.
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# Simple program to arrange the example programs in a user defined order
|
# Simple program to arrange the example programs in a user defined order
|
||||||
# instead or sorted order. Also add a caption.
|
# instead or sorted order. Also add a caption.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
use warnings;
|
use warnings;
|
||||||
use strict;
|
use strict;
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# Simple program to generate the examples.dox file from a simple text file,
|
# Simple program to generate the examples.dox file from a simple text file,
|
||||||
# with links to the next/previous examples.
|
# with links to the next/previous examples.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# perl dev/release/gen_error_strings.pl include/xlsxwriter/common.h
|
# perl dev/release/gen_error_strings.pl include/xlsxwriter/common.h
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
use warnings;
|
use warnings;
|
||||||
use strict;
|
use strict;
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# Simple program to generate the coccoapods unbrella file.
|
# Simple program to generate the coccoapods unbrella file.
|
||||||
# Run from the libxlsxwriter root dir.
|
# Run from the libxlsxwriter root dir.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
use warnings;
|
use warnings;
|
||||||
use strict;
|
use strict;
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# perl dev/release/gen_windows_def_file.pl lib/libxlsxwriter.a
|
# perl dev/release/gen_windows_def_file.pl lib/libxlsxwriter.a
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
use warnings;
|
use warnings;
|
||||||
use strict;
|
use strict;
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter library.
|
# Makefile for libxlsxwriter library.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
# Keep the output quiet by default.
|
# Keep the output quiet by default.
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||||
<ul>
|
<ul>
|
||||||
$navpath
|
$navpath
|
||||||
<li class="footer">Copyright 2014-2017 John McNamara. $generatedby
|
<li class="footer">Copyright 2014-2018 John McNamara. $generatedby
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/></a></li>
|
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
<!--END GENERATE_TREEVIEW-->
|
<!--END GENERATE_TREEVIEW-->
|
||||||
<!--BEGIN !GENERATE_TREEVIEW-->
|
<!--BEGIN !GENERATE_TREEVIEW-->
|
||||||
<hr class="footer"/><address class="footer"><small>
|
<hr class="footer"/><address class="footer"><small>
|
||||||
Copyright 2014-2017 John McNamara.
|
Copyright 2014-2018 John McNamara.
|
||||||
$generatedby <a href="http://www.doxygen.org/index.html">
|
$generatedby <a href="http://www.doxygen.org/index.html">
|
||||||
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/>
|
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
* app - A libxlsxwriter library for creating Excel XLSX app files.
|
* app - A libxlsxwriter library for creating Excel XLSX app files.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
* chart - A libxlsxwriter library for creating Excel XLSX chart files.
|
* chart - A libxlsxwriter library for creating Excel XLSX chart files.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
*
|
*
|
||||||
* @brief Common functions and defines for the libxlsxwriter library.
|
* @brief Common functions and defines for the libxlsxwriter library.
|
||||||
*
|
*
|
||||||
* <!-- Copyright 2014-2017, John McNamara, jmcnamara@cpan.org -->
|
* <!-- Copyright 2014-2018, John McNamara, jmcnamara@cpan.org -->
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#ifndef __LXW_COMMON_H__
|
#ifndef __LXW_COMMON_H__
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
* content_types - A libxlsxwriter library for creating Excel XLSX
|
* content_types - A libxlsxwriter library for creating Excel XLSX
|
||||||
* content_types files.
|
* content_types files.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
* core - A libxlsxwriter library for creating Excel XLSX core files.
|
* core - A libxlsxwriter library for creating Excel XLSX core files.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
* custom - A libxlsxwriter library for creating Excel custom property files.
|
* custom - A libxlsxwriter library for creating Excel custom property files.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
* drawing - A libxlsxwriter library for creating Excel XLSX drawing files.
|
* drawing - A libxlsxwriter library for creating Excel XLSX drawing files.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
* hash_table - Hash table functions for libxlsxwriter.
|
* hash_table - Hash table functions for libxlsxwriter.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
* packager - A libxlsxwriter library for creating Excel XLSX packager files.
|
* packager - A libxlsxwriter library for creating Excel XLSX packager files.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
* relationships - A libxlsxwriter library for creating Excel XLSX
|
* relationships - A libxlsxwriter library for creating Excel XLSX
|
||||||
* relationships files.
|
* relationships files.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
* shared_strings - A libxlsxwriter library for creating Excel XLSX
|
* shared_strings - A libxlsxwriter library for creating Excel XLSX
|
||||||
* sst files.
|
* sst files.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
* styles - A libxlsxwriter library for creating Excel XLSX styles files.
|
* styles - A libxlsxwriter library for creating Excel XLSX styles files.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
* theme - A libxlsxwriter library for creating Excel XLSX theme files.
|
* theme - A libxlsxwriter library for creating Excel XLSX theme files.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
*
|
*
|
||||||
* @brief Utility functions for libxlsxwriter.
|
* @brief Utility functions for libxlsxwriter.
|
||||||
*
|
*
|
||||||
* <!-- Copyright 2014-2017, John McNamara, jmcnamara@cpan.org -->
|
* <!-- Copyright 2014-2018, John McNamara, jmcnamara@cpan.org -->
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* libxlsxwriter
|
* libxlsxwriter
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
* xmlwriter - A libxlsxwriter library for creating Excel XLSX
|
* xmlwriter - A libxlsxwriter library for creating Excel XLSX
|
||||||
* XML files.
|
* XML files.
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter library.
|
# Makefile for libxlsxwriter library.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
# Keep the output quiet by default.
|
# Keep the output quiet by default.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Used in conjunction with the libxlsxwriter library.
|
* Used in conjunction with the libxlsxwriter library.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Used in conjunction with the libxlsxwriter library.
|
* Used in conjunction with the libxlsxwriter library.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Used in conjunction with the libxlsxwriter library.
|
* Used in conjunction with the libxlsxwriter library.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Used in conjunction with the libxlsxwriter library.
|
* Used in conjunction with the libxlsxwriter library.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Used in conjunction with the libxlsxwriter library.
|
* Used in conjunction with the libxlsxwriter library.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Used in conjunction with the libxlsxwriter library.
|
* Used in conjunction with the libxlsxwriter library.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Used in conjunction with the libxlsxwriter library.
|
* Used in conjunction with the libxlsxwriter library.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Used in conjunction with the libxlsxwriter library.
|
* Used in conjunction with the libxlsxwriter library.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Used in conjunction with the libxlsxwriter library.
|
* Used in conjunction with the libxlsxwriter library.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Used in conjunction with the libxlsxwriter library.
|
* Used in conjunction with the libxlsxwriter library.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Used in conjunction with the libxlsxwriter library.
|
* Used in conjunction with the libxlsxwriter library.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Used in conjunction with the libxlsxwriter library.
|
* Used in conjunction with the libxlsxwriter library.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Used in conjunction with the libxlsxwriter library.
|
* Used in conjunction with the libxlsxwriter library.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Used in conjunction with the libxlsxwriter library.
|
* Used in conjunction with the libxlsxwriter library.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Used in conjunction with the libxlsxwriter library.
|
* Used in conjunction with the libxlsxwriter library.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Used in conjunction with the libxlsxwriter library.
|
* Used in conjunction with the libxlsxwriter library.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Used in conjunction with the libxlsxwriter library.
|
* Used in conjunction with the libxlsxwriter library.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Base test class for libxlsxwriter functional tests.
|
# Base test class for libxlsxwriter functional tests.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Helper functions for testing libxlsxwriter.
|
# Helper functions for testing libxlsxwriter.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter functional test executables.
|
# Makefile for libxlsxwriter functional test executables.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
# Keep the output quiet by default.
|
# Keep the output quiet by default.
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter library.
|
# Makefile for libxlsxwriter library.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
# Keep the output quiet by default.
|
# Keep the output quiet by default.
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter library.
|
# Makefile for libxlsxwriter library.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
# Keep the output quiet by default.
|
# Keep the output quiet by default.
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter library.
|
# Makefile for libxlsxwriter library.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../Makefile.unit
|
include ../Makefile.unit
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Test runner for xmlwriter using ctest.
|
* Test runner for xmlwriter using ctest.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define CTEST_MAIN
|
#define CTEST_MAIN
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter library.
|
# Makefile for libxlsxwriter library.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../Makefile.unit
|
include ../Makefile.unit
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Test runner for xmlwriter using ctest.
|
* Test runner for xmlwriter using ctest.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017 John McNamara, jmcnamara@cpan.org
|
* Copyright 2014-2018 John McNamara, jmcnamara@cpan.org
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define CTEST_MAIN
|
#define CTEST_MAIN
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter library.
|
# Makefile for libxlsxwriter library.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../Makefile.unit
|
include ../Makefile.unit
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Test runner for xmlwriter using ctest.
|
* Test runner for xmlwriter using ctest.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define CTEST_MAIN
|
#define CTEST_MAIN
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter library.
|
# Makefile for libxlsxwriter library.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../Makefile.unit
|
include ../Makefile.unit
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Test runner for xmlwriter using ctest.
|
* Test runner for xmlwriter using ctest.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define CTEST_MAIN
|
#define CTEST_MAIN
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter library.
|
# Makefile for libxlsxwriter library.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../Makefile.unit
|
include ../Makefile.unit
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Test runner for xmlwriter using ctest.
|
* Test runner for xmlwriter using ctest.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017 John McNamara, jmcnamara@cpan.org
|
* Copyright 2014-2018 John McNamara, jmcnamara@cpan.org
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define CTEST_MAIN
|
#define CTEST_MAIN
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter library.
|
# Makefile for libxlsxwriter library.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../Makefile.unit
|
include ../Makefile.unit
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Test runner for xmlwriter using ctest.
|
* Test runner for xmlwriter using ctest.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define CTEST_MAIN
|
#define CTEST_MAIN
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter library.
|
# Makefile for libxlsxwriter library.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../Makefile.unit
|
include ../Makefile.unit
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Test runner for xmlwriter using ctest.
|
* Test runner for xmlwriter using ctest.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define CTEST_MAIN
|
#define CTEST_MAIN
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter library.
|
# Makefile for libxlsxwriter library.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../Makefile.unit
|
include ../Makefile.unit
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Test runner for xmlwriter using ctest.
|
* Test runner for xmlwriter using ctest.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define CTEST_MAIN
|
#define CTEST_MAIN
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter library.
|
# Makefile for libxlsxwriter library.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../Makefile.unit
|
include ../Makefile.unit
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Test runner for xmlwriter using ctest.
|
* Test runner for xmlwriter using ctest.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define CTEST_MAIN
|
#define CTEST_MAIN
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter library.
|
# Makefile for libxlsxwriter library.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../Makefile.unit
|
include ../Makefile.unit
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Test runner for xmlwriter using ctest.
|
* Test runner for xmlwriter using ctest.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define CTEST_MAIN
|
#define CTEST_MAIN
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter library.
|
# Makefile for libxlsxwriter library.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../Makefile.unit
|
include ../Makefile.unit
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Test runner for xmlwriter using ctest.
|
* Test runner for xmlwriter using ctest.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define CTEST_MAIN
|
#define CTEST_MAIN
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter library.
|
# Makefile for libxlsxwriter library.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../Makefile.unit
|
include ../Makefile.unit
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Test runner for xmlwriter using ctest.
|
* Test runner for xmlwriter using ctest.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define CTEST_MAIN
|
#define CTEST_MAIN
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for libxlsxwriter library.
|
# Makefile for libxlsxwriter library.
|
||||||
#
|
#
|
||||||
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../Makefile.unit
|
include ../Makefile.unit
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Test runner for xmlwriter using ctest.
|
* Test runner for xmlwriter using ctest.
|
||||||
*
|
*
|
||||||
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
|
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define CTEST_MAIN
|
#define CTEST_MAIN
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue