Merge pull request #85 from vibe-d/test_lastest_compilers

Test lastest compilers
This commit is contained in:
Sönke Ludwig 2018-10-02 12:14:02 +02:00 committed by GitHub
commit d437df8809
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 60 additions and 65 deletions

View file

@ -9,21 +9,20 @@ d:
# this way the overall test time gets cut down (GDC/LDC are a lot
# slower tham DMD, so they should be started early), while still
# catching most DMD version related build failures early
- dmd-2.079.0
- dmd-2.072.2
- dmd-2.082.0
- dmd-2.076.1
- ldc-1.11.0
- ldc-1.10.0
- ldc-1.9.0
- ldc-1.8.0
- ldc-1.7.0
- ldc-1.6.0
- ldc-1.5.0
- ldc-1.4.0
- ldc-1.3.0
- ldc-1.2.0
- dmd-beta
- dmd-2.081.2
- dmd-2.080.1
- dmd-2.079.0
- dmd-2.078.3
- dmd-2.077.1
- dmd-2.076.1
- dmd-2.075.1
- dmd-2.074.1
- dmd-2.073.2
env:
- CONFIG=select
@ -34,27 +33,14 @@ env:
matrix:
allow_failures:
- d: dmd-beta
- d: dmd-2.072.2 # too old DUB version on Travis-CI
exclude:
- env: CONFIG=libasync
- os: osx
env: CONFIG=epoll
- os: linux
env: CONFIG=kqueue
- os: osx
d: dmd-2.074.1
- os: osx
d: dmd-2.073.2
- os: osx
d: dmd-2.072.2
- os: osx
d: dmd-beta
- os: osx # requires a newer libcurl than available
d: ldc-1.4.0
- os: osx
d: ldc-1.3.0
- os: osx
d: ldc-1.2.0
script: ./travis-ci.sh

7
LICENSE.txt Normal file
View file

@ -0,0 +1,7 @@
Copyright (c) 2016-2018 Sönke Ludwig
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

7
LICENSE_DE.txt Normal file
View file

@ -0,0 +1,7 @@
Copyright (c) 2016-2018 Sönke Ludwig
Hiermit wird unentgeltlich, jeder Person, die eine Kopie der Software und der zugehörigen Dokumentationen (die "Software") erhält, die Erlaubnis erteilt, uneingeschränkt zu benutzen, inklusive und ohne Ausnahme, dem Recht, sie zu verwenden, kopieren, ändern, fusionieren, verlegen, verbreiten, unterlizenzieren und/oder zu verkaufen, und Personen, die diese Software erhalten, diese Rechte zu geben, unter den folgenden Bedingungen:
Der obige Urheberrechtsvermerk und dieser Erlaubnisvermerk sind in allen Kopien oder Teilkopien der Software beizulegen.
DIE SOFTWARE WIRD OHNE JEDE AUSDRÜCKLICHE ODER IMPLIZIERTE GARANTIE BEREITGESTELLT, EINSCHLIESSLICH DER GARANTIE ZUR BENUTZUNG FÜR DEN VORGESEHENEN ODER EINEM BESTIMMTEN ZWECK SOWIE JEGLICHER RECHTSVERLETZUNG, JEDOCH NICHT DARAUF BESCHRÄNKT. IN KEINEM FALL SIND DIE AUTOREN ODER COPYRIGHTINHABER FÜR JEGLICHEN SCHADEN ODER SONSTIGE ANSPRÜCHE HAFTBAR ZU MACHEN, OB INFOLGE DER ERFÜLLUNG EINES VERTRAGES, EINES DELIKTES ODER ANDERS IM ZUSAMMENHANG MIT DER SOFTWARE ODER SONSTIGER VERWENDUNG DER SOFTWARE ENTSTANDEN.

View file

@ -27,20 +27,19 @@ Supported compilers
The following compilers are tested and supported:
- DMD 2.082.0
- DMD 2.081.2
- DMD 2.080.1
- DMD 2.079.0
- DMD 2.078.3
- DMD 2.077.1
- DMD 2.076.1
- DMD 2.075.1
- DMD 2.074.1
- DMD 2.073.2
- DMD 2.072.2
- LDC 1.11.0
- LDC 1.10.0
- LDC 1.9.0
- LDC 1.8.0
- LDC 1.7.0
- LDC 1.6.0
- LDC 1.5.0
- LDC 1.4.0
- LDC 1.3.0
- LDC 1.2.0
Driver development status

View file

@ -2,43 +2,55 @@ platform: x64
environment:
matrix:
- DC: dmd
DVersion: 2.079.0
DVersion: 2.082.0
arch: x64
config: winapi
- DC: dmd
DVersion: 2.079.0
DVersion: 2.082.0
arch: x86
config: winapi-optlink
- DC: dmd
DVersion: 2.079.0
DVersion: 2.082.0
arch: x86_mscoff
config: winapi
- DC: dmd
DVersion: 2.078.3
DVersion: 2.081.2
arch: x86_mscoff
config: winapi
- DC: dmd
DVersion: 2.080.1
arch: x86
config: select-optlink
- DC: dmd
DVersion: 2.079.0
arch: x86
config: select-optlink
- DC: dmd
DVersion: 2.078.3
arch: x64
config: winapi
- DC: dmd
DVersion: 2.077.1
arch: x86_mscoff
arch: x64
config: winapi
- DC: dmd
DVersion: 2.076.1
arch: x86
config: select-optlink
- DC: dmd
DVersion: 2.075.1
arch: x86
config: select-optlink
- DC: dmd
DVersion: 2.074.1
arch: x64
config: winapi
- DC: dmd
DVersion: 2.073.2
- DC: ldc
DVersion: 1.11.0
arch: x64
config: winapi
- DC: dmd
DVersion: 2.072.2
- DC: ldc
DVersion: 1.10.0
arch: x64
config: winapi
- DC: ldc
DVersion: 1.9.0
arch: x86
config: winapi
- DC: ldc
DVersion: 1.8.0
arch: x64
config: winapi
- DC: ldc
@ -49,22 +61,6 @@ environment:
DVersion: 1.6.0
arch: x64
config: winapi
- DC: ldc
DVersion: 1.5.0
arch: x86
config: winapi
- DC: ldc
DVersion: 1.4.0
arch: x64
config: winapi
- DC: ldc
DVersion: 1.3.0
arch: x64
config: winapi
- DC: ldc
DVersion: 1.2.0
arch: x64
config: winapi
matrix:
allow_failures:

View file

@ -1,7 +1,7 @@
name "eventcore"
description "Pro-actor based abstraction layer over operating system asynchronous I/O facilities."
license "MIT"
copyright "Copyright © 2012-2016 rejectedsoftware e.K."
copyright "Copyright © 2016-2018 Sönke Ludwig"
targetType "library"