polserver/pol-core/bscript/compiler/file
turleypol cccf84dfc8
Fewer compile warnings (#413)
* added escriptgrammar as external lib where it belongs. Silenced warnings.

* bscript compiler warning fixes

* special include file to get rid of gcc warnings about antlr4

* misc windows warnings

* time specifc warnings

* buildfix + apple warnings

* never trust apple

* windows debug build warnings

* some windows clang warnings

* last warning fix
2021-08-28 22:26:15 +02:00
..
ConformingCharStream.cpp Add error listener, and convert lexer symbols to lowercase (#216) 2020-08-14 03:28:37 -07:00
ConformingCharStream.h Fewer compile warnings (#413) 2021-08-28 22:26:15 +02:00
ErrorListener.cpp Fewer compile warnings (#413) 2021-08-28 22:26:15 +02:00
ErrorListener.h Fewer compile warnings (#413) 2021-08-28 22:26:15 +02:00
SourceFile.cpp Internal work to remove OGC (#384) 2021-03-06 01:39:26 +01:00
SourceFile.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
SourceFileCache.cpp Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
SourceFileCache.h Add file/SourceFileCache (#222) 2020-08-16 17:22:16 -07:00
SourceFileIdentifier.cpp Cleanup: vector byte, default dtor (#207) 2020-08-11 10:46:35 +02:00
SourceFileIdentifier.h Cleanup: vector byte, default dtor (#207) 2020-08-11 10:46:35 +02:00
SourceLocation.cpp Fewer compile warnings (#413) 2021-08-28 22:26:15 +02:00
SourceLocation.h Disallow function names as variable, argument, and const names (#298) 2020-09-11 00:16:20 -07:00