Skip to content

Tags: abbottmg/swiftperl

Tags

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix bool on CentOS 6 (my-mail-ru#3)

1.0.1

Toggle 1.0.1's commit message
Swift 4.0

1.0.0

Toggle 1.0.0's commit message
Release 1.0.0

0.7.0

Toggle 0.7.0's commit message
Add macOS compatibility

0.6.3

Toggle 0.6.3's commit message
SampleXS is outdated, tests are better

0.6.2

Toggle 0.6.2's commit message
Swift 3.1 compatibility part 2

0.6.1

Toggle 0.6.1's commit message
Improve exception passing from Swift to Perl

0.6.0

Toggle 0.6.0's commit message
Set UTF-8 flag only on strings containing wide characters

0.5.0

Toggle 0.5.0's commit message
Better workaround for non-final class conformance to PerlSvConvertible

* Replace static method returning Self with initializer. It is much
  cleaner from outside and works without hacks for non-final classes,
  but a little bit strange inside as in some cases it doesn't initialize
  object but steals another.
* Underscore requirements of PerlSvConvertible - their are internals
  forced to be public by protocol.

0.4.1

Toggle 0.4.1's commit message
PerlScalar is Hashable