tex_parser moved from cpp to c because... c++ std::string.resize is slower than zrealloc in 300 times =)
--HG-- rename : cpp/tex_parser/Makefile => c/tex_parser/Makefile rename : cpp/tex_parser/get_tags.sh => c/tex_parser/get_tags.sh rename : cpp/tex_parser/tables4.tex => c/tex_parser/tables4.tex rename : cpp/tex_parser/tables5.tex => c/tex_parser/tables5.tex rename : cpp/tex_parser/tex_table_class.cpp => c/tex_parser/tex_table_class.cpp rename : cpp/tex_parser/tex_table_class.geany => c/tex_parser/tex_table_class.geany rename : cpp/tex_parser/tex_table_class.hpp => c/tex_parser/tex_table_class.hpp rename : cpp/tex_parser/tex_table_class_tags.hpp => c/tex_parser/tex_table_class_tags.hpp rename : cpp/tex_parser/tex_table_class_test.cpp => c/tex_parser/tex_table_class_test.cpp
This commit is contained in:
parent
eaeee86922
commit
cc27cee3be
|
@ -17,10 +17,9 @@ long_line_column=72
|
|||
|
||||
[files]
|
||||
current_page=0
|
||||
FILE_NAME_0=1515;C;0;16;1;1;1;/home/kolan/dev/c/zmalloc/zmalloc_test.c;0
|
||||
FILE_NAME_1=1373;C;0;16;1;1;1;/home/kolan/projects/include/zmalloc.c;0
|
||||
FILE_NAME_2=1082;C;0;16;1;1;1;/home/kolan/projects/include/zmalloc.h;0
|
||||
FILE_NAME_3=571;Make;0;16;1;1;1;/home/kolan/dev/c/zmalloc/Makefile;0
|
||||
FILE_NAME_0=0;C;0;16;1;1;1;/home/kolan/dev/c/zmalloc/zmalloc_test.c;0
|
||||
FILE_NAME_1=0;C;0;16;1;1;1;/home/kolan/projects/include/zmalloc.c;0
|
||||
FILE_NAME_2=0;C;0;16;1;1;1;/home/kolan/projects/include/zmalloc.h;0
|
||||
|
||||
[build-menu]
|
||||
NF_00_LB=_Сделать
|
||||
|
|
Loading…
Reference in New Issue