Commit Graph

61 Commits

Author SHA1 Message Date
Maschell
f20d076c06 Travis. make -> make install 2018-12-28 18:39:34 +01:00
Maschell
7708da46c6 Fix travis script. 2018-12-28 18:36:49 +01:00
Maschell
534388dae5
Update .travis.yml 2018-08-07 01:37:08 +02:00
Maschell
506dd88a11
[Travis] Hopefully have a custom text on the nightly releases. 2018-08-07 01:10:28 +02:00
Maschell
e3b238d419
[travis] Use the commit message from the right branch on nightly releases. 2018-08-07 00:56:09 +02:00
Maschell
8c1f952def
[travis] Remove the git push command, add "skip_cleanup: true" 2018-08-07 00:47:16 +02:00
Maschell
091aa352d1 Add missing "GIT_TAG" to travis.yml 2018-08-01 21:13:17 +02:00
Maschell
6b3fb5fe27 Fix the travis script 2018-08-01 21:06:25 +02:00
Maschell
b824dde41d Add precompiled nightlies 2018-08-01 21:03:08 +02:00
Maschell
cf8bda7314 Add setThreadPriority method to TCPServer 2018-08-01 20:48:36 +02:00
Maschell
125ee44117 Fix example in the README 2018-08-01 20:47:39 +02:00
Maschell
daaff292c1 Minor formatting 2018-07-07 17:47:34 +02:00
Maschell
ed90e19453 Rename it back to libutilswut, move includes into ${WUT_ROOT}/include/libutilswut 2018-06-23 14:45:29 +02:00
Maschell
a67bdb7116 Rename the lib from "utilswut" back to "utils" 2018-06-23 13:51:09 +02:00
Maschell
d9e5e61fe1 Add some memory helper functions 2018-06-21 20:53:09 +02:00
Maschell
ee13ddeee0 Add some utillty defines 2018-06-21 20:52:53 +02:00
Maschell
f28e502af3 Fix filetypes 2018-06-20 14:44:30 +02:00
Maschell
2a5f6aaa82 Replace OSMillisecondsToTicks() with OSMicrosecondsToTicks(1000) 2018-06-18 22:08:39 +02:00
Maschell
449522d5ed Add the build folder to the .gitignore 2018-06-18 22:07:48 +02:00
Maschell
c4e0d02514 Remove old instructions in the travis script. 2018-06-17 15:24:14 +02:00
Maschell
c8a5dd9654 Make the travis script compatible 2018-06-17 15:21:45 +02:00
Maschell
f02d7da869 Make library compatible with WUT
Remove some features (kernel, function patcher) to be a userland only lib.
2018-06-17 15:19:51 +02:00
Maschell
b1175edf41 [Travis] Only reinstall packages if updated. 2018-05-26 16:31:26 +02:00
Maschell
b339704ac6 [Travis] Some more optimization 2018-05-26 12:46:36 +02:00
Maschell
4b0f58b781 [Travis] One last fix 2018-05-26 12:34:22 +02:00
Maschell
db46400fae [Travis] fix 2018-05-26 12:29:15 +02:00
Maschell
c85f58ff69 [Travis] Now using pacman for getting devkitppc, getting dynamic libs via git.
- Improved the Makefile to don't rely on the wii_rules
2018-05-26 12:26:34 +02:00
Maschell
fb5331881b Added GetThreadAffinity function to the CThread class. 2018-04-04 15:39:27 +02:00
Maschell
a8305b55b4 Added a FileDownloader, bases on the one from loadiine 2018-03-11 20:49:40 +01:00
Maschell
94d64db894 Formatting 2018-03-11 16:44:04 +01:00
Maschell
ab456c08c9 Added function for installing syscall 0x25 (KernelCopyData) 2018-03-11 13:49:06 +01:00
Maschell
d3657d14eb Added more net functions and a generic TCPServer 2018-03-07 18:42:04 +01:00
Maschell
169468ad60 Added "dumpHex", "FSUtils::saveBufferToFile" and "recvwait" 2018-03-04 16:10:02 +01:00
Maschell
b115979fb9 Fixed typo in travis script 2018-02-25 13:49:11 +01:00
Maschell
3eb6c9729f Using github instead of sourceforge 2018-02-25 13:46:59 +01:00
Maschell
9feb67d69d Using -O2 instead of -Os to be compatible with the WiiUPluginSystem 2018-02-09 21:24:55 +01:00
Maschell
f598fab483 Enable logging in libutils on default 2017-12-27 13:05:50 +01:00
Maschell
8e3a2f337a Added function to "log" via OSFatal 2017-12-27 12:44:24 +01:00
Maschell
b1d95f6b83 Removed unused libogc from travis build script 2017-12-16 11:23:44 +01:00
Maschell
bf54b0bc83
Merge pull request #1 from Crayon2000/fix_travis
Fix travis-ci script
2017-12-16 11:00:34 +01:00
Crayon2000
52cedc06e3 Update .travis.yml file 2017-11-19 16:57:01 -05:00
Maschell
085b182458 Fixed link the in the travis script 2017-11-19 11:14:17 +01:00
Maschell
bd61f6296a Final adjustments to the travis script (really) 2017-11-19 10:58:47 +01:00
Maschell
95c40f1033 Travis script changes 2017-11-19 10:55:46 +01:00
Maschell
47262b205f Hopefully a fix. 2017-11-18 13:46:23 +01:00
Maschell
502c2fa801 Fixed travis script 2017-11-18 13:28:55 +01:00
Maschell
07fb90ce2d Fixed travis script, fixed readme 2017-11-18 13:23:06 +01:00
Maschell
60d590d89c Added build status to the readme 2017-11-18 13:18:59 +01:00
Maschell
bcf2c2623d Fixed travis script 2017-11-18 13:17:32 +01:00
Maschell
0ab1cf2e81 Added travis script 2017-11-18 13:14:38 +01:00