Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
7125 2340 d 14 h dunkaist /programs/demos/firework/trunk/ Firework: add AVX, AVX2 and AVX512 code (default is SSE as before).  
/programs/demos/firework/trunk/aspapi.inc
/programs/demos/firework/trunk/proc32.inc
/programs/demos/firework/trunk/firework.asm
7123 2345 d 21 h dunkaist /programs/other/rainbow/ Rainbow: my old app to view CSS colors and their names.  
/programs/other/rainbow
/programs/other/rainbow/Tupfile.lua
/programs/other/rainbow/colors.asm
/programs/other/rainbow/colors.gawk
/programs/other/rainbow/colors.txt
/programs/other/rainbow/rainbow.asm
7118 2353 d 23 h dunkaist / Build kerpack from source, remove binary.  
/programs/other/outdated/kerpack/trunk/Tupfile.lua
/data/common/kerpack
/data/Tupfile.lua
/programs/other/outdated/kerpack/trunk/kerpack.asm
7117 2354 d 0 h dunkaist /programs/demos/SDL/ SDLTest.c: close comment with */, not with /*  
/programs/demos/SDL/SDLTest.c
7116 2354 d 3 h dunkaist /programs/games/ Hot fix for r7115: remove empty Release dirs too.  
/programs/games/fara/trunk/Release
/programs/games/xonix/trunk/Release
7115 2354 d 3 h dunkaist / Add pe2kos source (0770 sdk), remove pe2kos.exe.  
/contrib/sdk/sources/pe2kos
/contrib/sdk/sources/pe2kos/pe2kos.cpp
/contrib/sdk/sources/pe2kos/readme_eng.txt
/contrib/sdk/sources/pe2kos/readme_rus.txt
/programs/games/fara/trunk/Release/pe2kos.exe
/programs/games/rforces/trunk/pe2kos.exe
/programs/games/xonix/trunk/Release/pe2kos.exe
7113 2356 d 3 h GerdtR /programs/fs/unz/ The program Unz has been added. Unpacker files zip and 7z, based on arhiver.obj .  
/programs/fs/unz
/programs/fs/unz/DEBUG.INC
/programs/fs/unz/FS.INC
/programs/fs/unz/PARSE.INC
/programs/fs/unz/UNZ.ASM
7112 2357 d 17 h dunkaist /programs/ Add -fgnu89-inline to menuetlibc related files.

One can't build programs that use menuetlibc and the library itself with
the latest toolchain from Serge because new GCC assumes C99 inline
semantics. Fix it by passing -fgnu89-inline option to such programs.
 
/programs/develop/libraries/menuetlibc/src/libc/Tupfile.lua
/programs/use_menuetlibc.lua
7110 2359 d 13 h akron1 /programs/develop/oberon07/ oberon07: fix for r7107, NEW/DISPOSE support multi-thread mode  
/programs/develop/oberon07/Compiler.kex
/programs/develop/oberon07/Lib/KolibriOS/API.ob07
/programs/develop/oberon07/Lib/Windows32/RTL.ob07
7109 2372 d 9 h leency /programs/network/netsurf/ small fix from hidplayr  
/programs/network/netsurf/notify.asm
7108 2373 d 2 h hidnplayr /programs/network/tcpserv/ Added some comments to TCP server demo app.  
/programs/network/tcpserv/tcpserv.asm
7107 2373 d 3 h akron1 /programs/develop/oberon07/ Oberon07: some extensions  
/programs/develop/oberon07/Lib/KolibriOS/NetDevices.ob07
/programs/develop/oberon07/Compiler.kex
/programs/develop/oberon07/Docs/About1251.txt
/programs/develop/oberon07/Docs/About866.txt
/programs/develop/oberon07/Lib/KolibriOS/API.ob07
/programs/develop/oberon07/Lib/KolibriOS/HOST.ob07
/programs/develop/oberon07/Lib/KolibriOS/RTL.ob07
/programs/develop/oberon07/Lib/Linux32/API.ob07
/programs/develop/oberon07/Lib/Linux32/RTL.ob07
/programs/develop/oberon07/Lib/Windows32/API.ob07
/programs/develop/oberon07/Lib/Windows32/HOST.ob07
/programs/develop/oberon07/Lib/Windows32/RTL.ob07
/programs/develop/oberon07/Source/Compiler.ob07
/programs/develop/oberon07/Source/DECL.ob07
/programs/develop/oberon07/Source/ERRORS.ob07
/programs/develop/oberon07/Source/UTILS.ob07
/programs/develop/oberon07/Source/X86.ob07
7106 2373 d 8 h leency /programs/network/netsurf/ nsinstall: add notify dialog to show downloading progress;
TODO (not for me): change 'nsinstall' icon to 'netsurf'
 
/programs/network/netsurf/build.bat
/programs/network/netsurf/notify.asm
/programs/network/netsurf/nsinstall.asm
7105 2374 d 22 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: add img.from_file, refactor img.convert.

Add new function, img.from_file: gets file name and returns decoded Image.
Make img.convert code less spaghetti: use jump table, not a chain of jmp's.
 
/programs/develop/libraries/libs-dev/libimg/convert.asm
/programs/develop/libraries/libs-dev/libimg/libimg.asm
/programs/develop/libraries/libs-dev/libimg/libimg.inc
7104 2380 d 0 h leency /programs/ Eolite: fix small issue, add description to KOSfuncs.inc  
/programs/KOSfuncs.inc
/programs/cmm/eolite/Eolite.c
7101 2388 d 23 h hidnplayr /programs/develop/libraries/http/ HTTP_escape, HTTP_unescape, check for end of buffer.  
/programs/develop/libraries/http/http.asm
7100 2388 d 23 h hidnplayr /programs/network/pasta/ PASTA: use dpaste.com instead of paste.kolibrios.org  
/programs/network/pasta/pasta.asm
7096 2389 d 20 h leency /programs/cmm/ Backgen 0.6  
/programs/cmm/backgen/backgen.c
/programs/cmm/backgen/colors_mas.h
/programs/cmm/eolite/include/icons.h
/programs/cmm/lib/keyboard.h
7094 2392 d 10 h hidnplayr /programs/develop/libraries/http/ Updated readme.  
/programs/develop/libraries/http/http_en.txt
7093 2392 d 10 h hidnplayr /programs/network/ Remove build.bat  
/programs/network/downloader/build.bat
/programs/network/netstat/build.bat
/programs/network/tftpc/build.bat
/programs/network/vncc/build.bat
/programs/network/zeroconf/build.bat

Show All