Commit Graph

20 Commits

Author SHA1 Message Date
Helge Hess 18231b89ee
Properly expose tests to Linux/SPM
Move to the expected locations, add test
target in Package.swift.
2021-01-05 16:21:56 +01:00
Helge Hess cbcef1c830
Bump Xcode upgrade markers
...
2021-01-05 15:54:59 +01:00
Helge Hess 4424971515 Xcode upgrade markers
...
2019-10-04 16:35:49 +02:00
Helge Hess 51296db683 Import Expat 2.2.5
expat_config generated on macOS 10.12, maybe we should
also do this on Linux.
2018-04-27 14:43:53 +02:00
Helge Hess a9042b05fd Move expat_config.h out of public headers
... and rather change Expat to use "" to include
it.
Avoids a warning when building the SPM setup on
macOS.
2018-04-27 13:54:39 +02:00
Helge Hess 94b76468ab In SPM Expat is an own module, in Xcode embedded
... hence we need to have a switch for that :-/
Maybe we should split it up in Xcode as well.
2018-04-27 13:34:11 +02:00
Helge Hess 41c61e0015 Move more stuff around for SPM
Public headers need to live in `include`,
so must headers which are included via
<> (i.e. config).
2018-04-27 13:20:45 +02:00
Helge Hess 3809f707c2 Move Sources into Sources dir
Prepare the setup to be SPM compatible.
2018-04-27 13:07:33 +02:00
Helge Hess bd881e297b Update code to be Swift 4 compatible
... it should still work w/ Swift 2, but I suppose
we can drop this eventually :-)
2018-04-27 12:45:30 +02:00
Helge Hess 2e15715840 Use a shared scheme. 2015-09-15 14:12:40 +02:00
Helge Hess 4f0f0cbac3 Swift 2 auto convert by Xcode. 2015-06-12 13:20:08 +02:00
Helge Heß 959f5750c5 Dropped bridging header, made all Expat headers public (let's reduce it once it's working) 2014-07-22 19:19:41 +02:00
Helge Hess 80932adf37 Error handling. 2014-07-15 18:07:39 +02:00
Helge Hess e9f8bc6536 More callbacks. 2014-07-15 17:03:59 +02:00
Helge Hess b9f0dd9fd2 Moved Expat class to own file, made it a class for deinit() 2014-07-15 16:40:45 +02:00
Helge Hess beeb198d64 Changed func callbacks to closures. Compiles, but I think we need to copy the blocks. 2014-07-15 13:33:00 +02:00
Helge Hess 69d22d93aa No idea :-) 2014-07-15 13:23:44 +02:00
Helge Heß 1ec5935165 Playing with stuff. Doesn't compile yet. 2014-07-12 23:55:31 +02:00
Helge Heß f9d4bf037b Expat compiles. 2014-07-12 15:10:08 +02:00
Helge Heß e7cfa820b6 Empty project. 2014-07-12 14:28:55 +02:00