Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ Generator/Generator/Meta/MetadataParserImpl/Metadata__.g
Generator/Generator/Meta/MetadataParserImpl/MetadataLexer.cs
Generator/Generator/Meta/MetadataParserImpl/MetadataParser.cs
Generator/Generator/ParserImpl/WebIDL__.g
packages/*
~package/packages.config
Empty file modified Generator/packages-manual/antlr/Antlr3.Runtime.Debug.dll
100644 → 100755
Empty file.
Empty file.
Empty file modified Generator/packages-manual/antlr/Antlr3.Runtime.dll
100644 → 100755
Empty file.
Empty file modified Generator/packages-manual/antlr/Antlr3.exe
100644 → 100755
Empty file.
Empty file.
Empty file modified Generator/packages-manual/antlr/Antlr4.StringTemplate.dll
100644 → 100755
Empty file.
Empty file modified Generator/packages-manual/antlr/AntlrBuildTask.dll
100644 → 100755
Empty file.
Empty file.
Empty file modified Generator/packages-manual/antlr/Targets/Antlr3.Targets.C.dll
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file modified Generator/packages-manual/antlr/Targets/Antlr3.Targets.Cpp.dll
100644 → 100755
Empty file.
Empty file.
Empty file modified Generator/packages-manual/antlr/Targets/Antlr3.Targets.Java.dll
100644 → 100755
Empty file.
Empty file.
Empty file modified Generator/packages-manual/antlr/Targets/Antlr3.Targets.ObjC.dll
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file modified Generator/packages-manual/antlr/Targets/Antlr3.Targets.Ruby.dll
100644 → 100755
Empty file.
Empty file modified Generator/packages/NUnit.2.6.2/lib/nunit.framework.dll
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions Web/Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib">
<HintPath>$(SolutionDir)packages\Saltarelle.Runtime.3.0-alpha-0002\tools\Assemblies\mscorlib.dll</HintPath>
<HintPath>$(SolutionDir)packages\Saltarelle.Runtime.3.0-alpha\tools\Assemblies\mscorlib.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition="!Exists('$(SolutionDir)packages\Saltarelle.Compiler.3.0-alpha-0001\tools\Saltarelle.Compiler.targets')" />
<Import Project="$(SolutionDir)packages\Saltarelle.Compiler.3.0-alpha-0001\tools\Saltarelle.Compiler.targets" Condition="Exists('$(SolutionDir)packages\Saltarelle.Compiler.3.0-alpha-0001\tools\Saltarelle.Compiler.targets')" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition="!Exists('$(SolutionDir)packages\Saltarelle.Compiler.3.0-alpha\tools\Saltarelle.Compiler.targets')" />
<Import Project="$(SolutionDir)packages\Saltarelle.Compiler.3.0-alpha\tools\Saltarelle.Compiler.targets" Condition="Exists('$(SolutionDir)packages\Saltarelle.Compiler.3.0-alpha\tools\Saltarelle.Compiler.targets')" />
</Project>
4 changes: 2 additions & 2 deletions Web/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Saltarelle.Compiler" version="3.0-alpha-0001" targetFramework="net20" />
<package id="Saltarelle.Runtime" version="3.0-alpha-0002" targetFramework="net20" />
<package id="Saltarelle.Compiler" version="3.0-alpha" targetFramework="net20" />
<package id="Saltarelle.Runtime" version="3.0-alpha" targetFramework="net20" />
</packages>
Empty file modified build/NuGet.exe
100644 → 100755
Empty file.
Empty file modified build/ci.ps1
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions build/default.ps1
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ properties {
}

Function Get-DependencyVersion($RawVersion) {
return "3.0-alpha"
If ($RawVersion -Match "-.+$") {
return $RawVersion
}
Expand Down
Empty file modified build/mcpp.exe
100644 → 100755
Empty file.
9 changes: 6 additions & 3 deletions build/psake.ps1
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ param(
[Parameter(Position=6, Mandatory=0)]
[switch]$nologo = $false,
[Parameter(Position=7, Mandatory=0)]
[switch]$help = $false,
[Parameter(Position=8, Mandatory=0)]
[string]$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.path)
[switch]$help = $false
)

# setting $scriptPath here, not as default argument, to support calling as "powershell -File psake.ps1"
if (!$scriptPath) {
$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.path)
}

$currentThread = [System.Threading.Thread]::CurrentThread
$invariantCulture = [System.Globalization.CultureInfo]::InvariantCulture
$currentThread.CurrentCulture = $invariantCulture
Expand Down
Binary file removed packages/Mono.Options.1.1/Mono.Options.1.1.nupkg
Binary file not shown.
19 changes: 0 additions & 19 deletions packages/Mono.Options.1.1/Mono.Options.1.1.nuspec

This file was deleted.

Loading