Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
9408 894 d 13 h Boppan /kernel/trunk/ [ASMXYGEN] Conform PEP8 except line import re  
9407 894 d 17 h Boppan /kernel/trunk/ [ASMXYGEN] Convert indentation to spaces  
9403 896 d 17 h Boppan /kernel/trunk/ [ASMXYGEN] Make it read comments before align specifier  
9402 896 d 18 h Boppan /kernel/trunk/ [ASMXYGEN] Add debug mode to compare generated stuff  
9401 896 d 18 h Boppan /kernel/trunk/ [ASMXYGEN] Only execute code on direct script execution  
9400 896 d 18 h Boppan /kernel/trunk/ [ASMXYGEN] Move data closer to place it used  
9399 896 d 18 h Boppan /kernel/trunk/ [ASMXYGEN] Do not mix declarations and code  
9398 896 d 18 h Boppan /kernel/trunk/ [ASMXYGEN] Make keyword list compact  
9033 1046 d 14 h Boppan /kernel/trunk/ [asmxygen] Dump into file instead of stdout  
9030 1046 d 15 h Boppan /kernel/trunk/ [asmxygen] Make dump more beautiful  
9028 1046 d 16 h Boppan /kernel/trunk/ [asmxygen] Document label function parameters according to @param directives  
8990 1051 d 0 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 1051 d 12 h Boppan /kernel/trunk/ [asmxygen] Handle label commented with @return or @param as a function  
8982 1055 d 12 h Boppan /kernel/trunk/ [asmxygen] Implement --stats key  
8980 1055 d 13 h Boppan /kernel/trunk/ [asmxygen] Warn if an element has no comment  
8977 1055 d 14 h Boppan /kernel/trunk/ [asmxygen] Ignore symbols marked in a comment as '@dont_give_a_doxygen'  
8976 1055 d 14 h Boppan /kernel/trunk/ [asmxygen] Optimize identifier classification mechanism (stable 5% speedup)  
8975 1055 d 15 h Boppan /kernel/trunk/ [asmxygen] Only parse files if no `--clean` key provided  
8974 1055 d 15 h Boppan /kernel/trunk/ [asmxygen] Translate dict in AsmReaderReadingComments into just a set of fields  
8973 1055 d 15 h Boppan /kernel/trunk/ [asmxygen] Remove unuseful method  
8967 1055 d 18 h Boppan /kernel/trunk/ [asmxygen] Reimplement --clean key  
8966 1055 d 19 h Boppan /kernel/trunk/ [asmxygen] Optimize: only parse not parsed before files  
8963 1055 d 21 h Boppan /kernel/trunk/ [asmxygen] Parse function arguments, used registers and calling convention  
8961 1055 d 23 h Boppan /kernel/trunk/ [asmxygen][parse_variable] No reason to read comments by hand anymore  
8958 1056 d 15 h Boppan /kernel/trunk/ [doxygen] Handle structures  
8957 1056 d 16 h Boppan /kernel/trunk/ [asmxygen] Rewrite parser to make it smarter, parse existing comments  
8856 1070 d 0 h Boppan /kernel/trunk/ [kernel][asmxygen.py] Remove debug output  
8855 1070 d 0 h Boppan /kernel/trunk/ [kernel][asmxygen.py] Implement macro arguments parsing  
8846 1071 d 10 h Boppan /kernel/trunk/ [kernel][asmxygen.py] Implement very basic macro and struct documentation generation  
8844 1071 d 11 h Boppan /kernel/trunk/ [kernel][asmxygen.py] Add basic support for labels  
8842 1071 d 11 h Boppan /kernel/trunk/ [kernel][asmxygen.py] Add basic function support  
8841 1071 d 11 h Boppan /kernel/trunk/ [kernel][asmxygen.py] Implement variable doxygen generation  
8837 1072 d 0 h Boppan /kernel/trunk/ [kernel][asmxygen.py] Configure behaviour using script arguments  
8835 1072 d 0 h Boppan /kernel/trunk/ [kernel][asmxygen.py] Disable clean_generated_stuff flag by default  
8834 1072 d 1 h Boppan /kernel/trunk/ [kernel] Make asmxygen generate doxygen C-like files in docs/doxygen and implement very basic variable doxygen generation  
8825 1072 d 13 h Boppan /kernel/trunk/ [kernel] Prepare for kernel documentation (add asmxygen.py)