libv8 6.0.286.44.0beta1 → 6.0.286.54.0beta1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -2
- data/ext/libv8/location.rb +1 -1
- data/ext/libv8/paths.rb +1 -1
- data/lib/libv8/version.rb +1 -1
- data/patches/0001-Build-a-standalone-static-library.patch +1 -1
- data/patches/0002-Don-t-compile-unnecessary-stuff.patch +9 -11
- data/patches/0003-Use-the-fPIC-flag-for-the-static-library.patch +1 -1
- data/patches/0004-Do-not-embed-debug-symbols-in-macOS-libraries.patch +1 -1
- data/patches/0005-Fix-GCC-7-build-errors.patch +1 -1
- data/spec/location_spec.rb +1 -1
- data/vendor/depot_tools/.gitattributes +1 -1
- data/vendor/depot_tools/bootstrap/win/manifest.txt +1 -1
- data/vendor/depot_tools/bootstrap/win/manifest_bleeding_edge.txt +1 -1
- data/vendor/depot_tools/bootstrap/win/win_tools.bat +1 -1
- data/vendor/depot_tools/cipd +2 -3
- data/vendor/depot_tools/cipd.ps1 +2 -6
- data/vendor/depot_tools/cipd_bin_setup.bat +1 -1
- data/vendor/depot_tools/cipd_bin_setup.sh +3 -1
- data/vendor/depot_tools/cipd_client_version +1 -1
- data/vendor/depot_tools/cpplint.py +0 -31
- data/vendor/depot_tools/gclient.py +162 -88
- data/vendor/depot_tools/gclient_utils.py +5 -0
- data/vendor/depot_tools/gerrit_client.py +0 -0
- data/vendor/depot_tools/gerrit_util.py +2 -2
- data/vendor/depot_tools/git_cl.py +25 -12
- data/vendor/depot_tools/infra/config/recipes.cfg +2 -2
- data/vendor/depot_tools/led +1 -1
- data/vendor/depot_tools/led.bat +1 -1
- data/vendor/depot_tools/my_activity.py +26 -16
- data/vendor/depot_tools/presubmit_canned_checks.py +1 -1
- data/vendor/depot_tools/presubmit_support.py +15 -4
- data/vendor/depot_tools/recipes/README.recipes.md +21 -14
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/api.py +18 -11
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/apply_gerrit_ref_custom.json +29 -0
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_empty_revision.json +156 -0
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.py +27 -1
- data/vendor/depot_tools/recipes/recipe_modules/bot_update/resources/bot_update.py +11 -0
- data/vendor/depot_tools/recipes/recipe_modules/gclient/config.py +8 -9
- data/vendor/depot_tools/recipes/recipes.py +2 -2
- data/vendor/depot_tools/recipes/recipes/fetch_end_to_end_test.expected/basic.json +162 -0
- data/vendor/depot_tools/recipes/recipes/fetch_end_to_end_test.py +53 -0
- data/vendor/depot_tools/update_depot_tools +13 -7
- data/vendor/depot_tools/update_depot_tools.bat +7 -2
- data/vendor/depot_tools/vpython +1 -1
- data/vendor/depot_tools/vpython.bat +1 -1
- data/vendor/depot_tools/win_toolchain/get_toolchain_if_necessary.py +7 -3
- data/vendor/v8/AUTHORS +1 -0
- data/vendor/v8/codereview.settings +2 -4
- data/vendor/v8/include/v8-version.h +1 -1
- data/vendor/v8/src/builtins/builtins-array-gen.cc +1 -0
- data/vendor/v8/src/compiler/escape-analysis.cc +1 -4
- data/vendor/v8/src/compiler/load-elimination.cc +1 -1
- data/vendor/v8/src/d8.cc +1 -0
- data/vendor/v8/src/map-updater.cc +39 -2
- data/vendor/v8/src/map-updater.h +9 -2
- data/vendor/v8/src/objects-debug.cc +7 -1
- data/vendor/v8/src/objects.cc +33 -6
- data/vendor/v8/src/objects.h +0 -1
- data/vendor/v8/src/objects/map-inl.h +15 -0
- data/vendor/v8/src/objects/map.h +6 -0
- data/vendor/v8/src/v8.gyp +7 -0
- data/vendor/v8/src/wasm/wasm-module.cc +10 -8
- data/vendor/v8/tools/run-tests.py +1 -1
- metadata +6 -5
- data/vendor/depot_tools/win_toolchain/7z/7z.dll +0 -0
- data/vendor/depot_tools/win_toolchain/7z/7z.exe +0 -0
- data/vendor/depot_tools/win_toolchain/7z/LICENSE +0 -57
Binary file
|
Binary file
|
@@ -1,57 +0,0 @@
|
|
1
|
-
7-Zip
|
2
|
-
~~~~~
|
3
|
-
License for use and distribution
|
4
|
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
5
|
-
|
6
|
-
7-Zip Copyright (C) 1999-2012 Igor Pavlov.
|
7
|
-
|
8
|
-
Licenses for files are:
|
9
|
-
|
10
|
-
1) 7z.dll: GNU LGPL + unRAR restriction
|
11
|
-
2) All other files: GNU LGPL
|
12
|
-
|
13
|
-
The GNU LGPL + unRAR restriction means that you must follow both
|
14
|
-
GNU LGPL rules and unRAR restriction rules.
|
15
|
-
|
16
|
-
|
17
|
-
Note:
|
18
|
-
You can use 7-Zip on any computer, including a computer in a commercial
|
19
|
-
organization. You don't need to register or pay for 7-Zip.
|
20
|
-
|
21
|
-
|
22
|
-
GNU LGPL information
|
23
|
-
--------------------
|
24
|
-
|
25
|
-
This library is free software; you can redistribute it and/or
|
26
|
-
modify it under the terms of the GNU Lesser General Public
|
27
|
-
License as published by the Free Software Foundation; either
|
28
|
-
version 2.1 of the License, or (at your option) any later version.
|
29
|
-
|
30
|
-
This library is distributed in the hope that it will be useful,
|
31
|
-
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
32
|
-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
33
|
-
Lesser General Public License for more details.
|
34
|
-
|
35
|
-
You can receive a copy of the GNU Lesser General Public License from
|
36
|
-
http://www.gnu.org/
|
37
|
-
|
38
|
-
|
39
|
-
unRAR restriction
|
40
|
-
-----------------
|
41
|
-
|
42
|
-
The decompression engine for RAR archives was developed using source
|
43
|
-
code of unRAR program.
|
44
|
-
All copyrights to original unRAR code are owned by Alexander Roshal.
|
45
|
-
|
46
|
-
The license for original unRAR code has the following restriction:
|
47
|
-
|
48
|
-
The unRAR sources cannot be used to re-create the RAR compression algorithm,
|
49
|
-
which is proprietary. Distribution of modified unRAR sources in separate form
|
50
|
-
or as a part of other software is permitted, provided that it is clearly
|
51
|
-
stated in the documentation and source comments that the code may
|
52
|
-
not be used to develop a RAR (WinRAR) compatible archiver.
|
53
|
-
|
54
|
-
|
55
|
-
--
|
56
|
-
Igor Pavlov
|
57
|
-
|