RedPanda-CPP/RedPandaIDE/parser
royqh1979 b3e5ddc94c - enhancement: greatly reduces memory usage for symbol parsing ( memory needed for bits/stdc++.h reduced from 150m+ to 50m+)
- fix: currect compiler set not correctly updated when switch between normal file and project file
2021-11-12 02:20:13 +08:00
..
cppparser.cpp - enhancement: greatly reduces memory usage for symbol parsing ( memory needed for bits/stdc++.h reduced from 150m+ to 50m+) 2021-11-12 02:20:13 +08:00
cppparser.h - change: turn on gcc compiler's "-pipe" option by default, to use pipe instead of temp files in compiliation (and make the life of SSD longer) 2021-11-05 10:44:23 +08:00
cpppreprocessor.cpp - enhancement: greatly reduces memory usage for symbol parsing ( memory needed for bits/stdc++.h reduced from 150m+ to 50m+) 2021-11-12 02:20:13 +08:00
cpppreprocessor.h - enhancement: greatly reduces memory usage for symbol parsing ( memory needed for bits/stdc++.h reduced from 150m+ to 50m+) 2021-11-12 02:20:13 +08:00
cpptokenizer.cpp clean up compile warnings 2021-10-20 18:05:43 +08:00
cpptokenizer.h work save 2021-08-15 16:49:37 +08:00
parserutils.cpp fix: #include_next processing 2021-10-04 22:32:34 +08:00
parserutils.h fix: #include_next processing 2021-10-04 22:32:34 +08:00
statementmodel.cpp work save: header completion suggestion done 2021-08-29 10:14:07 +08:00
statementmodel.h work save: header completion 2021-08-29 00:48:23 +08:00