nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#826 Runtime class subsystem improvements, #2554

Closed nikhilgupta10 closed 7 years ago

nikhilgupta10 commented 7 years ago

This ticket will incorporate a number of related changes made by the Ausgrid / Grid Solutions team tot he runtime class compilation and execution system. This will include the following changes:

Include File Handling Fixes


This change allows header and source files to be included in runtime files. It is possible to include both local files with #include /u201cfile.h/u201d and system files with #include <system.h>.

Allow runtime classes to be compiled / debugged with MSVC


Changes to the way runtime classes are compiled using MSVC to rationalize the calls to cl.exe / link.exe and to generate PDB files to allow debugging.

Runtime Interface Bug Fixes


In developing a complex set of runtime classes the Ausgrid project team fixed a number of bugs in the runtime interface.

Increase code buffers


Increase the size of the code, global and init buffers in the loader to allow for larger, more complex runtime classes.

,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: "jcfuller":- Description has changed:

Diff: