Commit Graph

504 Commits

Author SHA1 Message Date
Maschell
697edd3b69 Add WPADInit,WPADSetAutoSleepTime and WPADDisconnect 2018-06-20 11:05:16 +01:00
James Benton
5f1b1902f6 Prefix structsize macros with WUT_ 2018-06-20 11:05:16 +01:00
James Benton
b4619783ca Remove sized types from wut_types.h
stdint.h exists for a reason.
2018-06-20 11:05:16 +01:00
James Benton
4f224c6eb8 nsyshid: Fix HIDAttachEvent values. 2018-06-19 11:46:47 +01:00
James Benton
c5e51a5ffc cmake: Remove -std=c++17 from wut_enable_stdcpp 2018-06-18 21:13:06 +01:00
James Benton
d66cf4bfd6 samples: Update swkbd sample to use VPADChan enum 2018-06-18 12:36:06 +01:00
James Benton
7ca4ebda05 samples: Add a curl + NSSL example. 2018-06-18 12:36:06 +01:00
James Benton
8c1943cdd7 nsysnet: Fix NSSL context / connection types.
NSSLCreateContext returns negative number on failure so must be a handle
rather than a pointer.
2018-06-18 12:17:16 +01:00
James Benton
8434982910 curl: Include nsysnet/socket.h in curlbuild.h 2018-06-18 12:16:23 +01:00
James Benton
c0e9142e6a curl: Fix typecheck-gcc for removed SSL options. 2018-06-18 12:16:11 +01:00
James Benton
b6ea35660a Add missing doxygen comments for nsyshid 2018-06-18 11:13:52 +01:00
James Benton
3483172b50 nsysnet: Add NSSL* functions. 2018-06-18 11:13:25 +01:00
James Benton
73a0b08bcf curl: Add NSSL_CONTEXT option for setting nsysnet SSL context. 2018-06-18 11:03:39 +01:00
James Benton
50aaa8ac82 curl: Remove SSL options. 2018-06-18 11:01:55 +01:00
James Benton
59b422f590 curl: Remove non-CafeOS platform specific stuff. 2018-06-18 11:01:36 +01:00
James Benton
8e1eb4839b Copy curl headers from curl git 7.21.7 2018-06-18 10:52:53 +01:00
James Benton
0aaaba212a Build tests on travis 2018-06-18 10:29:30 +01:00
James Benton
0750d60693 Add some compile tests.
These are to check there are no syntax errors in the headers and that
all the CHECK_OFFSET and CHECK_SIZE macros are valid.
2018-06-18 10:26:37 +01:00
James Benton
e65cb2304b Reformat vpad/input.h 2018-06-18 10:20:48 +01:00
James Benton
83583aa80b Reformat wpad.h 2018-06-18 10:20:48 +01:00
James Benton
75038273b5 Reformat kpad.h 2018-06-18 10:20:48 +01:00
James Benton
71c6521a38 Reformat hid.h 2018-06-18 10:20:48 +01:00
James Benton
55edba512f Fix circular dependency between systeminfo.h and time.h 2018-06-18 10:04:27 +01:00
James Benton
9cc6aead84 coreinit: Add remaining IM* functions. 2018-06-17 21:02:35 +01:00
Maschell
9dfb7d5344 Add missing VPAD rumble functions to the vpad/input.h 2018-06-17 20:55:28 +01:00
Maschell
c3c8ce30fe Modifed the kpad and wpad struct to be more like the VPADStatus struct. 2018-06-17 20:55:28 +01:00
Maschell
ea64525812 Add missing "systeminfo.h" include to the "thread.h" 2018-06-17 20:55:28 +01:00
Maschell
9fe98f8abe Add more button defines to the VPAD input.h 2018-06-17 20:55:28 +01:00
Maschell
f5aa0a6523 Add include of head "sys/select.h" which declares missing "fd_set" 2018-06-17 20:55:28 +01:00
Maschell
53c1a5f6c4 Add header files for some kpad and wpad functions 2018-06-17 20:55:28 +01:00
Maschell
da21125e15 Add header for the nsyshid.rpl 2018-06-17 20:55:28 +01:00
Maschell
c1c30a5c73 Add energy saving header. 2018-06-17 20:55:28 +01:00
James Benton
47c3d4d7cd cmake: Use target_link_libraries even for --whole-archive libraries.
So cmake picks up the dependency naturally, I didn't know this was possible
before...
2018-06-15 14:56:38 +01:00
James Benton
39429c0cbc cmake: Cleanup some CMake stuff. 2018-06-15 13:59:55 +01:00
James Benton
f9799cf3dd Fix __init_wut_sbrk_heap. 2018-06-15 13:59:30 +01:00
James Benton
08fdf44541 1.0.0-alpha release. 2018-06-15 10:50:25 +01:00
James
5b4b997892
Update README.md 2018-06-15 10:45:41 +01:00
James
648efdd0b6
Update README.md 2018-06-15 10:45:13 +01:00
James
6b0e89090c
Update README.md
Does not require gcc7 anymore.
2018-06-15 09:30:37 +01:00
James Benton
005b1ef34a travis: Maybe this will work... maybe...
pls, send help
2018-06-15 09:23:11 +01:00
James Benton
a222d98678 travis: Fix building samples. 2018-06-15 09:07:17 +01:00
James Benton
eb0d4e7581 travis: Fix typo 7a -> 7z. 2018-06-15 08:56:34 +01:00
James Benton
5d74a3ba38 travis: Install p7zip on MacOS. 2018-06-15 08:49:58 +01:00
James Benton
af71ec7833 Add travis deploy support 2018-06-15 08:43:15 +01:00
James Benton
4c780f47e3 Try fix zlib includes. 2018-06-15 08:08:46 +01:00
James Benton
26af965373 Update some doxygen related headers. 2018-06-14 14:11:22 +01:00
James Benton
2420cf70d5 When building intree zlib, build zlibstatic not shared. 2018-06-14 14:06:03 +01:00
James Benton
b48055dcb5 Fix some doxygen header groups. 2018-06-14 13:34:39 +01:00
James Benton
10a085dd23 be_val: Remove usage of constexpr for supporting older gcc versions. 2018-06-14 13:33:42 +01:00
James Benton
9ffe296274 doxygen: Define __cplusplus 2018-06-14 13:33:26 +01:00