koffi 2.3.6-beta.6 → 2.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
- package/src/cnoke/cnoke.js +3 -7
- package/src/cnoke/src/builder.js +9 -6
- package/src/cnoke/src/index.js +2 -2
- package/src/koffi/build/2.3.7/koffi_darwin_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_darwin_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_freebsd_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_freebsd_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_freebsd_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_linux_arm32hf/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_linux_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_linux_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_linux_riscv64hf64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_linux_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_openbsd_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_openbsd_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_win32_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_win32_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.7/koffi_win32_x64/koffi.node +0 -0
- package/src/koffi/src/ffi.cc +2 -2
- package/src/koffi/src/index.d.ts +2 -2
- package/src/koffi/src/index.js +1 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_darwin_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_darwin_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_freebsd_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_freebsd_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_freebsd_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_linux_arm32hf/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_linux_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_linux_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_linux_riscv64hf64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_linux_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_openbsd_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_openbsd_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_win32_arm64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_win32_arm64/koffi.pdb +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_win32_ia32/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_win32_ia32/koffi.pdb +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_win32_x64/koffi.node +0 -0
- package/src/koffi/build/2.3.6-beta.6/koffi_win32_x64/koffi.pdb +0 -0
- package/vendor/brotli/BUILD +0 -144
- package/vendor/brotli/CMakeLists.txt +0 -421
- package/vendor/brotli/CONTRIBUTING.md +0 -27
- package/vendor/brotli/LICENSE +0 -19
- package/vendor/brotli/MANIFEST.in +0 -17
- package/vendor/brotli/Makefile +0 -55
- package/vendor/brotli/Makefile.am +0 -38
- package/vendor/brotli/README +0 -15
- package/vendor/brotli/README.md +0 -104
- package/vendor/brotli/WORKSPACE +0 -21
- package/vendor/brotli/bootstrap +0 -35
- package/vendor/brotli/c/common/constants.c +0 -15
- package/vendor/brotli/c/common/constants.h +0 -200
- package/vendor/brotli/c/common/context.c +0 -156
- package/vendor/brotli/c/common/context.h +0 -113
- package/vendor/brotli/c/common/dictionary.c +0 -5914
- package/vendor/brotli/c/common/dictionary.h +0 -64
- package/vendor/brotli/c/common/platform.c +0 -22
- package/vendor/brotli/c/common/platform.h +0 -596
- package/vendor/brotli/c/common/transform.c +0 -291
- package/vendor/brotli/c/common/transform.h +0 -85
- package/vendor/brotli/c/common/version.h +0 -26
- package/vendor/brotli/c/dec/bit_reader.c +0 -76
- package/vendor/brotli/c/dec/bit_reader.h +0 -351
- package/vendor/brotli/c/dec/decode.c +0 -2608
- package/vendor/brotli/c/dec/huffman.c +0 -339
- package/vendor/brotli/c/dec/huffman.h +0 -121
- package/vendor/brotli/c/dec/prefix.h +0 -732
- package/vendor/brotli/c/dec/state.c +0 -159
- package/vendor/brotli/c/dec/state.h +0 -365
- package/vendor/brotli/c/enc/backward_references.c +0 -145
- package/vendor/brotli/c/enc/backward_references.h +0 -39
- package/vendor/brotli/c/enc/backward_references_hq.c +0 -843
- package/vendor/brotli/c/enc/backward_references_hq.h +0 -95
- package/vendor/brotli/c/enc/backward_references_inc.h +0 -163
- package/vendor/brotli/c/enc/bit_cost.c +0 -35
- package/vendor/brotli/c/enc/bit_cost.h +0 -63
- package/vendor/brotli/c/enc/bit_cost_inc.h +0 -127
- package/vendor/brotli/c/enc/block_encoder_inc.h +0 -34
- package/vendor/brotli/c/enc/block_splitter.c +0 -194
- package/vendor/brotli/c/enc/block_splitter.h +0 -51
- package/vendor/brotli/c/enc/block_splitter_inc.h +0 -440
- package/vendor/brotli/c/enc/brotli_bit_stream.c +0 -1314
- package/vendor/brotli/c/enc/brotli_bit_stream.h +0 -84
- package/vendor/brotli/c/enc/cluster.c +0 -56
- package/vendor/brotli/c/enc/cluster.h +0 -48
- package/vendor/brotli/c/enc/cluster_inc.h +0 -320
- package/vendor/brotli/c/enc/command.c +0 -28
- package/vendor/brotli/c/enc/command.h +0 -190
- package/vendor/brotli/c/enc/compress_fragment.c +0 -790
- package/vendor/brotli/c/enc/compress_fragment.h +0 -61
- package/vendor/brotli/c/enc/compress_fragment_two_pass.c +0 -645
- package/vendor/brotli/c/enc/compress_fragment_two_pass.h +0 -54
- package/vendor/brotli/c/enc/dictionary_hash.c +0 -1846
- package/vendor/brotli/c/enc/dictionary_hash.h +0 -25
- package/vendor/brotli/c/enc/encode.c +0 -1927
- package/vendor/brotli/c/enc/encoder_dict.c +0 -33
- package/vendor/brotli/c/enc/encoder_dict.h +0 -43
- package/vendor/brotli/c/enc/entropy_encode.c +0 -503
- package/vendor/brotli/c/enc/entropy_encode.h +0 -122
- package/vendor/brotli/c/enc/entropy_encode_static.h +0 -539
- package/vendor/brotli/c/enc/fast_log.c +0 -105
- package/vendor/brotli/c/enc/fast_log.h +0 -66
- package/vendor/brotli/c/enc/find_match_length.h +0 -79
- package/vendor/brotli/c/enc/hash.h +0 -488
- package/vendor/brotli/c/enc/hash_composite_inc.h +0 -125
- package/vendor/brotli/c/enc/hash_forgetful_chain_inc.h +0 -293
- package/vendor/brotli/c/enc/hash_longest_match64_inc.h +0 -267
- package/vendor/brotli/c/enc/hash_longest_match_inc.h +0 -262
- package/vendor/brotli/c/enc/hash_longest_match_quickly_inc.h +0 -266
- package/vendor/brotli/c/enc/hash_rolling_inc.h +0 -212
- package/vendor/brotli/c/enc/hash_to_binary_tree_inc.h +0 -329
- package/vendor/brotli/c/enc/histogram.c +0 -100
- package/vendor/brotli/c/enc/histogram.h +0 -63
- package/vendor/brotli/c/enc/histogram_inc.h +0 -51
- package/vendor/brotli/c/enc/literal_cost.c +0 -175
- package/vendor/brotli/c/enc/literal_cost.h +0 -30
- package/vendor/brotli/c/enc/memory.c +0 -170
- package/vendor/brotli/c/enc/memory.h +0 -114
- package/vendor/brotli/c/enc/metablock.c +0 -663
- package/vendor/brotli/c/enc/metablock.h +0 -105
- package/vendor/brotli/c/enc/metablock_inc.h +0 -183
- package/vendor/brotli/c/enc/params.h +0 -46
- package/vendor/brotli/c/enc/prefix.h +0 -53
- package/vendor/brotli/c/enc/quality.h +0 -165
- package/vendor/brotli/c/enc/ringbuffer.h +0 -167
- package/vendor/brotli/c/enc/static_dict.c +0 -486
- package/vendor/brotli/c/enc/static_dict.h +0 -40
- package/vendor/brotli/c/enc/static_dict_lut.h +0 -5864
- package/vendor/brotli/c/enc/utf8_util.c +0 -85
- package/vendor/brotli/c/enc/utf8_util.h +0 -32
- package/vendor/brotli/c/enc/write_bits.h +0 -87
- package/vendor/brotli/c/include/brotli/decode.h +0 -344
- package/vendor/brotli/c/include/brotli/encode.h +0 -448
- package/vendor/brotli/c/include/brotli/port.h +0 -288
- package/vendor/brotli/c/include/brotli/types.h +0 -83
- package/vendor/brotli/c/tools/brotli.c +0 -1116
- package/vendor/brotli/c/tools/brotli.md +0 -107
- package/vendor/brotli/compiler_config_setting.bzl +0 -28
- package/vendor/brotli/configure +0 -8
- package/vendor/brotli/configure-cmake +0 -318
- package/vendor/brotli/configure.ac +0 -14
- package/vendor/brotli/docs/brotli.1 +0 -132
- package/vendor/brotli/docs/constants.h.3 +0 -47
- package/vendor/brotli/docs/decode.h.3 +0 -415
- package/vendor/brotli/docs/encode.h.3 +0 -586
- package/vendor/brotli/docs/types.h.3 +0 -117
- package/vendor/brotli/premake5.lua +0 -78
- package/vendor/brotli/python/Makefile +0 -57
- package/vendor/brotli/python/README.md +0 -54
- package/vendor/brotli/python/_brotli.cc +0 -753
- package/vendor/brotli/python/bro.py +0 -160
- package/vendor/brotli/python/brotli.py +0 -56
- package/vendor/brotli/python/tests/__init__.py +0 -0
- package/vendor/brotli/python/tests/_test_utils.py +0 -112
- package/vendor/brotli/python/tests/bro_test.py +0 -102
- package/vendor/brotli/python/tests/compress_test.py +0 -41
- package/vendor/brotli/python/tests/compressor_test.py +0 -94
- package/vendor/brotli/python/tests/decompress_test.py +0 -42
- package/vendor/brotli/python/tests/decompressor_test.py +0 -59
- package/vendor/brotli/scripts/libbrotlicommon.pc.in +0 -11
- package/vendor/brotli/scripts/libbrotlidec.pc.in +0 -12
- package/vendor/brotli/scripts/libbrotlienc.pc.in +0 -12
- package/vendor/brotli/scripts/sources.lst +0 -104
- package/vendor/brotli/setup.cfg +0 -5
- package/vendor/brotli/setup.py +0 -293
- package/vendor/brotli/tests/Makefile +0 -17
- package/vendor/brotli/tests/compatibility_test.sh +0 -25
- package/vendor/brotli/tests/roundtrip_test.sh +0 -36
- package/vendor/brotli/tests/run-compatibility-test.cmake +0 -31
- package/vendor/brotli/tests/run-roundtrip-test.cmake +0 -36
- package/vendor/brotli/tests/testdata/empty +0 -0
- package/vendor/brotli/tests/testdata/empty.compressed +0 -1
- package/vendor/brotli/tests/testdata/ukkonooa +0 -1
- package/vendor/brotli/tests/testdata/ukkonooa.compressed +0 -0
- package/vendor/dragonbox/CMakeLists.txt +0 -123
- package/vendor/dragonbox/LICENSE-Apache2-LLVM +0 -218
- package/vendor/dragonbox/LICENSE-Boost +0 -23
- package/vendor/dragonbox/README.md +0 -277
- package/vendor/dragonbox/cmake/dragonboxConfig.cmake +0 -1
- package/vendor/dragonbox/include/dragonbox/dragonbox.h +0 -2674
- package/vendor/dragonbox/include/dragonbox/dragonbox_to_chars.h +0 -108
- package/vendor/dragonbox/other_files/Dragonbox.pdf +0 -0
- package/vendor/dragonbox/other_files/Dragonbox_old.pdf +0 -0
- package/vendor/dragonbox/other_files/milo_benchmark.png +0 -0
- package/vendor/dragonbox/other_files/unknown_win64_vc2019.html +0 -540
- package/vendor/dragonbox/other_files/unknown_win64_vc2019_randomdigit_time.png +0 -0
- package/vendor/dragonbox/source/dragonbox_to_chars.cpp +0 -303
- package/vendor/dragonbox/subproject/3rdparty/grisu_exact/CMakeLists.txt +0 -24
- package/vendor/dragonbox/subproject/3rdparty/grisu_exact/fp_to_chars.cpp +0 -238
- package/vendor/dragonbox/subproject/3rdparty/grisu_exact/fp_to_chars.h +0 -95
- package/vendor/dragonbox/subproject/3rdparty/grisu_exact/grisu_exact.h +0 -2666
- package/vendor/dragonbox/subproject/3rdparty/ryu/CMakeLists.txt +0 -16
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/common.h +0 -114
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/d2s.c +0 -509
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/d2s_full_table.h +0 -367
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/d2s_intrinsics.h +0 -357
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/digit_table.h +0 -35
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/f2s.c +0 -345
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/f2s_full_table.h +0 -55
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/f2s_intrinsics.h +0 -128
- package/vendor/dragonbox/subproject/3rdparty/ryu/ryu/ryu.h +0 -46
- package/vendor/dragonbox/subproject/3rdparty/schubfach/CMakeLists.txt +0 -22
- package/vendor/dragonbox/subproject/3rdparty/schubfach/schubfach_32.cc +0 -699
- package/vendor/dragonbox/subproject/3rdparty/schubfach/schubfach_32.h +0 -31
- package/vendor/dragonbox/subproject/3rdparty/schubfach/schubfach_64.cc +0 -1354
- package/vendor/dragonbox/subproject/3rdparty/schubfach/schubfach_64.h +0 -31
- package/vendor/dragonbox/subproject/3rdparty/shaded_plots/example_shaded_plots.m +0 -68
- package/vendor/dragonbox/subproject/3rdparty/shaded_plots/license.txt +0 -25
- package/vendor/dragonbox/subproject/3rdparty/shaded_plots/plot_distribution.m +0 -92
- package/vendor/dragonbox/subproject/3rdparty/shaded_plots/plot_distribution_prctile.m +0 -121
- package/vendor/dragonbox/subproject/3rdparty/shaded_plots/plot_histogram_shaded.m +0 -99
- package/vendor/dragonbox/subproject/3rdparty/shaded_plots/plot_shaded.m +0 -93
- package/vendor/dragonbox/subproject/benchmark/CMakeLists.txt +0 -65
- package/vendor/dragonbox/subproject/benchmark/include/benchmark.h +0 -40
- package/vendor/dragonbox/subproject/benchmark/matlab/plot_benchmarks.m +0 -22
- package/vendor/dragonbox/subproject/benchmark/matlab/plot_digit_benchmark.m +0 -78
- package/vendor/dragonbox/subproject/benchmark/matlab/plot_uniform_benchmark.m +0 -95
- package/vendor/dragonbox/subproject/benchmark/results/digits_benchmark_binary32_clang.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/digits_benchmark_binary32_msvc.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/digits_benchmark_binary64_clang.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/digits_benchmark_binary64_msvc.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/uniform_benchmark_binary32_clang.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/uniform_benchmark_binary32_msvc.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/uniform_benchmark_binary64_clang.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/results/uniform_benchmark_binary64_msvc.png +0 -0
- package/vendor/dragonbox/subproject/benchmark/source/benchmark.cpp +0 -238
- package/vendor/dragonbox/subproject/benchmark/source/dragonbox.cpp +0 -30
- package/vendor/dragonbox/subproject/benchmark/source/grisu_exact.cpp +0 -36
- package/vendor/dragonbox/subproject/benchmark/source/ryu.cpp +0 -27
- package/vendor/dragonbox/subproject/benchmark/source/schubfach.cpp +0 -31
- package/vendor/dragonbox/subproject/common/CMakeLists.txt +0 -42
- package/vendor/dragonbox/subproject/common/include/best_rational_approx.h +0 -97
- package/vendor/dragonbox/subproject/common/include/big_uint.h +0 -218
- package/vendor/dragonbox/subproject/common/include/continued_fractions.h +0 -174
- package/vendor/dragonbox/subproject/common/include/good_rational_approx.h +0 -267
- package/vendor/dragonbox/subproject/common/include/random_float.h +0 -182
- package/vendor/dragonbox/subproject/common/include/rational_continued_fractions.h +0 -57
- package/vendor/dragonbox/subproject/common/source/big_uint.cpp +0 -602
- package/vendor/dragonbox/subproject/meta/CMakeLists.txt +0 -41
- package/vendor/dragonbox/subproject/meta/results/binary32_generated_cache.txt +0 -82
- package/vendor/dragonbox/subproject/meta/results/binary64_compressed_cache_error_table.txt +0 -10
- package/vendor/dragonbox/subproject/meta/results/binary64_generated_cache.txt +0 -623
- package/vendor/dragonbox/subproject/meta/source/generate_cache.cpp +0 -126
- package/vendor/dragonbox/subproject/meta/source/live_test.cpp +0 -81
- package/vendor/dragonbox/subproject/meta/source/perf_test.cpp +0 -104
- package/vendor/dragonbox/subproject/meta/source/sandbox.cpp +0 -20
- package/vendor/dragonbox/subproject/test/CMakeLists.txt +0 -70
- package/vendor/dragonbox/subproject/test/results/binary32.csv +0 -255
- package/vendor/dragonbox/subproject/test/results/binary64.csv +0 -2047
- package/vendor/dragonbox/subproject/test/results/plot_required_bits.m +0 -18
- package/vendor/dragonbox/subproject/test/source/test_all_shorter_interval_cases.cpp +0 -88
- package/vendor/dragonbox/subproject/test/source/uniform_random_test.cpp +0 -95
- package/vendor/dragonbox/subproject/test/source/verify_cache_precision.cpp +0 -338
- package/vendor/dragonbox/subproject/test/source/verify_compressed_cache.cpp +0 -154
- package/vendor/dragonbox/subproject/test/source/verify_fast_multiplication.cpp +0 -168
- package/vendor/dragonbox/subproject/test/source/verify_log_computation.cpp +0 -251
- package/vendor/dragonbox/subproject/test/source/verify_magic_division.cpp +0 -113
- package/vendor/miniz/ChangeLog.md +0 -239
- package/vendor/miniz/LICENSE +0 -22
- package/vendor/miniz/examples/example1.c +0 -105
- package/vendor/miniz/examples/example2.c +0 -164
- package/vendor/miniz/examples/example3.c +0 -269
- package/vendor/miniz/examples/example4.c +0 -102
- package/vendor/miniz/examples/example5.c +0 -327
- package/vendor/miniz/examples/example6.c +0 -166
- package/vendor/miniz/miniz.c +0 -7835
- package/vendor/miniz/miniz.h +0 -1422
- package/vendor/miniz/readme.md +0 -46
- /package/src/koffi/build/{2.3.6-beta.6 → 2.3.7}/koffi_win32_arm64/koffi.exp +0 -0
- /package/src/koffi/build/{2.3.6-beta.6 → 2.3.7}/koffi_win32_arm64/koffi.lib +0 -0
- /package/src/koffi/build/{2.3.6-beta.6 → 2.3.7}/koffi_win32_ia32/koffi.exp +0 -0
- /package/src/koffi/build/{2.3.6-beta.6 → 2.3.7}/koffi_win32_ia32/koffi.lib +0 -0
- /package/src/koffi/build/{2.3.6-beta.6 → 2.3.7}/koffi_win32_x64/koffi.exp +0 -0
- /package/src/koffi/build/{2.3.6-beta.6 → 2.3.7}/koffi_win32_x64/koffi.lib +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
### Koffi 2.3
|
|
6
6
|
|
|
7
|
+
#### Koffi 2.3.7
|
|
8
|
+
|
|
9
|
+
**Main fixes:**
|
|
10
|
+
|
|
11
|
+
- Fix missing require in index.js ([@gastonFrecceroNapse](https://github.com/gastonFrecceroNapse))
|
|
12
|
+
- Reduce NPM package bloat (from 65 MB to 20 MB) caused by changes in 2.3.6
|
|
13
|
+
|
|
7
14
|
#### Koffi 2.3.6
|
|
8
15
|
|
|
9
16
|
**Main changes:**
|
package/package.json
CHANGED
package/src/cnoke/cnoke.js
CHANGED
|
@@ -16,10 +16,9 @@
|
|
|
16
16
|
'use strict';
|
|
17
17
|
|
|
18
18
|
const fs = require('fs');
|
|
19
|
-
const
|
|
19
|
+
const cnoke = require('./src/index.js');
|
|
20
20
|
|
|
21
21
|
const VALID_COMMANDS = ['build', 'configure', 'clean'];
|
|
22
|
-
const DEFAULT_MODE = 'RelWithDebInfo';
|
|
23
22
|
|
|
24
23
|
main();
|
|
25
24
|
|
|
@@ -27,9 +26,6 @@ async function main() {
|
|
|
27
26
|
let config = {};
|
|
28
27
|
let command = 'build';
|
|
29
28
|
|
|
30
|
-
// Default options
|
|
31
|
-
config.mode = DEFAULT_MODE;
|
|
32
|
-
|
|
33
29
|
// Parse options
|
|
34
30
|
{
|
|
35
31
|
let i = 2;
|
|
@@ -127,7 +123,7 @@ async function main() {
|
|
|
127
123
|
}
|
|
128
124
|
|
|
129
125
|
try {
|
|
130
|
-
let builder = new Builder(config);
|
|
126
|
+
let builder = new cnoke.Builder(config);
|
|
131
127
|
await builder[command]();
|
|
132
128
|
} catch (err) {
|
|
133
129
|
console.error(err);
|
|
@@ -148,7 +144,7 @@ Options:
|
|
|
148
144
|
(default: current working directory)
|
|
149
145
|
|
|
150
146
|
-B, --config <CONFIG> Change build type: RelWithDebInfo, Debug, Release
|
|
151
|
-
(default: ${
|
|
147
|
+
(default: ${cnoke.DefaultOptions.mode})
|
|
152
148
|
-D, --debug Shortcut for --config Debug
|
|
153
149
|
|
|
154
150
|
--prebuild Use prebuilt binari if available
|
package/src/cnoke/src/builder.js
CHANGED
|
@@ -19,6 +19,10 @@ const path = require('path');
|
|
|
19
19
|
const { spawnSync } = require('child_process');
|
|
20
20
|
const tools = require('./tools.js');
|
|
21
21
|
|
|
22
|
+
const DefaultOptions = {
|
|
23
|
+
mode: 'RelWithDebInfo'
|
|
24
|
+
};
|
|
25
|
+
|
|
22
26
|
function Builder(config = {}) {
|
|
23
27
|
let self = this;
|
|
24
28
|
|
|
@@ -27,7 +31,7 @@ function Builder(config = {}) {
|
|
|
27
31
|
let package_dir = null;
|
|
28
32
|
|
|
29
33
|
if (app_dir == null)
|
|
30
|
-
app_dir =
|
|
34
|
+
app_dir = __dirname.replace(/\\/g, '/') + '/..';
|
|
31
35
|
if (project_dir == null)
|
|
32
36
|
project_dir = process.cwd();
|
|
33
37
|
app_dir = app_dir.replace(/\\/g, '/');
|
|
@@ -38,7 +42,7 @@ function Builder(config = {}) {
|
|
|
38
42
|
let arch = config.arch;
|
|
39
43
|
let toolset = config.toolset || null;
|
|
40
44
|
let prefer_clang = config.prefer_clang || false;
|
|
41
|
-
let mode = config.mode;
|
|
45
|
+
let mode = config.mode || DefaultOptions.mode;
|
|
42
46
|
let targets = config.targets || [];
|
|
43
47
|
let verbose = config.verbose || false;
|
|
44
48
|
let prebuild = config.prebuild || false;
|
|
@@ -49,8 +53,6 @@ function Builder(config = {}) {
|
|
|
49
53
|
runtime_version = runtime_version.substr(1);
|
|
50
54
|
if (arch == null)
|
|
51
55
|
arch = tools.determine_arch();
|
|
52
|
-
if (mode == null)
|
|
53
|
-
throw new Error('Missing required mode setting');
|
|
54
56
|
|
|
55
57
|
let cache_dir = get_cache_directory();
|
|
56
58
|
let build_dir = config.build_dir;
|
|
@@ -63,7 +65,7 @@ function Builder(config = {}) {
|
|
|
63
65
|
build_dir = expand_path(pkg.cnoke.output);
|
|
64
66
|
|
|
65
67
|
if (!tools.path_is_absolute(build_dir))
|
|
66
|
-
build_dir =
|
|
68
|
+
build_dir = package_dir + '/' + build_dir;
|
|
67
69
|
} else {
|
|
68
70
|
build_dir = project_dir + '/build';
|
|
69
71
|
}
|
|
@@ -447,5 +449,6 @@ function Builder(config = {}) {
|
|
|
447
449
|
}
|
|
448
450
|
|
|
449
451
|
module.exports = {
|
|
450
|
-
Builder
|
|
452
|
+
Builder,
|
|
453
|
+
DefaultOptions
|
|
451
454
|
};
|
package/src/cnoke/src/index.js
CHANGED
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
// You should have received a copy of the GNU Lesser General Public License
|
|
12
12
|
// along with this program. If not, see https://www.gnu.org/licenses/.
|
|
13
13
|
|
|
14
|
-
const
|
|
14
|
+
const builder = require('./builder.js');
|
|
15
15
|
const tools = require('./tools.js');
|
|
16
16
|
|
|
17
17
|
module.exports = {
|
|
18
|
-
|
|
18
|
+
...builder,
|
|
19
19
|
...tools
|
|
20
20
|
};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/koffi/src/ffi.cc
CHANGED
|
@@ -2021,8 +2021,8 @@ static void SetExports(Napi::Env env, Func func)
|
|
|
2021
2021
|
|
|
2022
2022
|
func("struct", Napi::Function::New(env, CreatePaddedStructType));
|
|
2023
2023
|
func("pack", Napi::Function::New(env, CreatePackedStructType));
|
|
2024
|
-
|
|
2025
|
-
|
|
2024
|
+
func("union", Napi::Function::New(env, CreateUnionType));
|
|
2025
|
+
func("Union", Napi::Function::New(env, InstantiateUnion));
|
|
2026
2026
|
func("opaque", Napi::Function::New(env, CreateOpaqueType));
|
|
2027
2027
|
func("pointer", Napi::Function::New(env, CreatePointerType));
|
|
2028
2028
|
func("array", Napi::Function::New(env, CreateArrayType));
|
package/src/koffi/src/index.d.ts
CHANGED
|
@@ -78,8 +78,8 @@ declare module 'koffi' {
|
|
|
78
78
|
export function pack(name: string, def: Record<string, TypeSpecWithAlignment>): IKoffiCType;
|
|
79
79
|
export function pack(def: Record<string, TypeSpecWithAlignment>): IKoffiCType;
|
|
80
80
|
|
|
81
|
-
|
|
82
|
-
|
|
81
|
+
export function union(name: string, def: Record<string, TypeSpecWithAlignment>): IKoffiCType;
|
|
82
|
+
export function union(def: Record<string, TypeSpecWithAlignment>): IKoffiCType;
|
|
83
83
|
|
|
84
84
|
export function array(ref: TypeSpec, len: number, hint?: ArrayHint | null): IKoffiCType;
|
|
85
85
|
|
package/src/koffi/src/index.js
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/vendor/brotli/BUILD
DELETED
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
# Description:
|
|
2
|
-
# Brotli is a generic-purpose lossless compression algorithm.
|
|
3
|
-
|
|
4
|
-
package(
|
|
5
|
-
default_visibility = ["//visibility:public"],
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
licenses(["notice"]) # MIT
|
|
9
|
-
|
|
10
|
-
exports_files(["LICENSE"])
|
|
11
|
-
|
|
12
|
-
config_setting(
|
|
13
|
-
name = "darwin",
|
|
14
|
-
values = {"cpu": "darwin"},
|
|
15
|
-
visibility = ["//visibility:public"],
|
|
16
|
-
)
|
|
17
|
-
|
|
18
|
-
config_setting(
|
|
19
|
-
name = "darwin_x86_64",
|
|
20
|
-
values = {"cpu": "darwin_x86_64"},
|
|
21
|
-
visibility = ["//visibility:public"],
|
|
22
|
-
)
|
|
23
|
-
|
|
24
|
-
config_setting(
|
|
25
|
-
name = "windows",
|
|
26
|
-
values = {"cpu": "x64_windows"},
|
|
27
|
-
visibility = ["//visibility:public"],
|
|
28
|
-
)
|
|
29
|
-
|
|
30
|
-
config_setting(
|
|
31
|
-
name = "windows_msvc",
|
|
32
|
-
values = {"cpu": "x64_windows_msvc"},
|
|
33
|
-
visibility = ["//visibility:public"],
|
|
34
|
-
)
|
|
35
|
-
|
|
36
|
-
config_setting(
|
|
37
|
-
name = "windows_msys",
|
|
38
|
-
values = {"cpu": "x64_windows_msys"},
|
|
39
|
-
visibility = ["//visibility:public"],
|
|
40
|
-
)
|
|
41
|
-
|
|
42
|
-
load(":compiler_config_setting.bzl", "create_msvc_config")
|
|
43
|
-
|
|
44
|
-
create_msvc_config()
|
|
45
|
-
|
|
46
|
-
STRICT_C_OPTIONS = select({
|
|
47
|
-
":msvc": [],
|
|
48
|
-
"//conditions:default": [
|
|
49
|
-
"--pedantic-errors",
|
|
50
|
-
"-Wall",
|
|
51
|
-
"-Wconversion",
|
|
52
|
-
"-Werror",
|
|
53
|
-
"-Wextra",
|
|
54
|
-
"-Wlong-long",
|
|
55
|
-
"-Wmissing-declarations",
|
|
56
|
-
"-Wmissing-prototypes",
|
|
57
|
-
"-Wno-strict-aliasing",
|
|
58
|
-
"-Wshadow",
|
|
59
|
-
"-Wsign-compare",
|
|
60
|
-
],
|
|
61
|
-
})
|
|
62
|
-
|
|
63
|
-
filegroup(
|
|
64
|
-
name = "public_headers",
|
|
65
|
-
srcs = glob(["c/include/brotli/*.h"]),
|
|
66
|
-
)
|
|
67
|
-
|
|
68
|
-
filegroup(
|
|
69
|
-
name = "common_headers",
|
|
70
|
-
srcs = glob(["c/common/*.h"]),
|
|
71
|
-
)
|
|
72
|
-
|
|
73
|
-
filegroup(
|
|
74
|
-
name = "common_sources",
|
|
75
|
-
srcs = glob(["c/common/*.c"]),
|
|
76
|
-
)
|
|
77
|
-
|
|
78
|
-
filegroup(
|
|
79
|
-
name = "dec_headers",
|
|
80
|
-
srcs = glob(["c/dec/*.h"]),
|
|
81
|
-
)
|
|
82
|
-
|
|
83
|
-
filegroup(
|
|
84
|
-
name = "dec_sources",
|
|
85
|
-
srcs = glob(["c/dec/*.c"]),
|
|
86
|
-
)
|
|
87
|
-
|
|
88
|
-
filegroup(
|
|
89
|
-
name = "enc_headers",
|
|
90
|
-
srcs = glob(["c/enc/*.h"]),
|
|
91
|
-
)
|
|
92
|
-
|
|
93
|
-
filegroup(
|
|
94
|
-
name = "enc_sources",
|
|
95
|
-
srcs = glob(["c/enc/*.c"]),
|
|
96
|
-
)
|
|
97
|
-
|
|
98
|
-
cc_library(
|
|
99
|
-
name = "brotli_inc",
|
|
100
|
-
hdrs = [":public_headers"],
|
|
101
|
-
copts = STRICT_C_OPTIONS,
|
|
102
|
-
strip_include_prefix = "c/include",
|
|
103
|
-
)
|
|
104
|
-
|
|
105
|
-
cc_library(
|
|
106
|
-
name = "brotlicommon",
|
|
107
|
-
srcs = [":common_sources"],
|
|
108
|
-
hdrs = [":common_headers"],
|
|
109
|
-
copts = STRICT_C_OPTIONS,
|
|
110
|
-
deps = [":brotli_inc"],
|
|
111
|
-
)
|
|
112
|
-
|
|
113
|
-
cc_library(
|
|
114
|
-
name = "brotlidec",
|
|
115
|
-
srcs = [":dec_sources"],
|
|
116
|
-
hdrs = [":dec_headers"],
|
|
117
|
-
copts = STRICT_C_OPTIONS,
|
|
118
|
-
deps = [":brotlicommon"],
|
|
119
|
-
)
|
|
120
|
-
|
|
121
|
-
cc_library(
|
|
122
|
-
name = "brotlienc",
|
|
123
|
-
srcs = [":enc_sources"],
|
|
124
|
-
hdrs = [":enc_headers"],
|
|
125
|
-
copts = STRICT_C_OPTIONS,
|
|
126
|
-
linkopts = ["-lm"],
|
|
127
|
-
deps = [":brotlicommon"],
|
|
128
|
-
)
|
|
129
|
-
|
|
130
|
-
cc_binary(
|
|
131
|
-
name = "brotli",
|
|
132
|
-
srcs = ["c/tools/brotli.c"],
|
|
133
|
-
copts = STRICT_C_OPTIONS,
|
|
134
|
-
linkstatic = 1,
|
|
135
|
-
deps = [
|
|
136
|
-
":brotlidec",
|
|
137
|
-
":brotlienc",
|
|
138
|
-
],
|
|
139
|
-
)
|
|
140
|
-
|
|
141
|
-
filegroup(
|
|
142
|
-
name = "dictionary",
|
|
143
|
-
srcs = ["c/common/dictionary.bin"],
|
|
144
|
-
)
|