Skip to content

Commit dd652b7

Browse files
committed
Version 0.9.5.0 Alpha 1
1 parent 79b9573 commit dd652b7

28 files changed

+419
-569
lines changed

Binaries/ClearScript/ClearScript.dll

255 KB
Binary file not shown.

Binaries/ClearScript/LICENSE.v8.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Copyright 2006-2011, the V8 project authors. All rights reserved.
2+
Redistribution and use in source and binary forms, with or without
3+
modification, are permitted provided that the following conditions are
4+
met:
5+
6+
* Redistributions of source code must retain the above copyright
7+
notice, this list of conditions and the following disclaimer.
8+
* Redistributions in binary form must reproduce the above
9+
copyright notice, this list of conditions and the following
10+
disclaimer in the documentation and/or other materials provided
11+
with the distribution.
12+
* Neither the name of Google Inc. nor the names of its
13+
contributors may be used to endorse or promote products derived
14+
from this software without specific prior written permission.
15+
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Binaries/ClearScript/MS-PL.txt

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
Microsoft Public License (MS-PL)
2+
3+
This license governs use of the accompanying software. If you use the
4+
software, you accept this license. If you do not accept the license, do not
5+
use the software.
6+
7+
1. Definitions
8+
9+
The terms "reproduce," "reproduction," "derivative works," and
10+
"distribution" have the same meaning here as under U.S. copyright law. A
11+
"contribution" is the original software, or any additions or changes to
12+
the software. A "contributor" is any person that distributes its
13+
contribution under this license. "Licensed patents" are a contributor's
14+
patent claims that read directly on its contribution.
15+
16+
2. Grant of Rights
17+
18+
(A) Copyright Grant- Subject to the terms of this license, including the
19+
license conditions and limitations in section 3, each contributor
20+
grants you a non-exclusive, worldwide, royalty-free copyright license
21+
to reproduce its contribution, prepare derivative works of its
22+
contribution, and distribute its contribution or any derivative works
23+
that you create.
24+
25+
(B) Patent Grant- Subject to the terms of this license, including the
26+
license conditions and limitations in section 3, each contributor
27+
grants you a non-exclusive, worldwide, royalty-free license under its
28+
licensed patents to make, have made, use, sell, offer for sale,
29+
import, and/or otherwise dispose of its contribution in the software
30+
or derivative works of the contribution in the software.
31+
32+
3. Conditions and Limitations
33+
34+
(A) No Trademark License- This license does not grant you rights to use
35+
any contributors' name, logo, or trademarks.
36+
37+
(B) If you bring a patent claim against any contributor over patents that
38+
you claim are infringed by the software, your patent license from such
39+
contributor to the software ends automatically.
40+
41+
(C) If you distribute any portion of the software, you must retain all
42+
copyright, patent, trademark, and attribution notices that are present
43+
in the software.
44+
45+
(D) If you distribute any portion of the software in source code form, you
46+
may do so only under this license by including a complete copy of this
47+
license with your distribution. If you distribute any portion of the
48+
software in compiled or object code form, you may only do so under a
49+
license that complies with this license.
50+
51+
(E) The software is licensed "as-is." You bear the risk of using it. The
52+
contributors give no express warranties, guarantees or conditions. You
53+
may have additional consumer rights under your local laws which this
54+
license cannot change. To the extent permitted under your local laws,
55+
the contributors exclude the implied warranties of merchantability,
56+
fitness for a particular purpose and non-infringement.
403 KB
Binary file not shown.

Binaries/ClearScript/x64/v8-x64.dll

3.96 MB
Binary file not shown.
380 KB
Binary file not shown.

Binaries/ClearScript/x86/v8-ia32.dll

3.21 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.

JavaScriptEngineSwitcher.Tests/App.config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<sectionGroup name="jsEngineSwitcher">
55
<section name="core"
66
type="JavaScriptEngineSwitcher.Core.Configuration.CoreConfiguration, JavaScriptEngineSwitcher.Core" />
7-
<section name="v8"
8-
type="JavaScriptEngineSwitcher.V8.Configuration.V8Configuration, JavaScriptEngineSwitcher.V8" />
97
</sectionGroup>
108
</configSections>
119
<jsEngineSwitcher xmlns="http://tempuri.org/JavaScriptEngineSwitcher.Configuration.xsd">
@@ -19,6 +17,5 @@
1917
type="JavaScriptEngineSwitcher.Jurassic.JurassicJsEngine, JavaScriptEngineSwitcher.Jurassic" />
2018
</engines>
2119
</core>
22-
<v8 noesisJavascriptAssembliesDirectoryPath="C:\Projects\JavaScriptEngineSwitcher\JavaScriptEngineSwitcher.V8\Noesis.Javascript" />
2320
</jsEngineSwitcher>
2421
</configuration>

0 commit comments

Comments
 (0)