polserver/pol-core/bscript/compiler
Kevin Eady 62a252ad3a
Add daemon watch mode to ecompile (#630)
* 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>
2024-03-16 00:08:06 +01:00
..
analyzer Introduce DAP Debugger (#608) 2024-01-28 09:49:55 +01:00
ast Tweak parse tree to treat uninit and bools as literals (#616) 2024-02-01 15:21:52 +07:00
astbuilder Add daemon watch mode to ecompile (#630) 2024-03-16 00:08:06 +01:00
codegen "Preview/Initial"- Version sourcecode formatting feature (#626) 2024-02-26 21:21:44 +01:00
file Add daemon watch mode to ecompile (#630) 2024-03-16 00:08:06 +01:00
format Add uninit, true, false keywords to grammar (#596) 2024-01-20 05:38:25 +01:00
model Internal work to remove OGC (#384) 2021-03-06 01:39:26 +01:00
optimizer Add uninit, true, false keywords to grammar (#596) 2024-01-20 05:38:25 +01:00
representation Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
Antlr4Inc.h Add -Wnonportable-include-path for ANTLR warnings (#419) 2021-09-06 13:44:39 +02:00
Compiler.cpp "Preview/Initial"- Version sourcecode formatting feature (#626) 2024-02-26 21:21:44 +01:00
Compiler.h "Preview/Initial"- Version sourcecode formatting feature (#626) 2024-02-26 21:21:44 +01:00
Profile.h New compiler: include directives (#292) 2020-09-09 19:10:51 -07:00
Report.cpp Introduce DAP Debugger (#608) 2024-01-28 09:49:55 +01:00
Report.h Introduce DAP Debugger (#608) 2024-01-28 09:49:55 +01:00