Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
8195 1287 d 22 h maxcodehack /programs/develop/ktcc/trunk/samples/ Fix 'dynamic.c 'autobuild (build_all.sh)
Add 'console.c' to autobuild
 
8194 1287 d 22 h maxcodehack / Fix drawing artefacts in boxlib example  
8193 1287 d 23 h maxcodehack /programs/develop/backy/gcc_version/ Add files  
8192 1287 d 23 h maxcodehack / Add gcc version of 'Backy'  
8189 1288 d 22 h maxcodehack /programs/develop/ktcc/trunk/samples/ move image  
8188 1288 d 22 h maxcodehack /programs/develop/ktcc/trunk/samples/ Add libimg example to build_all.sh  
8187 1288 d 22 h maxcodehack /programs/develop/ktcc/trunk/samples/clayer/ Tcc:
Add libimg example, update other examples
 
8185 1288 d 23 h maxcodehack / Add boxlib example without lib kolibri_gui. Only kos32sys.h (GCC)  
8183 1289 d 7 h pavelyakov /programs/develop/golang/ delete file  
8178 1290 d 15 h superturbocat2001 /programs/develop/golang/ - Renamed golang example file.
- Added DrawBar function
 
8177 1290 d 15 h superturbocat2001 /programs/develop/golang/ - Added new system functions to golang.
- Renamed int40 file to syscalls.s.
- Updated example with new functionality.
 
8174 1290 d 19 h IgorA /programs/ tinygl: fix struct ZBuffer, clean code  
8171 1291 d 21 h maxcodehack /programs/develop/ktcc/trunk/ Ktcc:
- kos32sys1.h: Tcc dont support aliasing but support defines
- boxlib sample: Update sample for upper fix
- Rasterworks example: Fix 'bright' letters
 
8163 1294 d 3 h maxcodehack /programs/develop/examples/ Revision in '/programs/develop/examples': replace 'FASM for Menuet' with 'FASM', meos_app_start -> KOS_APP_START  
8159 1295 d 7 h Boppan /programs/develop/ktcc/trunk/source/ Microrefactoring + check build system out.  
8157 1295 d 20 h Boppan /programs/develop/ktcc/trunk/ Cool, this was not my mistake, patch TCC again.

Admin, please look what's happened with build server, GCC needs a missing library?
 
8156 1295 d 20 h Boppan /programs/develop/ktcc/trunk/bin/ Ok... What about the binary? Did IT break the build?  
8155 1295 d 20 h Boppan /programs/develop/ktcc/trunk/source/ Try to beat the strange break - revert all files from the last commit.  
8154 1295 d 20 h Boppan /programs/develop/ktcc/trunk/ TCC: Add -nobss option to not include BSS sections in output file.  
8110 1315 d 0 h maxcodehack /programs/develop/ktcc/trunk/samples/clayer/ Update boxlib example:
Add progressbar
 
8109 1315 d 5 h maxcodehack /programs/develop/ktcc/trunk/samples/ Edit samples  
8108 1315 d 5 h maxcodehack /programs/develop/ktcc/trunk/ Remove libconsole.a and libbox_lib.a and their sources
Now we can use console via conio.h
Boxlib via libbox.a
 
8107 1315 d 22 h superturbocat2001 /programs/develop/ktcc/trunk/ - Added libbox.a and libbuf2d.a to TinyC.
- The structure of the header files has been reorganized.
 
8106 1316 d 0 h maxcodehack /programs/develop/ktcc/trunk/ clayer TinyC
- Add new sample
- Fix bug: 'Unexpected stack end'
 
8105 1316 d 3 h maxcodehack /programs/develop/ktcc/trunk/bin/lib/clayer/ Add .o  
8104 1316 d 3 h maxcodehack /programs/develop/ktcc/trunk/ Add C_Layer for TinyC
- Boxlib wrapper
 
8102 1317 d 17 h superturbocat2001 /programs/develop/ktcc/trunk/lib/ Added source code for libraries  
8101 1317 d 17 h superturbocat2001 /programs/develop/ktcc/trunk/ Added libraries to ktcc: "rasterworks", "libimg", "libgb", "msgbox". And also an examples for these libraries.
Fixed header file "msgbox.h"
 
8099 1319 d 10 h maxcodehack /programs/develop/oberon07/ fix autobuild  
8098 1319 d 16 h superturbocat2001 /programs/develop/ Added "libmsgbox" to ktcc.
Added examples for working with coff-libraries and "libmsgbox" to ktcc.
Modified binutils to work normally via console.obj.
 
8097 1320 d 8 h maxcodehack /programs/develop/oberon07/ Update oberon07 from akron1's github  
8088 1331 d 3 h dunkaist / Replace some hardcoded /rd/1 paths with /sys.  
8083 1333 d 20 h IgorA /programs/develop/ update 'load_lib.mac', update 'info3ds', fix 'kol_f_edit'  
8069 1343 d 20 h IgorA /programs/develop/libraries/TinyGL/asm_fork/ possible smooth buffer resizing,
fix and clean code,
fix and update examples
 
8063 1347 d 9 h IgorA /programs/develop/libraries/TinyGL/asm_fork/ optimize, clean code  
8062 1348 d 18 h IgorA /programs/develop/libraries/TinyGL/asm_fork/ add function 'glOrtho', small optimize, clean code  
8059 1354 d 4 h IgorA /programs/develop/libraries/TinyGL/asm_fork/ add function 'gluPerspective',
fix function 'glFrustum'
 
8057 1373 d 2 h Boppan /programs/develop/ktcc/trunk/ Add library for importing functions from Box_lib.obj via tcc.  
8036 1445 d 1 h IgorA /programs/ t_edit: new algoritm text selection
img_transform: update program
 
8023 1449 d 19 h hidnplayr /programs/develop/libraries/http/ Always set connection closed flag after server closed connection and close from our end as well.