Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit c6863c0

Browse files
committed
[Merge chakra-core/ChakraCore@42789b26e3] Skip 1.6 commit
1 parent ea40e0b commit c6863c0

File tree

37 files changed

+14561
-14561
lines changed

37 files changed

+14561
-14561
lines changed

Diff for: deps/chakrashim/core/.gitattributes

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
*.baseline -crlf
2-
*.cmd -crlf
3-
test/**/*.js -crlf
4-
test/es6/HTMLComments.js binary diff=cpp
5-
*.wasm binary
6-
*.cpp text eol=lf diff=cpp
7-
*.h text eol=lf diff=cpp
8-
*.inl text eol=lf diff=cpp
9-
*.vcproj text eol=crlf diff=xml
10-
*.vcxproj text eol=crlf diff=xml
11-
*.sln text eol=crlf diff=xml
1+
*.baseline -crlf
2+
*.cmd -crlf
3+
test/**/*.js -crlf
4+
test/es6/HTMLComments.js binary diff=cpp
5+
*.wasm binary
6+
*.cpp text eol=lf diff=cpp
7+
*.h text eol=lf diff=cpp
8+
*.inl text eol=lf diff=cpp
9+
*.vcproj text eol=crlf diff=xml
10+
*.vcxproj text eol=crlf diff=xml
11+
*.sln text eol=crlf diff=xml

Diff for: deps/chakrashim/core/.gitignore

+109-109
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,109 @@
1-
# Visual Studio
2-
*_i.c
3-
*_p.c
4-
*.aps
5-
*.bak
6-
*.cache
7-
*.dll
8-
*.err
9-
*.exe
10-
*.i
11-
*.ilk
12-
*.lib
13-
*.log
14-
*.ncb
15-
*.obj
16-
*.opendb
17-
*.opensdf
18-
*.pch
19-
*.pdb
20-
*.sbr
21-
*.sdf
22-
*.suo
23-
*.tlb
24-
*.tlh
25-
*.user
26-
*.VC.db
27-
*.vcxproj.user
28-
*.vspscc
29-
*.wrn
30-
.vs/
31-
32-
# Visual Studio Extensions
33-
*.vadbg
34-
*.args.json
35-
36-
# Build Artifacts
37-
build_*.err
38-
build_*.log
39-
build_*.wrn
40-
Build/ipch/
41-
Build/swum-cache.txt
42-
Build/VCBuild.NoJIT/
43-
Build/VCBuild.SWB/
44-
Build/VCBuild/
45-
buildchk.*
46-
buildfre.*
47-
out/
48-
_DROP/
49-
50-
# Generated Files
51-
*.bc
52-
*.dpl.*
53-
*.nupkg
54-
*.pyc
55-
*.tlog/
56-
/test/_ttdlog/*
57-
ComputedEnvironment.cmd
58-
packages/
59-
profile.dpl.*
60-
sd.ini
61-
test/*/*.baseline.rebase
62-
test/benchmarks/*.dpl
63-
test/benchmarks/*.txt
64-
testout*
65-
packages.config
66-
lib/wabt/built/
67-
68-
# CMake Files
69-
cmake_install.cmake
70-
CMakeCache.txt
71-
CMakeFiles
72-
CMakeScripts
73-
install_manifest.txt
74-
75-
# xcode
76-
*.xcodeproj
77-
*.xcworkspace
78-
79-
# VIM
80-
.*.swo
81-
.*.swp
82-
tags
83-
84-
# VS Code
85-
.vscode/
86-
87-
# additional *nix generated files
88-
*.a
89-
*.gch
90-
*.o
91-
*.so
92-
*.dylib
93-
Makefile
94-
pal/src/config.h
95-
DbgController.js.h
96-
lib/wabt/built/config.h
97-
98-
# Generated by other tools
99-
*.lldb.cmd
100-
*.orig
101-
deps/
102-
103-
.DS_Store
104-
android-toolchain-arm/
105-
cc-toolchain/
106-
/TraceOutput.txt
107-
Build/VcBuild
108-
Build/VcBuild.NoJIT
109-
Build/VcBuild.SWB
1+
# Visual Studio
2+
*_i.c
3+
*_p.c
4+
*.aps
5+
*.bak
6+
*.cache
7+
*.dll
8+
*.err
9+
*.exe
10+
*.i
11+
*.ilk
12+
*.lib
13+
*.log
14+
*.ncb
15+
*.obj
16+
*.opendb
17+
*.opensdf
18+
*.pch
19+
*.pdb
20+
*.sbr
21+
*.sdf
22+
*.suo
23+
*.tlb
24+
*.tlh
25+
*.user
26+
*.VC.db
27+
*.vcxproj.user
28+
*.vspscc
29+
*.wrn
30+
.vs/
31+
32+
# Visual Studio Extensions
33+
*.vadbg
34+
*.args.json
35+
36+
# Build Artifacts
37+
build_*.err
38+
build_*.log
39+
build_*.wrn
40+
Build/ipch/
41+
Build/swum-cache.txt
42+
Build/VCBuild.NoJIT/
43+
Build/VCBuild.SWB/
44+
Build/VCBuild/
45+
buildchk.*
46+
buildfre.*
47+
out/
48+
_DROP/
49+
50+
# Generated Files
51+
*.bc
52+
*.dpl.*
53+
*.nupkg
54+
*.pyc
55+
*.tlog/
56+
/test/_ttdlog/*
57+
ComputedEnvironment.cmd
58+
packages/
59+
profile.dpl.*
60+
sd.ini
61+
test/*/*.baseline.rebase
62+
test/benchmarks/*.dpl
63+
test/benchmarks/*.txt
64+
testout*
65+
packages.config
66+
lib/wabt/built/
67+
68+
# CMake Files
69+
cmake_install.cmake
70+
CMakeCache.txt
71+
CMakeFiles
72+
CMakeScripts
73+
install_manifest.txt
74+
75+
# xcode
76+
*.xcodeproj
77+
*.xcworkspace
78+
79+
# VIM
80+
.*.swo
81+
.*.swp
82+
tags
83+
84+
# VS Code
85+
.vscode/
86+
87+
# additional *nix generated files
88+
*.a
89+
*.gch
90+
*.o
91+
*.so
92+
*.dylib
93+
Makefile
94+
pal/src/config.h
95+
DbgController.js.h
96+
lib/wabt/built/config.h
97+
98+
# Generated by other tools
99+
*.lldb.cmd
100+
*.orig
101+
deps/
102+
103+
.DS_Store
104+
android-toolchain-arm/
105+
cc-toolchain/
106+
/TraceOutput.txt
107+
Build/VcBuild
108+
Build/VcBuild.NoJIT
109+
Build/VcBuild.SWB

0 commit comments

Comments
 (0)