Primož Gabrijelčič
Primož Gabrijelčič
TPasSyntaxTreeBuilder's Lexer property hides inherited TmwSimplePasPar.Lexer. Because of that, the only way to add a custom conditional define is to case TPasSyntaxTreeBuilder into TmwSimplePasPar which is, well, ugly (marked
Use fixed TOmniEventMonitor to fix internal communication in OtlThreadPool #116 must be implemented first
Fix TOmniEventMonitor so that it will support threaded owner. This will require cooperation with TOmniWorker.
Reported by hansvanmoosel, Mar 18, 2015 Working with Delphi XE7, On opening the OmniThreadLibraryPackagesXE7.groupproj and then compile it it is generating the error OmniThreadLibraryRuntimeXE7.dcp missing. Compiled the OmniThreadLibraryRuntimeXE7.bpl Ok. Compiled...
Reported by Saskathex, Nov 11, 2014 Following code produces on certain machines an error. The error happens sometimes but not all the times. ``` TaskGroup := CreateTaskGroup; try for I...
assign() will be removed from OpenSCAD in the future
Implemented two EnableMemoryLeakReporting-mode methods StartRegisteringAllThreadAllocationsAsExpectedLeaks and StopRegisteringAllThreadAllocationsAsExpectedLeaks. Windows only. Rationale: customer calls RegisterPropertyEditor from a program (not package) and RegisterPropertyEditor creates a memory leak which cannot be cleaned (local TList...