From fcaae5675477b8b5c6f821d3839dc42edea82827 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 3 Nov 2021 22:32:09 +0100 Subject: [PATCH] [DEV] correct GLD model --- GLD_boost-atomic.json | 1 - GLD_boost-chrono.json | 1 - GLD_boost-container.json | 1 - GLD_boost-context.json | 1 - GLD_boost-contract.json | 4 +- GLD_boost-coroutine.json | 8 +-- GLD_boost-date-time.json | 4 +- GLD_boost-fiber.json | 42 +++++++-------- GLD_boost-filesystem.json | 22 ++++---- GLD_boost-graph.json | 6 +-- GLD_boost-include.json | 2 +- GLD_boost-iostreams.json | 16 +++--- GLD_boost-json.json | 18 +++---- GLD_boost-locale.json | 80 ++++++++++++++--------------- GLD_boost-log-setup.json | 20 ++++---- GLD_boost-log.json | 80 ++++++++++++++--------------- GLD_boost-math-c99.json | 44 ++++++++-------- GLD_boost-math-c99f.json | 44 ++++++++-------- GLD_boost-math-c99l.json | 44 ++++++++-------- GLD_boost-math-tr1.json | 44 ++++++++-------- GLD_boost-math-tr1f.json | 44 ++++++++-------- GLD_boost-math-tr1l.json | 44 ++++++++-------- GLD_boost-nowide.json | 12 ++--- GLD_boost-numpy39.json | 14 ++--- GLD_boost-prg-exec-monitor.json | 8 +-- GLD_boost-program-options.json | 24 ++++----- GLD_boost-python39.json | 56 ++++++++++---------- GLD_boost-random.json | 4 +- GLD_boost-regex.json | 12 ++--- GLD_boost-serialization.json | 72 +++++++++++++------------- GLD_boost-stacktrace-addr2line.json | 4 +- GLD_boost-stacktrace-basic.json | 4 +- GLD_boost-stacktrace-noop.json | 4 +- GLD_boost-system.json | 4 +- GLD_boost-thread.json | 1 - GLD_boost-timer.json | 6 +-- GLD_boost-type-erasure.json | 4 +- GLD_boost-unit-test-framework.json | 36 ++++++------- GLD_boost-wave.json | 26 +++++----- GLD_boost-wserialization.json | 24 ++++----- GLD_boost.json | 1 + parseBuildOutputToLutin.py | 12 ++--- 42 files changed, 446 insertions(+), 452 deletions(-) diff --git a/GLD_boost-atomic.json b/GLD_boost-atomic.json index 3feb36e..3110926 100644 --- a/GLD_boost-atomic.json +++ b/GLD_boost-atomic.json @@ -15,6 +15,5 @@ "z", "m", "boost-include" - ] } diff --git a/GLD_boost-chrono.json b/GLD_boost-chrono.json index e233757..869d350 100644 --- a/GLD_boost-chrono.json +++ b/GLD_boost-chrono.json @@ -15,6 +15,5 @@ "z", "m", "boost-include" - ] } diff --git a/GLD_boost-container.json b/GLD_boost-container.json index 1294c5b..9a7b400 100644 --- a/GLD_boost-container.json +++ b/GLD_boost-container.json @@ -15,6 +15,5 @@ "z", "m", "boost-include" - ] } diff --git a/GLD_boost-context.json b/GLD_boost-context.json index 9ae27ee..bde1ab3 100644 --- a/GLD_boost-context.json +++ b/GLD_boost-context.json @@ -15,6 +15,5 @@ "z", "m", "boost-include" - ] } diff --git a/GLD_boost-contract.json b/GLD_boost-contract.json index 82b28dc..fb33f41 100644 --- a/GLD_boost-contract.json +++ b/GLD_boost-contract.json @@ -8,7 +8,7 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/contract/src/contract.cpp' + "boost/libs/contract/src/contract.cpp" ], "compilation-version": { "language": "c++", @@ -31,7 +31,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-coroutine.json b/GLD_boost-coroutine.json index 7430b05..d2a9fca 100644 --- a/GLD_boost-coroutine.json +++ b/GLD_boost-coroutine.json @@ -8,9 +8,9 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/coroutine/src/detail/coroutine_context.cpp', - 'boost/libs/coroutine/src/exceptions.cpp', - 'boost/libs/coroutine/src/posix/stack_traits.cpp' + "boost/libs/coroutine/src/detail/coroutine_context.cpp", + "boost/libs/coroutine/src/exceptions.cpp", + "boost/libs/coroutine/src/posix/stack_traits.cpp" ], "compilation-version": { "language": "c++", @@ -40,7 +40,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread", "boost-chrono", "boost-context", diff --git a/GLD_boost-date-time.json b/GLD_boost-date-time.json index 3618f80..519a495 100644 --- a/GLD_boost-date-time.json +++ b/GLD_boost-date-time.json @@ -8,7 +8,7 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/date_time/src/gregorian/greg_month.cpp' + "boost/libs/date_time/src/gregorian/greg_month.cpp" ], "compilation-version": { "language": "c++", @@ -32,7 +32,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-fiber.json b/GLD_boost-fiber.json index d02d5f4..5a55421 100644 --- a/GLD_boost-fiber.json +++ b/GLD_boost-fiber.json @@ -8,26 +8,26 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/fiber/src/algo/algorithm.cpp', - 'boost/libs/fiber/src/algo/round_robin.cpp', - 'boost/libs/fiber/src/algo/shared_work.cpp', - 'boost/libs/fiber/src/algo/work_stealing.cpp', - 'boost/libs/fiber/src/barrier.cpp', - 'boost/libs/fiber/src/condition_variable.cpp', - 'boost/libs/fiber/src/context.cpp', - 'boost/libs/fiber/src/fiber.cpp', - 'boost/libs/fiber/src/waker.cpp', - 'boost/libs/fiber/src/future.cpp', - 'boost/libs/fiber/src/mutex.cpp', - 'boost/libs/fiber/src/properties.cpp', - 'boost/libs/fiber/src/recursive_mutex.cpp', - 'boost/libs/fiber/src/recursive_timed_mutex.cpp', - 'boost/libs/fiber/src/timed_mutex.cpp', - 'boost/libs/fiber/src/scheduler.cpp', - 'boost/libs/context/src/asm/make_x86_64_sysv_elf_gas.S', - 'boost/libs/context/src/asm/jump_x86_64_sysv_elf_gas.S', - 'boost/libs/context/src/asm/ontop_x86_64_sysv_elf_gas.S', - 'boost/libs/context/src/posix/stack_traits.cpp' + "boost/libs/fiber/src/algo/algorithm.cpp", + "boost/libs/fiber/src/algo/round_robin.cpp", + "boost/libs/fiber/src/algo/shared_work.cpp", + "boost/libs/fiber/src/algo/work_stealing.cpp", + "boost/libs/fiber/src/barrier.cpp", + "boost/libs/fiber/src/condition_variable.cpp", + "boost/libs/fiber/src/context.cpp", + "boost/libs/fiber/src/fiber.cpp", + "boost/libs/fiber/src/waker.cpp", + "boost/libs/fiber/src/future.cpp", + "boost/libs/fiber/src/mutex.cpp", + "boost/libs/fiber/src/properties.cpp", + "boost/libs/fiber/src/recursive_mutex.cpp", + "boost/libs/fiber/src/recursive_timed_mutex.cpp", + "boost/libs/fiber/src/timed_mutex.cpp", + "boost/libs/fiber/src/scheduler.cpp", + "boost/libs/context/src/asm/make_x86_64_sysv_elf_gas.S", + "boost/libs/context/src/asm/jump_x86_64_sysv_elf_gas.S", + "boost/libs/context/src/asm/ontop_x86_64_sysv_elf_gas.S", + "boost/libs/context/src/posix/stack_traits.cpp" ], "compilation-version": { "language": "c++", @@ -67,7 +67,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread", "boost-filesystem", "boost-context", diff --git a/GLD_boost-filesystem.json b/GLD_boost-filesystem.json index 517c2a4..feedc54 100644 --- a/GLD_boost-filesystem.json +++ b/GLD_boost-filesystem.json @@ -8,16 +8,16 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/filesystem/src/codecvt_error_category.cpp', - 'boost/libs/filesystem/src/exception.cpp', - 'boost/libs/filesystem/src/directory.cpp', - 'boost/libs/filesystem/src/operations.cpp', - 'boost/libs/filesystem/src/path.cpp', - 'boost/libs/filesystem/src/path_traits.cpp', - 'boost/libs/filesystem/src/portability.cpp', - 'boost/libs/filesystem/src/unique_path.cpp', - 'boost/libs/filesystem/src/utf8_codecvt_facet.cpp', - 'boost/libs/filesystem/src/windows_file_codecvt.cpp' + "boost/libs/filesystem/src/codecvt_error_category.cpp", + "boost/libs/filesystem/src/exception.cpp", + "boost/libs/filesystem/src/directory.cpp", + "boost/libs/filesystem/src/operations.cpp", + "boost/libs/filesystem/src/path.cpp", + "boost/libs/filesystem/src/path_traits.cpp", + "boost/libs/filesystem/src/portability.cpp", + "boost/libs/filesystem/src/unique_path.cpp", + "boost/libs/filesystem/src/utf8_codecvt_facet.cpp", + "boost/libs/filesystem/src/windows_file_codecvt.cpp" ], "compilation-version": { "language": "c++", @@ -49,7 +49,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-graph.json b/GLD_boost-graph.json index 14a767e..4b507ae 100644 --- a/GLD_boost-graph.json +++ b/GLD_boost-graph.json @@ -8,8 +8,8 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/graph/src/read_graphviz_new.cpp', - 'boost/libs/graph/src/graphml.cpp' + "boost/libs/graph/src/read_graphviz_new.cpp", + "boost/libs/graph/src/graphml.cpp" ], "compilation-version": { "language": "c++", @@ -38,7 +38,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread", "boost-regex" ] diff --git a/GLD_boost-include.json b/GLD_boost-include.json index 026e11b..bfa4e46 100644 --- a/GLD_boost-include.json +++ b/GLD_boost-include.json @@ -18,4 +18,4 @@ "to":"boost" } ] - +} diff --git a/GLD_boost-iostreams.json b/GLD_boost-iostreams.json index 25aed9c..29945e6 100644 --- a/GLD_boost-iostreams.json +++ b/GLD_boost-iostreams.json @@ -8,13 +8,13 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/iostreams/src/file_descriptor.cpp', - 'boost/libs/iostreams/src/mapped_file.cpp', - 'boost/libs/iostreams/src/bzip2.cpp', - 'boost/libs/iostreams/src/gzip.cpp', - 'boost/libs/iostreams/src/lzma.cpp', - 'boost/libs/iostreams/src/zlib.cpp', - 'boost/libs/iostreams/src/zstd.cpp' + "boost/libs/iostreams/src/file_descriptor.cpp", + "boost/libs/iostreams/src/mapped_file.cpp", + "boost/libs/iostreams/src/bzip2.cpp", + "boost/libs/iostreams/src/gzip.cpp", + "boost/libs/iostreams/src/lzma.cpp", + "boost/libs/iostreams/src/zlib.cpp", + "boost/libs/iostreams/src/zstd.cpp" ], "compilation-version": { "language": "c++", @@ -38,7 +38,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-json.json b/GLD_boost-json.json index 300c193..5a0766f 100644 --- a/GLD_boost-json.json +++ b/GLD_boost-json.json @@ -8,14 +8,14 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/json/src/src.cpp', - 'boost/libs/container/src/alloc_lib.c', - 'boost/libs/container/src/dlmalloc.cpp', - 'boost/libs/container/src/global_resource.cpp', - 'boost/libs/container/src/monotonic_buffer_resource.cpp', - 'boost/libs/container/src/pool_resource.cpp', - 'boost/libs/container/src/synchronized_pool_resource.cpp', - 'boost/libs/container/src/unsynchronized_pool_resource.cpp' + "boost/libs/json/src/src.cpp", + "boost/libs/container/src/alloc_lib.c", + "boost/libs/container/src/dlmalloc.cpp", + "boost/libs/container/src/global_resource.cpp", + "boost/libs/container/src/monotonic_buffer_resource.cpp", + "boost/libs/container/src/pool_resource.cpp", + "boost/libs/container/src/synchronized_pool_resource.cpp", + "boost/libs/container/src/unsynchronized_pool_resource.cpp" ], "compilation-version": { "language": "c++", @@ -49,7 +49,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread", "pthread", "boost-container" diff --git a/GLD_boost-locale.json b/GLD_boost-locale.json index f91d731..6bc014c 100644 --- a/GLD_boost-locale.json +++ b/GLD_boost-locale.json @@ -8,45 +8,45 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/locale/src/encoding/codepage.cpp', - 'boost/libs/locale/src/shared/date_time.cpp', - 'boost/libs/locale/src/shared/format.cpp', - 'boost/libs/locale/src/shared/formatting.cpp', - 'boost/libs/locale/src/shared/generator.cpp', - 'boost/libs/locale/src/shared/ids.cpp', - 'boost/libs/locale/src/shared/localization_backend.cpp', - 'boost/libs/locale/src/shared/message.cpp', - 'boost/libs/locale/src/shared/mo_lambda.cpp', - 'boost/libs/locale/src/util/codecvt_converter.cpp', - 'boost/libs/locale/src/util/default_locale.cpp', - 'boost/libs/locale/src/util/info.cpp', - 'boost/libs/locale/src/util/locale_data.cpp', - 'boost/libs/locale/src/icu/boundary.cpp', - 'boost/libs/locale/src/icu/codecvt.cpp', - 'boost/libs/locale/src/icu/collator.cpp', - 'boost/libs/locale/src/icu/conversion.cpp', - 'boost/libs/locale/src/icu/date_time.cpp', - 'boost/libs/locale/src/icu/formatter.cpp', - 'boost/libs/locale/src/icu/icu_backend.cpp', - 'boost/libs/locale/src/icu/numeric.cpp', - 'boost/libs/locale/src/icu/time_zone.cpp', - 'boost/libs/locale/src/posix/codecvt.cpp', - 'boost/libs/locale/src/posix/collate.cpp', - 'boost/libs/locale/src/posix/converter.cpp', - 'boost/libs/locale/src/posix/numeric.cpp', - 'boost/libs/locale/src/posix/posix_backend.cpp', - 'boost/libs/locale/src/std/codecvt.cpp', - 'boost/libs/locale/src/std/collate.cpp', - 'boost/libs/locale/src/std/converter.cpp', - 'boost/libs/locale/src/std/numeric.cpp', - 'boost/libs/locale/src/std/std_backend.cpp', - 'boost/libs/locale/src/util/gregorian.cpp', - 'boost/libs/chrono/src/chrono.cpp', - 'boost/libs/chrono/src/thread_clock.cpp', - 'boost/libs/chrono/src/process_cpu_clocks.cpp', - 'boost/libs/thread/src/pthread/thread.cpp', - 'boost/libs/thread/src/pthread/once.cpp', - 'boost/libs/thread/src/future.cpp' + "boost/libs/locale/src/encoding/codepage.cpp", + "boost/libs/locale/src/shared/date_time.cpp", + "boost/libs/locale/src/shared/format.cpp", + "boost/libs/locale/src/shared/formatting.cpp", + "boost/libs/locale/src/shared/generator.cpp", + "boost/libs/locale/src/shared/ids.cpp", + "boost/libs/locale/src/shared/localization_backend.cpp", + "boost/libs/locale/src/shared/message.cpp", + "boost/libs/locale/src/shared/mo_lambda.cpp", + "boost/libs/locale/src/util/codecvt_converter.cpp", + "boost/libs/locale/src/util/default_locale.cpp", + "boost/libs/locale/src/util/info.cpp", + "boost/libs/locale/src/util/locale_data.cpp", + "boost/libs/locale/src/icu/boundary.cpp", + "boost/libs/locale/src/icu/codecvt.cpp", + "boost/libs/locale/src/icu/collator.cpp", + "boost/libs/locale/src/icu/conversion.cpp", + "boost/libs/locale/src/icu/date_time.cpp", + "boost/libs/locale/src/icu/formatter.cpp", + "boost/libs/locale/src/icu/icu_backend.cpp", + "boost/libs/locale/src/icu/numeric.cpp", + "boost/libs/locale/src/icu/time_zone.cpp", + "boost/libs/locale/src/posix/codecvt.cpp", + "boost/libs/locale/src/posix/collate.cpp", + "boost/libs/locale/src/posix/converter.cpp", + "boost/libs/locale/src/posix/numeric.cpp", + "boost/libs/locale/src/posix/posix_backend.cpp", + "boost/libs/locale/src/std/codecvt.cpp", + "boost/libs/locale/src/std/collate.cpp", + "boost/libs/locale/src/std/converter.cpp", + "boost/libs/locale/src/std/numeric.cpp", + "boost/libs/locale/src/std/std_backend.cpp", + "boost/libs/locale/src/util/gregorian.cpp", + "boost/libs/chrono/src/chrono.cpp", + "boost/libs/chrono/src/thread_clock.cpp", + "boost/libs/chrono/src/process_cpu_clocks.cpp", + "boost/libs/thread/src/pthread/thread.cpp", + "boost/libs/thread/src/pthread/once.cpp", + "boost/libs/thread/src/future.cpp" ], "compilation-version": { "language": "c++", @@ -85,7 +85,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread", "boost-system", "boost-chrono", diff --git a/GLD_boost-log-setup.json b/GLD_boost-log-setup.json index dace55e..cbb30de 100644 --- a/GLD_boost-log-setup.json +++ b/GLD_boost-log-setup.json @@ -8,15 +8,15 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/log/src/setup/parser_utils.cpp', - 'boost/libs/log/src/setup/init_from_stream.cpp', - 'boost/libs/log/src/setup/init_from_settings.cpp', - 'boost/libs/log/src/setup/settings_parser.cpp', - 'boost/libs/log/src/setup/filter_parser.cpp', - 'boost/libs/log/src/setup/formatter_parser.cpp', - 'boost/libs/log/src/setup/default_filter_factory.cpp', - 'boost/libs/log/src/setup/matches_relation_factory.cpp', - 'boost/libs/log/src/setup/default_formatter_factory.cpp' + "boost/libs/log/src/setup/parser_utils.cpp", + "boost/libs/log/src/setup/init_from_stream.cpp", + "boost/libs/log/src/setup/init_from_settings.cpp", + "boost/libs/log/src/setup/settings_parser.cpp", + "boost/libs/log/src/setup/filter_parser.cpp", + "boost/libs/log/src/setup/formatter_parser.cpp", + "boost/libs/log/src/setup/default_filter_factory.cpp", + "boost/libs/log/src/setup/matches_relation_factory.cpp", + "boost/libs/log/src/setup/default_formatter_factory.cpp" ], "compilation-version": { "language": "c++", @@ -64,7 +64,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread", "boost-log", "boost-regex", diff --git a/GLD_boost-log.json b/GLD_boost-log.json index 7e59c96..61bbf24 100644 --- a/GLD_boost-log.json +++ b/GLD_boost-log.json @@ -8,45 +8,45 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/log/src/attribute_name.cpp', - 'boost/libs/log/src/attribute_set.cpp', - 'boost/libs/log/src/attribute_value_set.cpp', - 'boost/libs/log/src/code_conversion.cpp', - 'boost/libs/log/src/core.cpp', - 'boost/libs/log/src/record_ostream.cpp', - 'boost/libs/log/src/severity_level.cpp', - 'boost/libs/log/src/global_logger_storage.cpp', - 'boost/libs/log/src/named_scope.cpp', - 'boost/libs/log/src/process_name.cpp', - 'boost/libs/log/src/process_id.cpp', - 'boost/libs/log/src/thread_id.cpp', - 'boost/libs/log/src/timer.cpp', - 'boost/libs/log/src/exceptions.cpp', - 'boost/libs/log/src/default_attribute_names.cpp', - 'boost/libs/log/src/default_sink.cpp', - 'boost/libs/log/src/text_ostream_backend.cpp', - 'boost/libs/log/src/text_file_backend.cpp', - 'boost/libs/log/src/text_multifile_backend.cpp', - 'boost/libs/log/src/thread_specific.cpp', - 'boost/libs/log/src/once_block.cpp', - 'boost/libs/log/src/timestamp.cpp', - 'boost/libs/log/src/threadsafe_queue.cpp', - 'boost/libs/log/src/event.cpp', - 'boost/libs/log/src/trivial.cpp', - 'boost/libs/log/src/spirit_encoding.cpp', - 'boost/libs/log/src/format_parser.cpp', - 'boost/libs/log/src/date_time_format_parser.cpp', - 'boost/libs/log/src/named_scope_format_parser.cpp', - 'boost/libs/log/src/permissions.cpp', - 'boost/libs/log/src/dump.cpp', - 'boost/libs/log/src/dump_avx2.cpp', - 'boost/libs/log/src/dump_ssse3.cpp', - 'boost/libs/log/src/posix/ipc_reliable_message_queue.cpp', - 'boost/libs/log/src/posix/object_name.cpp', - 'boost/libs/log/src/syslog_backend.cpp', - 'boost/libs/atomic/src/lock_pool.cpp', - 'boost/libs/atomic/src/find_address_sse2.cpp', - 'boost/libs/atomic/src/find_address_sse41.cpp' + "boost/libs/log/src/attribute_name.cpp", + "boost/libs/log/src/attribute_set.cpp", + "boost/libs/log/src/attribute_value_set.cpp", + "boost/libs/log/src/code_conversion.cpp", + "boost/libs/log/src/core.cpp", + "boost/libs/log/src/record_ostream.cpp", + "boost/libs/log/src/severity_level.cpp", + "boost/libs/log/src/global_logger_storage.cpp", + "boost/libs/log/src/named_scope.cpp", + "boost/libs/log/src/process_name.cpp", + "boost/libs/log/src/process_id.cpp", + "boost/libs/log/src/thread_id.cpp", + "boost/libs/log/src/timer.cpp", + "boost/libs/log/src/exceptions.cpp", + "boost/libs/log/src/default_attribute_names.cpp", + "boost/libs/log/src/default_sink.cpp", + "boost/libs/log/src/text_ostream_backend.cpp", + "boost/libs/log/src/text_file_backend.cpp", + "boost/libs/log/src/text_multifile_backend.cpp", + "boost/libs/log/src/thread_specific.cpp", + "boost/libs/log/src/once_block.cpp", + "boost/libs/log/src/timestamp.cpp", + "boost/libs/log/src/threadsafe_queue.cpp", + "boost/libs/log/src/event.cpp", + "boost/libs/log/src/trivial.cpp", + "boost/libs/log/src/spirit_encoding.cpp", + "boost/libs/log/src/format_parser.cpp", + "boost/libs/log/src/date_time_format_parser.cpp", + "boost/libs/log/src/named_scope_format_parser.cpp", + "boost/libs/log/src/permissions.cpp", + "boost/libs/log/src/dump.cpp", + "boost/libs/log/src/dump_avx2.cpp", + "boost/libs/log/src/dump_ssse3.cpp", + "boost/libs/log/src/posix/ipc_reliable_message_queue.cpp", + "boost/libs/log/src/posix/object_name.cpp", + "boost/libs/log/src/syslog_backend.cpp", + "boost/libs/atomic/src/lock_pool.cpp", + "boost/libs/atomic/src/find_address_sse2.cpp", + "boost/libs/atomic/src/find_address_sse41.cpp" ], "compilation-version": { "language": "c++", @@ -105,7 +105,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread", "boost-filesystem", "boost-regex", diff --git a/GLD_boost-math-c99.json b/GLD_boost-math-c99.json index 137e2e6..c0ebdd7 100644 --- a/GLD_boost-math-c99.json +++ b/GLD_boost-math-c99.json @@ -8,27 +8,27 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/math/build/../src/tr1/acosh.cpp', - 'boost/libs/math/build/../src/tr1/asinh.cpp', - 'boost/libs/math/build/../src/tr1/atanh.cpp', - 'boost/libs/math/build/../src/tr1/cbrt.cpp', - 'boost/libs/math/build/../src/tr1/copysign.cpp', - 'boost/libs/math/build/../src/tr1/erfc.cpp', - 'boost/libs/math/build/../src/tr1/erf.cpp', - 'boost/libs/math/build/../src/tr1/expm1.cpp', - 'boost/libs/math/build/../src/tr1/fmax.cpp', - 'boost/libs/math/build/../src/tr1/fmin.cpp', - 'boost/libs/math/build/../src/tr1/fpclassify.cpp', - 'boost/libs/math/build/../src/tr1/hypot.cpp', - 'boost/libs/math/build/../src/tr1/lgamma.cpp', - 'boost/libs/math/build/../src/tr1/llround.cpp', - 'boost/libs/math/build/../src/tr1/log1p.cpp', - 'boost/libs/math/build/../src/tr1/lround.cpp', - 'boost/libs/math/build/../src/tr1/nextafter.cpp', - 'boost/libs/math/build/../src/tr1/nexttoward.cpp', - 'boost/libs/math/build/../src/tr1/round.cpp', - 'boost/libs/math/build/../src/tr1/tgamma.cpp', - 'boost/libs/math/build/../src/tr1/trunc.cpp' + "boost/libs/math/build/../src/tr1/acosh.cpp", + "boost/libs/math/build/../src/tr1/asinh.cpp", + "boost/libs/math/build/../src/tr1/atanh.cpp", + "boost/libs/math/build/../src/tr1/cbrt.cpp", + "boost/libs/math/build/../src/tr1/copysign.cpp", + "boost/libs/math/build/../src/tr1/erfc.cpp", + "boost/libs/math/build/../src/tr1/erf.cpp", + "boost/libs/math/build/../src/tr1/expm1.cpp", + "boost/libs/math/build/../src/tr1/fmax.cpp", + "boost/libs/math/build/../src/tr1/fmin.cpp", + "boost/libs/math/build/../src/tr1/fpclassify.cpp", + "boost/libs/math/build/../src/tr1/hypot.cpp", + "boost/libs/math/build/../src/tr1/lgamma.cpp", + "boost/libs/math/build/../src/tr1/llround.cpp", + "boost/libs/math/build/../src/tr1/log1p.cpp", + "boost/libs/math/build/../src/tr1/lround.cpp", + "boost/libs/math/build/../src/tr1/nextafter.cpp", + "boost/libs/math/build/../src/tr1/nexttoward.cpp", + "boost/libs/math/build/../src/tr1/round.cpp", + "boost/libs/math/build/../src/tr1/tgamma.cpp", + "boost/libs/math/build/../src/tr1/trunc.cpp" ], "compilation-version": { "language": "c++", @@ -58,7 +58,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-math-c99f.json b/GLD_boost-math-c99f.json index 9807adf..d9939d4 100644 --- a/GLD_boost-math-c99f.json +++ b/GLD_boost-math-c99f.json @@ -8,27 +8,27 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/math/build/../src/tr1/acoshf.cpp', - 'boost/libs/math/build/../src/tr1/asinhf.cpp', - 'boost/libs/math/build/../src/tr1/atanhf.cpp', - 'boost/libs/math/build/../src/tr1/cbrtf.cpp', - 'boost/libs/math/build/../src/tr1/copysignf.cpp', - 'boost/libs/math/build/../src/tr1/erfcf.cpp', - 'boost/libs/math/build/../src/tr1/erff.cpp', - 'boost/libs/math/build/../src/tr1/expm1f.cpp', - 'boost/libs/math/build/../src/tr1/fmaxf.cpp', - 'boost/libs/math/build/../src/tr1/fminf.cpp', - 'boost/libs/math/build/../src/tr1/fpclassifyf.cpp', - 'boost/libs/math/build/../src/tr1/hypotf.cpp', - 'boost/libs/math/build/../src/tr1/lgammaf.cpp', - 'boost/libs/math/build/../src/tr1/llroundf.cpp', - 'boost/libs/math/build/../src/tr1/log1pf.cpp', - 'boost/libs/math/build/../src/tr1/lroundf.cpp', - 'boost/libs/math/build/../src/tr1/nextafterf.cpp', - 'boost/libs/math/build/../src/tr1/nexttowardf.cpp', - 'boost/libs/math/build/../src/tr1/roundf.cpp', - 'boost/libs/math/build/../src/tr1/tgammaf.cpp', - 'boost/libs/math/build/../src/tr1/truncf.cpp' + "boost/libs/math/build/../src/tr1/acoshf.cpp", + "boost/libs/math/build/../src/tr1/asinhf.cpp", + "boost/libs/math/build/../src/tr1/atanhf.cpp", + "boost/libs/math/build/../src/tr1/cbrtf.cpp", + "boost/libs/math/build/../src/tr1/copysignf.cpp", + "boost/libs/math/build/../src/tr1/erfcf.cpp", + "boost/libs/math/build/../src/tr1/erff.cpp", + "boost/libs/math/build/../src/tr1/expm1f.cpp", + "boost/libs/math/build/../src/tr1/fmaxf.cpp", + "boost/libs/math/build/../src/tr1/fminf.cpp", + "boost/libs/math/build/../src/tr1/fpclassifyf.cpp", + "boost/libs/math/build/../src/tr1/hypotf.cpp", + "boost/libs/math/build/../src/tr1/lgammaf.cpp", + "boost/libs/math/build/../src/tr1/llroundf.cpp", + "boost/libs/math/build/../src/tr1/log1pf.cpp", + "boost/libs/math/build/../src/tr1/lroundf.cpp", + "boost/libs/math/build/../src/tr1/nextafterf.cpp", + "boost/libs/math/build/../src/tr1/nexttowardf.cpp", + "boost/libs/math/build/../src/tr1/roundf.cpp", + "boost/libs/math/build/../src/tr1/tgammaf.cpp", + "boost/libs/math/build/../src/tr1/truncf.cpp" ], "compilation-version": { "language": "c++", @@ -58,7 +58,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-math-c99l.json b/GLD_boost-math-c99l.json index 4ffc7c0..644e17f 100644 --- a/GLD_boost-math-c99l.json +++ b/GLD_boost-math-c99l.json @@ -8,27 +8,27 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/math/build/../src/tr1/acoshl.cpp', - 'boost/libs/math/build/../src/tr1/asinhl.cpp', - 'boost/libs/math/build/../src/tr1/atanhl.cpp', - 'boost/libs/math/build/../src/tr1/cbrtl.cpp', - 'boost/libs/math/build/../src/tr1/copysignl.cpp', - 'boost/libs/math/build/../src/tr1/erfcl.cpp', - 'boost/libs/math/build/../src/tr1/erfl.cpp', - 'boost/libs/math/build/../src/tr1/expm1l.cpp', - 'boost/libs/math/build/../src/tr1/fmaxl.cpp', - 'boost/libs/math/build/../src/tr1/fminl.cpp', - 'boost/libs/math/build/../src/tr1/fpclassifyl.cpp', - 'boost/libs/math/build/../src/tr1/hypotl.cpp', - 'boost/libs/math/build/../src/tr1/lgammal.cpp', - 'boost/libs/math/build/../src/tr1/llroundl.cpp', - 'boost/libs/math/build/../src/tr1/log1pl.cpp', - 'boost/libs/math/build/../src/tr1/lroundl.cpp', - 'boost/libs/math/build/../src/tr1/nextafterl.cpp', - 'boost/libs/math/build/../src/tr1/nexttowardl.cpp', - 'boost/libs/math/build/../src/tr1/roundl.cpp', - 'boost/libs/math/build/../src/tr1/tgammal.cpp', - 'boost/libs/math/build/../src/tr1/truncl.cpp' + "boost/libs/math/build/../src/tr1/acoshl.cpp", + "boost/libs/math/build/../src/tr1/asinhl.cpp", + "boost/libs/math/build/../src/tr1/atanhl.cpp", + "boost/libs/math/build/../src/tr1/cbrtl.cpp", + "boost/libs/math/build/../src/tr1/copysignl.cpp", + "boost/libs/math/build/../src/tr1/erfcl.cpp", + "boost/libs/math/build/../src/tr1/erfl.cpp", + "boost/libs/math/build/../src/tr1/expm1l.cpp", + "boost/libs/math/build/../src/tr1/fmaxl.cpp", + "boost/libs/math/build/../src/tr1/fminl.cpp", + "boost/libs/math/build/../src/tr1/fpclassifyl.cpp", + "boost/libs/math/build/../src/tr1/hypotl.cpp", + "boost/libs/math/build/../src/tr1/lgammal.cpp", + "boost/libs/math/build/../src/tr1/llroundl.cpp", + "boost/libs/math/build/../src/tr1/log1pl.cpp", + "boost/libs/math/build/../src/tr1/lroundl.cpp", + "boost/libs/math/build/../src/tr1/nextafterl.cpp", + "boost/libs/math/build/../src/tr1/nexttowardl.cpp", + "boost/libs/math/build/../src/tr1/roundl.cpp", + "boost/libs/math/build/../src/tr1/tgammal.cpp", + "boost/libs/math/build/../src/tr1/truncl.cpp" ], "compilation-version": { "language": "c++", @@ -58,7 +58,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-math-tr1.json b/GLD_boost-math-tr1.json index 5ab3c4f..c7394f0 100644 --- a/GLD_boost-math-tr1.json +++ b/GLD_boost-math-tr1.json @@ -8,27 +8,27 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/math/build/../src/tr1/assoc_laguerre.cpp', - 'boost/libs/math/build/../src/tr1/assoc_legendre.cpp', - 'boost/libs/math/build/../src/tr1/beta.cpp', - 'boost/libs/math/build/../src/tr1/comp_ellint_1.cpp', - 'boost/libs/math/build/../src/tr1/comp_ellint_2.cpp', - 'boost/libs/math/build/../src/tr1/comp_ellint_3.cpp', - 'boost/libs/math/build/../src/tr1/cyl_bessel_i.cpp', - 'boost/libs/math/build/../src/tr1/cyl_bessel_j.cpp', - 'boost/libs/math/build/../src/tr1/cyl_bessel_k.cpp', - 'boost/libs/math/build/../src/tr1/cyl_neumann.cpp', - 'boost/libs/math/build/../src/tr1/ellint_1.cpp', - 'boost/libs/math/build/../src/tr1/ellint_2.cpp', - 'boost/libs/math/build/../src/tr1/ellint_3.cpp', - 'boost/libs/math/build/../src/tr1/expint.cpp', - 'boost/libs/math/build/../src/tr1/hermite.cpp', - 'boost/libs/math/build/../src/tr1/laguerre.cpp', - 'boost/libs/math/build/../src/tr1/legendre.cpp', - 'boost/libs/math/build/../src/tr1/riemann_zeta.cpp', - 'boost/libs/math/build/../src/tr1/sph_bessel.cpp', - 'boost/libs/math/build/../src/tr1/sph_legendre.cpp', - 'boost/libs/math/build/../src/tr1/sph_neumann.cpp' + "boost/libs/math/build/../src/tr1/assoc_laguerre.cpp", + "boost/libs/math/build/../src/tr1/assoc_legendre.cpp", + "boost/libs/math/build/../src/tr1/beta.cpp", + "boost/libs/math/build/../src/tr1/comp_ellint_1.cpp", + "boost/libs/math/build/../src/tr1/comp_ellint_2.cpp", + "boost/libs/math/build/../src/tr1/comp_ellint_3.cpp", + "boost/libs/math/build/../src/tr1/cyl_bessel_i.cpp", + "boost/libs/math/build/../src/tr1/cyl_bessel_j.cpp", + "boost/libs/math/build/../src/tr1/cyl_bessel_k.cpp", + "boost/libs/math/build/../src/tr1/cyl_neumann.cpp", + "boost/libs/math/build/../src/tr1/ellint_1.cpp", + "boost/libs/math/build/../src/tr1/ellint_2.cpp", + "boost/libs/math/build/../src/tr1/ellint_3.cpp", + "boost/libs/math/build/../src/tr1/expint.cpp", + "boost/libs/math/build/../src/tr1/hermite.cpp", + "boost/libs/math/build/../src/tr1/laguerre.cpp", + "boost/libs/math/build/../src/tr1/legendre.cpp", + "boost/libs/math/build/../src/tr1/riemann_zeta.cpp", + "boost/libs/math/build/../src/tr1/sph_bessel.cpp", + "boost/libs/math/build/../src/tr1/sph_legendre.cpp", + "boost/libs/math/build/../src/tr1/sph_neumann.cpp" ], "compilation-version": { "language": "c++", @@ -58,7 +58,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-math-tr1f.json b/GLD_boost-math-tr1f.json index 3be80f5..926b9ff 100644 --- a/GLD_boost-math-tr1f.json +++ b/GLD_boost-math-tr1f.json @@ -8,27 +8,27 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/math/build/../src/tr1/assoc_laguerref.cpp', - 'boost/libs/math/build/../src/tr1/assoc_legendref.cpp', - 'boost/libs/math/build/../src/tr1/betaf.cpp', - 'boost/libs/math/build/../src/tr1/comp_ellint_1f.cpp', - 'boost/libs/math/build/../src/tr1/comp_ellint_2f.cpp', - 'boost/libs/math/build/../src/tr1/comp_ellint_3f.cpp', - 'boost/libs/math/build/../src/tr1/cyl_bessel_if.cpp', - 'boost/libs/math/build/../src/tr1/cyl_bessel_jf.cpp', - 'boost/libs/math/build/../src/tr1/cyl_bessel_kf.cpp', - 'boost/libs/math/build/../src/tr1/cyl_neumannf.cpp', - 'boost/libs/math/build/../src/tr1/ellint_1f.cpp', - 'boost/libs/math/build/../src/tr1/ellint_2f.cpp', - 'boost/libs/math/build/../src/tr1/ellint_3f.cpp', - 'boost/libs/math/build/../src/tr1/expintf.cpp', - 'boost/libs/math/build/../src/tr1/hermitef.cpp', - 'boost/libs/math/build/../src/tr1/laguerref.cpp', - 'boost/libs/math/build/../src/tr1/legendref.cpp', - 'boost/libs/math/build/../src/tr1/riemann_zetaf.cpp', - 'boost/libs/math/build/../src/tr1/sph_besself.cpp', - 'boost/libs/math/build/../src/tr1/sph_legendref.cpp', - 'boost/libs/math/build/../src/tr1/sph_neumannf.cpp' + "boost/libs/math/build/../src/tr1/assoc_laguerref.cpp", + "boost/libs/math/build/../src/tr1/assoc_legendref.cpp", + "boost/libs/math/build/../src/tr1/betaf.cpp", + "boost/libs/math/build/../src/tr1/comp_ellint_1f.cpp", + "boost/libs/math/build/../src/tr1/comp_ellint_2f.cpp", + "boost/libs/math/build/../src/tr1/comp_ellint_3f.cpp", + "boost/libs/math/build/../src/tr1/cyl_bessel_if.cpp", + "boost/libs/math/build/../src/tr1/cyl_bessel_jf.cpp", + "boost/libs/math/build/../src/tr1/cyl_bessel_kf.cpp", + "boost/libs/math/build/../src/tr1/cyl_neumannf.cpp", + "boost/libs/math/build/../src/tr1/ellint_1f.cpp", + "boost/libs/math/build/../src/tr1/ellint_2f.cpp", + "boost/libs/math/build/../src/tr1/ellint_3f.cpp", + "boost/libs/math/build/../src/tr1/expintf.cpp", + "boost/libs/math/build/../src/tr1/hermitef.cpp", + "boost/libs/math/build/../src/tr1/laguerref.cpp", + "boost/libs/math/build/../src/tr1/legendref.cpp", + "boost/libs/math/build/../src/tr1/riemann_zetaf.cpp", + "boost/libs/math/build/../src/tr1/sph_besself.cpp", + "boost/libs/math/build/../src/tr1/sph_legendref.cpp", + "boost/libs/math/build/../src/tr1/sph_neumannf.cpp" ], "compilation-version": { "language": "c++", @@ -58,7 +58,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-math-tr1l.json b/GLD_boost-math-tr1l.json index 034b6da..560a175 100644 --- a/GLD_boost-math-tr1l.json +++ b/GLD_boost-math-tr1l.json @@ -8,27 +8,27 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/math/build/../src/tr1/assoc_laguerrel.cpp', - 'boost/libs/math/build/../src/tr1/assoc_legendrel.cpp', - 'boost/libs/math/build/../src/tr1/betal.cpp', - 'boost/libs/math/build/../src/tr1/comp_ellint_1l.cpp', - 'boost/libs/math/build/../src/tr1/comp_ellint_2l.cpp', - 'boost/libs/math/build/../src/tr1/comp_ellint_3l.cpp', - 'boost/libs/math/build/../src/tr1/cyl_bessel_il.cpp', - 'boost/libs/math/build/../src/tr1/cyl_bessel_jl.cpp', - 'boost/libs/math/build/../src/tr1/cyl_bessel_kl.cpp', - 'boost/libs/math/build/../src/tr1/cyl_neumannl.cpp', - 'boost/libs/math/build/../src/tr1/ellint_1l.cpp', - 'boost/libs/math/build/../src/tr1/ellint_2l.cpp', - 'boost/libs/math/build/../src/tr1/ellint_3l.cpp', - 'boost/libs/math/build/../src/tr1/expintl.cpp', - 'boost/libs/math/build/../src/tr1/hermitel.cpp', - 'boost/libs/math/build/../src/tr1/laguerrel.cpp', - 'boost/libs/math/build/../src/tr1/legendrel.cpp', - 'boost/libs/math/build/../src/tr1/riemann_zetal.cpp', - 'boost/libs/math/build/../src/tr1/sph_bessell.cpp', - 'boost/libs/math/build/../src/tr1/sph_legendrel.cpp', - 'boost/libs/math/build/../src/tr1/sph_neumannl.cpp' + "boost/libs/math/build/../src/tr1/assoc_laguerrel.cpp", + "boost/libs/math/build/../src/tr1/assoc_legendrel.cpp", + "boost/libs/math/build/../src/tr1/betal.cpp", + "boost/libs/math/build/../src/tr1/comp_ellint_1l.cpp", + "boost/libs/math/build/../src/tr1/comp_ellint_2l.cpp", + "boost/libs/math/build/../src/tr1/comp_ellint_3l.cpp", + "boost/libs/math/build/../src/tr1/cyl_bessel_il.cpp", + "boost/libs/math/build/../src/tr1/cyl_bessel_jl.cpp", + "boost/libs/math/build/../src/tr1/cyl_bessel_kl.cpp", + "boost/libs/math/build/../src/tr1/cyl_neumannl.cpp", + "boost/libs/math/build/../src/tr1/ellint_1l.cpp", + "boost/libs/math/build/../src/tr1/ellint_2l.cpp", + "boost/libs/math/build/../src/tr1/ellint_3l.cpp", + "boost/libs/math/build/../src/tr1/expintl.cpp", + "boost/libs/math/build/../src/tr1/hermitel.cpp", + "boost/libs/math/build/../src/tr1/laguerrel.cpp", + "boost/libs/math/build/../src/tr1/legendrel.cpp", + "boost/libs/math/build/../src/tr1/riemann_zetal.cpp", + "boost/libs/math/build/../src/tr1/sph_bessell.cpp", + "boost/libs/math/build/../src/tr1/sph_legendrel.cpp", + "boost/libs/math/build/../src/tr1/sph_neumannl.cpp" ], "compilation-version": { "language": "c++", @@ -58,7 +58,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-nowide.json b/GLD_boost-nowide.json index 6779d8b..ae3c882 100644 --- a/GLD_boost-nowide.json +++ b/GLD_boost-nowide.json @@ -8,11 +8,11 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/nowide/src/cstdio.cpp', - 'boost/libs/nowide/src/cstdlib.cpp', - 'boost/libs/nowide/src/filebuf.cpp', - 'boost/libs/nowide/src/iostream.cpp', - 'boost/libs/nowide/src/stat.cpp' + "boost/libs/nowide/src/cstdio.cpp", + "boost/libs/nowide/src/cstdlib.cpp", + "boost/libs/nowide/src/filebuf.cpp", + "boost/libs/nowide/src/iostream.cpp", + "boost/libs/nowide/src/stat.cpp" ], "compilation-version": { "language": "c++", @@ -35,7 +35,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-numpy39.json b/GLD_boost-numpy39.json index c7ebbd4..c542880 100644 --- a/GLD_boost-numpy39.json +++ b/GLD_boost-numpy39.json @@ -8,12 +8,12 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/python/src/numpy/dtype.cpp', - 'boost/libs/python/src/numpy/matrix.cpp', - 'boost/libs/python/src/numpy/ndarray.cpp', - 'boost/libs/python/src/numpy/numpy.cpp', - 'boost/libs/python/src/numpy/scalars.cpp', - 'boost/libs/python/src/numpy/ufunc.cpp' + "boost/libs/python/src/numpy/dtype.cpp", + "boost/libs/python/src/numpy/matrix.cpp", + "boost/libs/python/src/numpy/ndarray.cpp", + "boost/libs/python/src/numpy/numpy.cpp", + "boost/libs/python/src/numpy/scalars.cpp", + "boost/libs/python/src/numpy/ufunc.cpp" ], "compilation-version": { "language": "c++", @@ -42,7 +42,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread", "boost-python39" ] diff --git a/GLD_boost-prg-exec-monitor.json b/GLD_boost-prg-exec-monitor.json index 7d84280..3d63e4f 100644 --- a/GLD_boost-prg-exec-monitor.json +++ b/GLD_boost-prg-exec-monitor.json @@ -8,9 +8,9 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/test/src/execution_monitor.cpp', - 'boost/libs/test/src/debug.cpp', - 'boost/libs/test/src/cpp_main.cpp' + "boost/libs/test/src/execution_monitor.cpp", + "boost/libs/test/src/debug.cpp", + "boost/libs/test/src/cpp_main.cpp" ], "compilation-version": { "language": "c++", @@ -34,7 +34,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-program-options.json b/GLD_boost-program-options.json index 19b811f..8ba890e 100644 --- a/GLD_boost-program-options.json +++ b/GLD_boost-program-options.json @@ -8,17 +8,17 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/program_options/src/cmdline.cpp', - 'boost/libs/program_options/src/config_file.cpp', - 'boost/libs/program_options/src/options_description.cpp', - 'boost/libs/program_options/src/parsers.cpp', - 'boost/libs/program_options/src/variables_map.cpp', - 'boost/libs/program_options/src/value_semantic.cpp', - 'boost/libs/program_options/src/positional_options.cpp', - 'boost/libs/program_options/src/utf8_codecvt_facet.cpp', - 'boost/libs/program_options/src/convert.cpp', - 'boost/libs/program_options/src/winmain.cpp', - 'boost/libs/program_options/src/split.cpp' + "boost/libs/program_options/src/cmdline.cpp", + "boost/libs/program_options/src/config_file.cpp", + "boost/libs/program_options/src/options_description.cpp", + "boost/libs/program_options/src/parsers.cpp", + "boost/libs/program_options/src/variables_map.cpp", + "boost/libs/program_options/src/value_semantic.cpp", + "boost/libs/program_options/src/positional_options.cpp", + "boost/libs/program_options/src/utf8_codecvt_facet.cpp", + "boost/libs/program_options/src/convert.cpp", + "boost/libs/program_options/src/winmain.cpp", + "boost/libs/program_options/src/split.cpp" ], "compilation-version": { "language": "c++", @@ -41,7 +41,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-python39.json b/GLD_boost-python39.json index d73ae36..973cddc 100644 --- a/GLD_boost-python39.json +++ b/GLD_boost-python39.json @@ -8,33 +8,33 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/python/src/list.cpp', - 'boost/libs/python/src/long.cpp', - 'boost/libs/python/src/dict.cpp', - 'boost/libs/python/src/tuple.cpp', - 'boost/libs/python/src/str.cpp', - 'boost/libs/python/src/slice.cpp', - 'boost/libs/python/src/converter/from_python.cpp', - 'boost/libs/python/src/converter/registry.cpp', - 'boost/libs/python/src/converter/type_id.cpp', - 'boost/libs/python/src/object/enum.cpp', - 'boost/libs/python/src/object/class.cpp', - 'boost/libs/python/src/object/function.cpp', - 'boost/libs/python/src/object/inheritance.cpp', - 'boost/libs/python/src/object/life_support.cpp', - 'boost/libs/python/src/object/pickle_support.cpp', - 'boost/libs/python/src/errors.cpp', - 'boost/libs/python/src/module.cpp', - 'boost/libs/python/src/converter/builtin_converters.cpp', - 'boost/libs/python/src/converter/arg_to_python_base.cpp', - 'boost/libs/python/src/object/iterator.cpp', - 'boost/libs/python/src/object/stl_iterator.cpp', - 'boost/libs/python/src/object_protocol.cpp', - 'boost/libs/python/src/object_operators.cpp', - 'boost/libs/python/src/wrapper.cpp', - 'boost/libs/python/src/import.cpp', - 'boost/libs/python/src/exec.cpp', - 'boost/libs/python/src/object/function_doc_signature.cpp' + "boost/libs/python/src/list.cpp", + "boost/libs/python/src/long.cpp", + "boost/libs/python/src/dict.cpp", + "boost/libs/python/src/tuple.cpp", + "boost/libs/python/src/str.cpp", + "boost/libs/python/src/slice.cpp", + "boost/libs/python/src/converter/from_python.cpp", + "boost/libs/python/src/converter/registry.cpp", + "boost/libs/python/src/converter/type_id.cpp", + "boost/libs/python/src/object/enum.cpp", + "boost/libs/python/src/object/class.cpp", + "boost/libs/python/src/object/function.cpp", + "boost/libs/python/src/object/inheritance.cpp", + "boost/libs/python/src/object/life_support.cpp", + "boost/libs/python/src/object/pickle_support.cpp", + "boost/libs/python/src/errors.cpp", + "boost/libs/python/src/module.cpp", + "boost/libs/python/src/converter/builtin_converters.cpp", + "boost/libs/python/src/converter/arg_to_python_base.cpp", + "boost/libs/python/src/object/iterator.cpp", + "boost/libs/python/src/object/stl_iterator.cpp", + "boost/libs/python/src/object_protocol.cpp", + "boost/libs/python/src/object_operators.cpp", + "boost/libs/python/src/wrapper.cpp", + "boost/libs/python/src/import.cpp", + "boost/libs/python/src/exec.cpp", + "boost/libs/python/src/object/function_doc_signature.cpp" ], "compilation-version": { "language": "c++", @@ -62,7 +62,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-random.json b/GLD_boost-random.json index 31e2127..8de8597 100644 --- a/GLD_boost-random.json +++ b/GLD_boost-random.json @@ -8,7 +8,7 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/random/src/random_device.cpp' + "boost/libs/random/src/random_device.cpp" ], "compilation-version": { "language": "c++", @@ -31,7 +31,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-regex.json b/GLD_boost-regex.json index 80e459c..63d049b 100644 --- a/GLD_boost-regex.json +++ b/GLD_boost-regex.json @@ -8,11 +8,11 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/regex/build/../src/posix_api.cpp', - 'boost/libs/regex/build/../src/regex.cpp', - 'boost/libs/regex/build/../src/regex_debug.cpp', - 'boost/libs/regex/build/../src/static_mutex.cpp', - 'boost/libs/regex/build/../src/wide_posix_api.cpp' + "boost/libs/regex/build/../src/posix_api.cpp", + "boost/libs/regex/build/../src/regex.cpp", + "boost/libs/regex/build/../src/regex_debug.cpp", + "boost/libs/regex/build/../src/static_mutex.cpp", + "boost/libs/regex/build/../src/wide_posix_api.cpp" ], "compilation-version": { "language": "c++", @@ -36,7 +36,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-serialization.json b/GLD_boost-serialization.json index 9f33b98..80e59ee 100644 --- a/GLD_boost-serialization.json +++ b/GLD_boost-serialization.json @@ -8,41 +8,41 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/serialization/src/archive_exception.cpp', - 'boost/libs/serialization/src/basic_archive.cpp', - 'boost/libs/serialization/src/basic_iarchive.cpp', - 'boost/libs/serialization/src/basic_iserializer.cpp', - 'boost/libs/serialization/src/basic_oarchive.cpp', - 'boost/libs/serialization/src/basic_oserializer.cpp', - 'boost/libs/serialization/src/basic_pointer_iserializer.cpp', - 'boost/libs/serialization/src/basic_pointer_oserializer.cpp', - 'boost/libs/serialization/src/basic_serializer_map.cpp', - 'boost/libs/serialization/src/basic_text_iprimitive.cpp', - 'boost/libs/serialization/src/basic_text_oprimitive.cpp', - 'boost/libs/serialization/src/basic_xml_archive.cpp', - 'boost/libs/serialization/src/binary_iarchive.cpp', - 'boost/libs/serialization/src/binary_oarchive.cpp', - 'boost/libs/serialization/src/extended_type_info.cpp', - 'boost/libs/serialization/src/extended_type_info_typeid.cpp', - 'boost/libs/serialization/src/extended_type_info_no_rtti.cpp', - 'boost/libs/serialization/src/polymorphic_iarchive.cpp', - 'boost/libs/serialization/src/polymorphic_oarchive.cpp', - 'boost/libs/serialization/src/stl_port.cpp', - 'boost/libs/serialization/src/text_iarchive.cpp', - 'boost/libs/serialization/src/text_oarchive.cpp', - 'boost/libs/serialization/src/polymorphic_text_iarchive.cpp', - 'boost/libs/serialization/src/polymorphic_text_oarchive.cpp', - 'boost/libs/serialization/src/polymorphic_binary_iarchive.cpp', - 'boost/libs/serialization/src/polymorphic_binary_oarchive.cpp', - 'boost/libs/serialization/src/polymorphic_xml_iarchive.cpp', - 'boost/libs/serialization/src/polymorphic_xml_oarchive.cpp', - 'boost/libs/serialization/src/void_cast.cpp', - 'boost/libs/serialization/src/xml_grammar.cpp', - 'boost/libs/serialization/src/xml_iarchive.cpp', - 'boost/libs/serialization/src/xml_archive_exception.cpp', - 'boost/libs/serialization/src/codecvt_null.cpp', - 'boost/libs/serialization/src/utf8_codecvt_facet.cpp', - 'boost/libs/serialization/src/xml_oarchive.cpp' + "boost/libs/serialization/src/archive_exception.cpp", + "boost/libs/serialization/src/basic_archive.cpp", + "boost/libs/serialization/src/basic_iarchive.cpp", + "boost/libs/serialization/src/basic_iserializer.cpp", + "boost/libs/serialization/src/basic_oarchive.cpp", + "boost/libs/serialization/src/basic_oserializer.cpp", + "boost/libs/serialization/src/basic_pointer_iserializer.cpp", + "boost/libs/serialization/src/basic_pointer_oserializer.cpp", + "boost/libs/serialization/src/basic_serializer_map.cpp", + "boost/libs/serialization/src/basic_text_iprimitive.cpp", + "boost/libs/serialization/src/basic_text_oprimitive.cpp", + "boost/libs/serialization/src/basic_xml_archive.cpp", + "boost/libs/serialization/src/binary_iarchive.cpp", + "boost/libs/serialization/src/binary_oarchive.cpp", + "boost/libs/serialization/src/extended_type_info.cpp", + "boost/libs/serialization/src/extended_type_info_typeid.cpp", + "boost/libs/serialization/src/extended_type_info_no_rtti.cpp", + "boost/libs/serialization/src/polymorphic_iarchive.cpp", + "boost/libs/serialization/src/polymorphic_oarchive.cpp", + "boost/libs/serialization/src/stl_port.cpp", + "boost/libs/serialization/src/text_iarchive.cpp", + "boost/libs/serialization/src/text_oarchive.cpp", + "boost/libs/serialization/src/polymorphic_text_iarchive.cpp", + "boost/libs/serialization/src/polymorphic_text_oarchive.cpp", + "boost/libs/serialization/src/polymorphic_binary_iarchive.cpp", + "boost/libs/serialization/src/polymorphic_binary_oarchive.cpp", + "boost/libs/serialization/src/polymorphic_xml_iarchive.cpp", + "boost/libs/serialization/src/polymorphic_xml_oarchive.cpp", + "boost/libs/serialization/src/void_cast.cpp", + "boost/libs/serialization/src/xml_grammar.cpp", + "boost/libs/serialization/src/xml_iarchive.cpp", + "boost/libs/serialization/src/xml_archive_exception.cpp", + "boost/libs/serialization/src/codecvt_null.cpp", + "boost/libs/serialization/src/utf8_codecvt_facet.cpp", + "boost/libs/serialization/src/xml_oarchive.cpp" ], "compilation-version": { "language": "c++", @@ -66,7 +66,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-stacktrace-addr2line.json b/GLD_boost-stacktrace-addr2line.json index b911394..c318f24 100644 --- a/GLD_boost-stacktrace-addr2line.json +++ b/GLD_boost-stacktrace-addr2line.json @@ -8,7 +8,7 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/stacktrace/build/../src/addr2line.cpp' + "boost/libs/stacktrace/build/../src/addr2line.cpp" ], "compilation-version": { "language": "c++", @@ -31,7 +31,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-stacktrace-basic.json b/GLD_boost-stacktrace-basic.json index aa5ebf5..f470084 100644 --- a/GLD_boost-stacktrace-basic.json +++ b/GLD_boost-stacktrace-basic.json @@ -8,7 +8,7 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/stacktrace/build/../src/basic.cpp' + "boost/libs/stacktrace/build/../src/basic.cpp" ], "compilation-version": { "language": "c++", @@ -31,7 +31,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-stacktrace-noop.json b/GLD_boost-stacktrace-noop.json index e6a2b75..a637dca 100644 --- a/GLD_boost-stacktrace-noop.json +++ b/GLD_boost-stacktrace-noop.json @@ -8,7 +8,7 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/stacktrace/build/../src/noop.cpp' + "boost/libs/stacktrace/build/../src/noop.cpp" ], "compilation-version": { "language": "c++", @@ -31,7 +31,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-system.json b/GLD_boost-system.json index c54f404..0ee133b 100644 --- a/GLD_boost-system.json +++ b/GLD_boost-system.json @@ -8,7 +8,7 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/system/src/error_code.cpp' + "boost/libs/system/src/error_code.cpp" ], "compilation-version": { "language": "c++", @@ -31,7 +31,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-thread.json b/GLD_boost-thread.json index 667688d..8b23a41 100644 --- a/GLD_boost-thread.json +++ b/GLD_boost-thread.json @@ -15,6 +15,5 @@ "z", "m", "boost-include" - ] } diff --git a/GLD_boost-timer.json b/GLD_boost-timer.json index ddab9d5..bed8a0d 100644 --- a/GLD_boost-timer.json +++ b/GLD_boost-timer.json @@ -8,8 +8,8 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/timer/src/auto_timers_construction.cpp', - 'boost/libs/timer/src/cpu_timer.cpp' + "boost/libs/timer/src/auto_timers_construction.cpp", + "boost/libs/timer/src/cpu_timer.cpp" ], "compilation-version": { "language": "c++", @@ -33,7 +33,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread", "boost-chrono" ] diff --git a/GLD_boost-type-erasure.json b/GLD_boost-type-erasure.json index 8112f7b..ef696cd 100644 --- a/GLD_boost-type-erasure.json +++ b/GLD_boost-type-erasure.json @@ -8,7 +8,7 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/type_erasure/src/dynamic_binding.cpp' + "boost/libs/type_erasure/src/dynamic_binding.cpp" ], "compilation-version": { "language": "c++", @@ -36,7 +36,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread", "boost-thread", "boost-system", diff --git a/GLD_boost-unit-test-framework.json b/GLD_boost-unit-test-framework.json index 5b07c44..b2c7f53 100644 --- a/GLD_boost-unit-test-framework.json +++ b/GLD_boost-unit-test-framework.json @@ -8,23 +8,23 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/test/src/compiler_log_formatter.cpp', - 'boost/libs/test/src/decorator.cpp', - 'boost/libs/test/src/framework.cpp', - 'boost/libs/test/src/plain_report_formatter.cpp', - 'boost/libs/test/src/progress_monitor.cpp', - 'boost/libs/test/src/results_collector.cpp', - 'boost/libs/test/src/results_reporter.cpp', - 'boost/libs/test/src/test_framework_init_observer.cpp', - 'boost/libs/test/src/test_tools.cpp', - 'boost/libs/test/src/test_tree.cpp', - 'boost/libs/test/src/unit_test_log.cpp', - 'boost/libs/test/src/unit_test_main.cpp', - 'boost/libs/test/src/unit_test_monitor.cpp', - 'boost/libs/test/src/unit_test_parameters.cpp', - 'boost/libs/test/src/junit_log_formatter.cpp', - 'boost/libs/test/src/xml_log_formatter.cpp', - 'boost/libs/test/src/xml_report_formatter.cpp' + "boost/libs/test/src/compiler_log_formatter.cpp", + "boost/libs/test/src/decorator.cpp", + "boost/libs/test/src/framework.cpp", + "boost/libs/test/src/plain_report_formatter.cpp", + "boost/libs/test/src/progress_monitor.cpp", + "boost/libs/test/src/results_collector.cpp", + "boost/libs/test/src/results_reporter.cpp", + "boost/libs/test/src/test_framework_init_observer.cpp", + "boost/libs/test/src/test_tools.cpp", + "boost/libs/test/src/test_tree.cpp", + "boost/libs/test/src/unit_test_log.cpp", + "boost/libs/test/src/unit_test_main.cpp", + "boost/libs/test/src/unit_test_monitor.cpp", + "boost/libs/test/src/unit_test_parameters.cpp", + "boost/libs/test/src/junit_log_formatter.cpp", + "boost/libs/test/src/xml_log_formatter.cpp", + "boost/libs/test/src/xml_report_formatter.cpp" ], "compilation-version": { "language": "c++", @@ -48,7 +48,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread" ] } diff --git a/GLD_boost-wave.json b/GLD_boost-wave.json index a648104..a2e8af1 100644 --- a/GLD_boost-wave.json +++ b/GLD_boost-wave.json @@ -8,18 +8,18 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/wave/src/instantiate_cpp_exprgrammar.cpp', - 'boost/libs/wave/src/instantiate_cpp_grammar.cpp', - 'boost/libs/wave/src/instantiate_cpp_literalgrs.cpp', - 'boost/libs/wave/src/instantiate_defined_grammar.cpp', - 'boost/libs/wave/src/instantiate_has_include_grammar.cpp', - 'boost/libs/wave/src/instantiate_predef_macros.cpp', - 'boost/libs/wave/src/instantiate_re2c_lexer.cpp', - 'boost/libs/wave/src/instantiate_re2c_lexer_str.cpp', - 'boost/libs/wave/src/token_ids.cpp', - 'boost/libs/wave/src/wave_config_constant.cpp', - 'boost/libs/wave/src/cpplexer/re2clex/aq.cpp', - 'boost/libs/wave/src/cpplexer/re2clex/cpp_re.cpp' + "boost/libs/wave/src/instantiate_cpp_exprgrammar.cpp", + "boost/libs/wave/src/instantiate_cpp_grammar.cpp", + "boost/libs/wave/src/instantiate_cpp_literalgrs.cpp", + "boost/libs/wave/src/instantiate_defined_grammar.cpp", + "boost/libs/wave/src/instantiate_has_include_grammar.cpp", + "boost/libs/wave/src/instantiate_predef_macros.cpp", + "boost/libs/wave/src/instantiate_re2c_lexer.cpp", + "boost/libs/wave/src/instantiate_re2c_lexer_str.cpp", + "boost/libs/wave/src/token_ids.cpp", + "boost/libs/wave/src/wave_config_constant.cpp", + "boost/libs/wave/src/cpplexer/re2clex/aq.cpp", + "boost/libs/wave/src/cpplexer/re2clex/cpp_re.cpp" ], "compilation-version": { "language": "c++", @@ -43,7 +43,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread", "boost-filesystem", "boost-thread", diff --git a/GLD_boost-wserialization.json b/GLD_boost-wserialization.json index 1aa5ab2..5ed73de 100644 --- a/GLD_boost-wserialization.json +++ b/GLD_boost-wserialization.json @@ -8,17 +8,17 @@ "author":"UNKNOW", "version":"file://version.txt", "source": [ - 'boost/libs/serialization/src/basic_text_wiprimitive.cpp', - 'boost/libs/serialization/src/basic_text_woprimitive.cpp', - 'boost/libs/serialization/src/text_wiarchive.cpp', - 'boost/libs/serialization/src/text_woarchive.cpp', - 'boost/libs/serialization/src/polymorphic_text_wiarchive.cpp', - 'boost/libs/serialization/src/polymorphic_text_woarchive.cpp', - 'boost/libs/serialization/src/xml_wgrammar.cpp', - 'boost/libs/serialization/src/xml_wiarchive.cpp', - 'boost/libs/serialization/src/xml_woarchive.cpp', - 'boost/libs/serialization/src/polymorphic_xml_wiarchive.cpp', - 'boost/libs/serialization/src/polymorphic_xml_woarchive.cpp' + "boost/libs/serialization/src/basic_text_wiprimitive.cpp", + "boost/libs/serialization/src/basic_text_woprimitive.cpp", + "boost/libs/serialization/src/text_wiarchive.cpp", + "boost/libs/serialization/src/text_woarchive.cpp", + "boost/libs/serialization/src/polymorphic_text_wiarchive.cpp", + "boost/libs/serialization/src/polymorphic_text_woarchive.cpp", + "boost/libs/serialization/src/xml_wgrammar.cpp", + "boost/libs/serialization/src/xml_wiarchive.cpp", + "boost/libs/serialization/src/xml_woarchive.cpp", + "boost/libs/serialization/src/polymorphic_xml_wiarchive.cpp", + "boost/libs/serialization/src/polymorphic_xml_woarchive.cpp" ], "compilation-version": { "language": "c++", @@ -42,7 +42,7 @@ "dependency": [ "z", "m", - "boost-include" + "boost-include", "pthread", "boost-serialization" ] diff --git a/GLD_boost.json b/GLD_boost.json index 2f98a3d..43c7037 100644 --- a/GLD_boost.json +++ b/GLD_boost.json @@ -53,3 +53,4 @@ "boost-coroutine", "boost-date-time" ] +} diff --git a/parseBuildOutputToLutin.py b/parseBuildOutputToLutin.py index 551d60a..d39928b 100755 --- a/parseBuildOutputToLutin.py +++ b/parseBuildOutputToLutin.py @@ -120,7 +120,7 @@ def genrate_lutin_file(lib_name, list_of_files, list_of_flags): if start: out += ",\n"; start = True; - out += " '" + global_lib_name + "/" + item +"'"; + out += " \"" + global_lib_name + "/" + item +"\""; out += "\n"; out += " ],\n"; out += " \"compilation-version\": {\n"; @@ -208,12 +208,9 @@ def genrate_lutin_file(lib_name, list_of_files, list_of_flags): out += " \"dependency\": [\n"; out += " \"z\",\n"; out += " \"m\",\n"; - out += " \"" + global_lib_name + "-include\"\n"; - start = False; + out += " \"" + global_lib_name + "-include\""; for item in list_of_dependency: - if start: - out += ",\n"; - start = True; + out += ",\n"; out += " \"" + item +"\"" out += "\n"; out += " ]\n"; @@ -244,7 +241,7 @@ def generate_global_include_module(): out += " \"to\":\"" + global_lib_name + "\"\n"; out += " }\n"; out += " ]\n"; - out += "\n"; + out += "}\n"; file_write_data("GLD_" + global_lib_name + "-include.json", out); @@ -270,6 +267,7 @@ def generate_global_module(list_of_module): out += " \"" + item +"\"" out += "\n"; out += " ]\n"; + out += "}\n"; file_write_data("GLD_" + global_lib_name + ".json", out);