Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
10051 15 h 43 m ace_dent /kernel/trunk/ Remove $Revision$ from kernel file headers

- To better support git, remove SVN dependant `$Revision$` from file headers. This does *not* remove: the use of `__REV__` macro in `boostr.inc` and `kernel.asm`
- Header Copyright notices updated to 2024.
- Minimal white space cleanup (trailing spaces automatically removed).
- Note: `asmxygen.py` has a *large* amount of whitespace cleanup, due to incorrect line endings.
 
9408 897 d 11 h Boppan /kernel/trunk/ [ASMXYGEN] Conform PEP8 except line import re  
9407 897 d 15 h Boppan /kernel/trunk/ [ASMXYGEN] Convert indentation to spaces  
9403 899 d 15 h Boppan /kernel/trunk/ [ASMXYGEN] Make it read comments before align specifier  
9402 899 d 15 h Boppan /kernel/trunk/ [ASMXYGEN] Add debug mode to compare generated stuff  
9401 899 d 16 h Boppan /kernel/trunk/ [ASMXYGEN] Only execute code on direct script execution  
9400 899 d 16 h Boppan /kernel/trunk/ [ASMXYGEN] Move data closer to place it used  
9399 899 d 16 h Boppan /kernel/trunk/ [ASMXYGEN] Do not mix declarations and code  
9398 899 d 16 h Boppan /kernel/trunk/ [ASMXYGEN] Make keyword list compact  
9033 1049 d 12 h Boppan /kernel/trunk/ [asmxygen] Dump into file instead of stdout  
9030 1049 d 13 h Boppan /kernel/trunk/ [asmxygen] Make dump more beautiful  
9028 1049 d 14 h Boppan /kernel/trunk/ [asmxygen] Document label function parameters according to @param directives  
8990 1053 d 21 h Boppan /kernel/trunk/ [asmxygen] Fix unknown macro name at the end of a struct declaration in case if a file wasn't parsed cause it's parsed already

Now asmxygen also saves a list of parsed symbols separately. So when he starts to parse anything once again he already know all other symbols defined in other files and can use em to find valid variable declarations and other stuff
 
8989 1054 d 10 h Boppan /kernel/trunk/ [asmxygen] Handle label commented with @return or @param as a function  
8982 1058 d 10 h Boppan /kernel/trunk/ [asmxygen] Implement --stats key  
8980 1058 d 11 h Boppan /kernel/trunk/ [asmxygen] Warn if an element has no comment  
8977 1058 d 11 h Boppan /kernel/trunk/ [asmxygen] Ignore symbols marked in a comment as '@dont_give_a_doxygen'  
8976 1058 d 11 h Boppan /kernel/trunk/ [asmxygen] Optimize identifier classification mechanism (stable 5% speedup)  
8975 1058 d 13 h Boppan /kernel/trunk/ [asmxygen] Only parse files if no `--clean` key provided  
8974 1058 d 13 h Boppan /kernel/trunk/ [asmxygen] Translate dict in AsmReaderReadingComments into just a set of fields  

Show All