Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
9408 879 d 22 h Boppan /kernel/trunk/ [ASMXYGEN] Conform PEP8 except line import re  
/kernel/trunk/asmxygen.py
9407 880 d 2 h Boppan /kernel/trunk/ [ASMXYGEN] Convert indentation to spaces  
/kernel/trunk/asmxygen.py
9403 882 d 2 h Boppan /kernel/trunk/ [ASMXYGEN] Make it read comments before align specifier  
/kernel/trunk/asmxygen.py
9402 882 d 3 h Boppan /kernel/trunk/ [ASMXYGEN] Add debug mode to compare generated stuff  
/kernel/trunk/asmxygen.py
9401 882 d 3 h Boppan /kernel/trunk/ [ASMXYGEN] Only execute code on direct script execution  
/kernel/trunk/asmxygen.py
9400 882 d 3 h Boppan /kernel/trunk/ [ASMXYGEN] Move data closer to place it used  
/kernel/trunk/asmxygen.py
9399 882 d 3 h Boppan /kernel/trunk/ [ASMXYGEN] Do not mix declarations and code  
/kernel/trunk/asmxygen.py
9398 882 d 4 h Boppan /kernel/trunk/ [ASMXYGEN] Make keyword list compact  
/kernel/trunk/asmxygen.py
9033 1031 d 23 h Boppan /kernel/trunk/ [asmxygen] Dump into file instead of stdout  
/kernel/trunk/asmxygen.py
9030 1032 d 0 h Boppan /kernel/trunk/ [asmxygen] Make dump more beautiful  
/kernel/trunk/asmxygen.py
9028 1032 d 1 h Boppan /kernel/trunk/ [asmxygen] Document label function parameters according to @param directives  
/kernel/trunk/asmxygen.py
8990 1036 d 9 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
 
/kernel/trunk/asmxygen.py
8989 1036 d 21 h Boppan /kernel/trunk/ [asmxygen] Handle label commented with @return or @param as a function  
/kernel/trunk/asmxygen.py
8982 1040 d 21 h Boppan /kernel/trunk/ [asmxygen] Implement --stats key  
/kernel/trunk/asmxygen.py
8980 1040 d 22 h Boppan /kernel/trunk/ [asmxygen] Warn if an element has no comment  
/kernel/trunk/asmxygen.py
8977 1040 d 23 h Boppan /kernel/trunk/ [asmxygen] Ignore symbols marked in a comment as '@dont_give_a_doxygen'  
/kernel/trunk/asmxygen.py
8976 1040 d 23 h Boppan /kernel/trunk/ [asmxygen] Optimize identifier classification mechanism (stable 5% speedup)  
/kernel/trunk/asmxygen.py
8975 1041 d 0 h Boppan /kernel/trunk/ [asmxygen] Only parse files if no `--clean` key provided  
/kernel/trunk/asmxygen.py
8974 1041 d 0 h Boppan /kernel/trunk/ [asmxygen] Translate dict in AsmReaderReadingComments into just a set of fields  
/kernel/trunk/asmxygen.py
8973 1041 d 0 h Boppan /kernel/trunk/ [asmxygen] Remove unuseful method  
/kernel/trunk/asmxygen.py

Show All