forked from boostorg/config
Merge branch 'develop'
This commit is contained in:
@ -88,6 +88,15 @@ matrix:
|
|||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
|
|
||||||
|
- os: linux
|
||||||
|
env: TOOLSET=gcc COMPILER=g++-5 CXXSTD=03,11,14,1z CXXSTD_DIALECT=cxxstd-dialect=gnu
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- g++-5
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
env: TOOLSET=gcc COMPILER=g++-6 CXXSTD=03,11,14,1z
|
env: TOOLSET=gcc COMPILER=g++-6 CXXSTD=03,11,14,1z
|
||||||
addons:
|
addons:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# *** DO NOT EDIT THIS FILE BY HAND ***
|
# *** DO NOT EDIT THIS FILE BY HAND ***
|
||||||
# This file was automatically generated on Fri Aug 23 11:11:12 2019
|
# This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
# by libs/config/tools/generate.cpp
|
# by libs/config/tools/generate.cpp
|
||||||
# Copyright John Maddock.
|
# Copyright John Maddock.
|
||||||
# Use, modification and distribution are subject to the
|
# Use, modification and distribution are subject to the
|
||||||
@ -201,6 +201,7 @@ obj typeid : test_case.cpp : <define>TEST_BOOST_NO_TYPEID ;
|
|||||||
obj typename_with_ctor : test_case.cpp : <define>TEST_BOOST_NO_TYPENAME_WITH_CTOR ;
|
obj typename_with_ctor : test_case.cpp : <define>TEST_BOOST_NO_TYPENAME_WITH_CTOR ;
|
||||||
obj cxx11_unicode_literals : test_case.cpp : <define>TEST_BOOST_NO_CXX11_UNICODE_LITERALS ;
|
obj cxx11_unicode_literals : test_case.cpp : <define>TEST_BOOST_NO_CXX11_UNICODE_LITERALS ;
|
||||||
obj cxx11_unified_initialization_syntax : test_case.cpp : <define>TEST_BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX ;
|
obj cxx11_unified_initialization_syntax : test_case.cpp : <define>TEST_BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX ;
|
||||||
|
obj cxx11_unrestricted_union : test_case.cpp : <define>TEST_BOOST_NO_CXX11_UNRESTRICTED_UNION ;
|
||||||
obj boost_function_scope_using_declaration_breaks_adl : test_case.cpp : <define>TEST_BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL ;
|
obj boost_function_scope_using_declaration_breaks_adl : test_case.cpp : <define>TEST_BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL ;
|
||||||
obj using_declaration_overloads_from_typename_base : test_case.cpp : <define>TEST_BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE ;
|
obj using_declaration_overloads_from_typename_base : test_case.cpp : <define>TEST_BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE ;
|
||||||
obj using_template : test_case.cpp : <define>TEST_BOOST_NO_USING_TEMPLATE ;
|
obj using_template : test_case.cpp : <define>TEST_BOOST_NO_USING_TEMPLATE ;
|
||||||
|
@ -6,6 +6,6 @@
|
|||||||
// accompanying file LICENSE_1_0.txt or copy at
|
// accompanying file LICENSE_1_0.txt or copy at
|
||||||
// http://www.boost.org/LICENSE_1_0.txt)
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#if !((defined(__mips) && __mips == 1) || defined(_MIPS_ISA_MIPS1) || defined(_R3000))
|
#if !(defined(__mips) || defined(_MIPS_ISA_MIPS1) || defined(_R3000))
|
||||||
#error "Not MIPS1"
|
#error "Not MIPS1"
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:37 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
// This file was automatically generated on Mon Dec 09 09:47:38 2019
|
||||||
// by libs/config/tools/generate.cpp
|
// by libs/config/tools/generate.cpp
|
||||||
// Copyright John Maddock 2002-4.
|
// Copyright John Maddock 2002-4.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user