Frederik Seiffert
813ae35d39
Export GSPathHandling() in GNUstep headers.
...
Fixes linker errors for some tests under Windows MSVC.
2021-07-14 10:09:45 +02:00
Frederik Seiffert
31ad6693ee
Add missing GS_EXPORT_CLASS for GSXMLRPC.
2021-07-14 10:09:45 +02:00
Gregory Casamento
15788f22a7
Merge branch 'master' of github.com:gnustep/libs-base
2021-07-13 08:20:27 -04:00
Gregory Casamento
948ead1b95
Remove clang workflow
2021-07-13 08:20:18 -04:00
Fred Kiefer
070c533f6a
Add call to GNUstep.sh
2021-07-13 13:28:48 +02:00
Fred Kiefer
f37d9278bc
Correct test.sh use of echo
2021-07-13 13:19:25 +02:00
Fred Kiefer
ded820f7be
Make test.sh executable
2021-07-13 13:11:18 +02:00
Gregory Casamento
4cb0e56deb
Move tests to separate script
2021-07-13 03:00:35 -04:00
Gregory Casamento
354ae5c259
Move tests to separate script
2021-07-13 02:59:24 -04:00
Gregory Casamento
00ac1ba5e3
Add clang workflow
2021-07-13 02:53:17 -04:00
Gregory Casamento
5b96c7450e
remove redundant script
2021-07-12 12:12:26 -04:00
Gregory Casamento
369e0c8dda
Reinstate tests
2021-07-12 11:07:01 -04:00
Gregory Casamento
19ef0056e9
Update build.sh
2021-07-12 10:29:19 -04:00
Gregory Casamento
918c3c0a1c
Update build.sh
2021-07-12 10:28:27 -04:00
Gregory Casamento
b70d843eb4
Disable testing for now.
2021-07-11 15:47:55 -04:00
Gregory John Casamento
3241053a32
Fix TLS and CURL issues.
2021-07-11 10:52:11 -04:00
Gregory John Casamento
90e824ca81
Fix TLS and CURL issues.
2021-07-11 10:50:00 -04:00
Gregory John Casamento
e002a2d1ef
Build base and test
2021-07-11 09:42:30 -04:00
Gregory John Casamento
d4b38f618e
Fix OS detection
2021-07-11 08:45:42 -04:00
Gregory John Casamento
35776a972a
Fix libobjc install
2021-07-11 06:27:05 -04:00
Gregory John Casamento
fdb7e88a9a
Add dependencies script
2021-07-11 06:16:05 -04:00
Gregory John Casamento
44e5b5f45e
Add env vars and bring scripts over
2021-07-11 05:45:07 -04:00
Gregory John Casamento
61679a7845
Add env vars and bring scripts over
2021-07-11 05:43:32 -04:00
Gregory John Casamento
8457cfdd8a
Add env vars and bring scripts over
2021-07-11 05:41:38 -04:00
Gregory John Casamento
3c62912fbb
Update yml
2021-07-10 16:08:00 -04:00
Gregory John Casamento
ecc34f4fb9
Update yml
2021-07-10 16:04:14 -04:00
Gregory John Casamento
fd3dae951a
Update yml
2021-07-10 16:03:23 -04:00
Gregory John Casamento
9988a89e81
Update workflow
2021-07-10 16:00:48 -04:00
Gregory Casamento
ef9f739053
Add base workflow
...
Add base workflow
2021-07-10 15:40:45 -04:00
Gregory John Casamento
a52067e739
add workflows
2021-07-10 15:39:10 -04:00
Gregory John Casamento
f38b80ce02
add scripts
2021-07-10 15:38:23 -04:00
Gregory John Casamento
23b5d08d18
Merge branch 'master' of github.com:gnustep/libs-base
2021-07-10 15:37:58 -04:00
Gregory John Casamento
b2a8de618f
add scripts
2021-07-10 15:37:50 -04:00
Frederik Seiffert
47ed291b80
Fix possible heap corruption when converting to NSNonLossyASCIIStringEncoding.
2021-07-03 08:34:14 +02:00
rfm
a4f30a33cf
Merge pull request #187 from iamleeg/debug_log_documentation
...
Rename first argument to NSDebug[MF]LLog to make it easier to understand
2021-06-30 09:55:10 +01:00
rfm
b9d54cf426
Merge pull request #188 from iamleeg/patch-1
...
Reword NSDebug*LLog "level" argument to "key"
2021-06-30 09:54:27 +01:00
Graham Lee
cfb14847c2
Reword NSDebug*LLog "level" argument to "key"
...
The motivation is that these are more like keys to specific logging domain names, not log levels. If you think of log levels, you usually think of the syslog style debug/info/warn/error levels where enabling logs at any one level implies enabling those at all levels above. Our log keys aren't ordered in that way. The texinfo docs were inconsistent in using "level" and "key" as the argument and we already changed that to use "key" throughout" this change makes the header and auto docs consistent.
2021-06-30 07:20:19 +01:00
Steven Baker
44310e150c
Rename first argument to NSDebug[MF]LLog to make it easier to understand
2021-06-29 20:55:05 +01:00
Richard Frith-Macdonald
a29248bd4d
Differentiate between client/server for DO over TLS
2021-06-24 08:50:28 +01:00
Richard Frith-Macdonald
640198a395
add missing brace
2021-06-21 09:15:11 +01:00
Richard Frith-Macdonald
e34584e323
Encryption emprovements
2021-06-19 14:40:47 +01:00
Richard Frith-Macdonald
b252f4067a
remove a couple of redundent lines
2021-06-18 10:02:48 +01:00
rfm
a1b0c1c8db
Merge pull request #185 from triplef/fix-unicode-lookup
...
Fix lookup of string encodings with high numeric values in encoding table
2021-06-18 10:01:36 +01:00
Frederik Seiffert
8137b5a2a0
Fix lookup of string encodings with high numeric values in encoding table
2021-06-17 17:53:22 +02:00
Richard Frith-Macdonald
dd3b6c3d7f
fix typo in name
2021-06-17 16:22:31 +01:00
Richard Frith-Macdonald
7ea49c252b
encryption fixes and debug improvements
2021-06-03 14:59:09 +01:00
Richard Frith-Macdonald
e9d3ba8179
Improve debug logging ... use the I/O handle as the tag for debug logs so that they can more easily be matched to the object for which the I/O is taking place.
2021-06-03 14:54:16 +01:00
Richard Frith-Macdonald
2fc16eae5e
Tidyups for when TLS is not used
2021-06-02 14:12:28 +01:00
Gregory John Casamento
ed0a6bd7bd
Fix changelog after merge from master.
2021-06-02 08:37:41 -04:00
Gregory John Casamento
68bac0b3b1
Add missing import for NSByteCountFormatter into Foundation.h
2021-06-02 08:36:14 -04:00