mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
* Add libefsw at 3419347 * saving work * some cleanup * move to fs::paths * saving work.. maybe hitting a limit with number of watched dirs? * migrate to watching only ecompile.cfg specified folders, cleanup/doc * Display summary between compilations in watch mode; fix cache reuse * Fix inf loop; some cmake, format changes... * some windows compilation fixes... tweaks to windows cmake? * Update Efsw.cmake for build lib changes * removed debug flag * silence efsw build dont add antlr project if it already exists * Address review comments: - use std::move on efswwatcher add_* * add docs * Add WatchModeByDefault ecompile.cfg option * iniital work on tests * Add CI actions * some changes (passes locally on win, mac, linux) * Fix fixtures dependency; use ecompile verbose mode * Add core-changes * Send ctrl+c instead of killing process * Proper Python file naming * Kill ecompile process on windows, SIGINT otherwise --------- Co-authored-by: turleypol <turley@polserver.com> |
||
|---|---|---|
| .. | ||
| AvailableUserFunction.h | ||
| BuilderWorkspace.cpp | ||
| BuilderWorkspace.h | ||
| CompilerWorkspaceBuilder.cpp | ||
| CompilerWorkspaceBuilder.h | ||
| CompoundStatementBuilder.cpp | ||
| CompoundStatementBuilder.h | ||
| ExpressionBuilder.cpp | ||
| ExpressionBuilder.h | ||
| FunctionResolver.cpp | ||
| FunctionResolver.h | ||
| ModuleDeclarationBuilder.cpp | ||
| ModuleDeclarationBuilder.h | ||
| ModuleProcessor.cpp | ||
| ModuleProcessor.h | ||
| ProgramBuilder.cpp | ||
| ProgramBuilder.h | ||
| SimpleStatementBuilder.cpp | ||
| SimpleStatementBuilder.h | ||
| SimpleValueCloner.cpp | ||
| SimpleValueCloner.h | ||
| SourceFileProcessor.cpp | ||
| SourceFileProcessor.h | ||
| TreeBuilder.cpp | ||
| TreeBuilder.h | ||
| UserFunctionBuilder.cpp | ||
| UserFunctionBuilder.h | ||
| UserFunctionVisitor.cpp | ||
| UserFunctionVisitor.h | ||
| ValueBuilder.cpp | ||
| ValueBuilder.h | ||