Commit | Author | Summary |
0334c2587 | Adeel Asghar | Remove the extension |
07921476f | Martin Sjölund | Use set instead of unordered_set |
b4562fbdd | Adrian Pop | fix compilation on Windows, add -std=c++11 |
ec9f5430f | Adeel Asghar | Compile semla before omc declare the functions in systemimpl |
0c3f696cd | Adeel Asghar | Load encrypted package Checkout the SEMLA and OMEncryption repositories inside the OM super project i.e., at the same level where OMCompiler is. Run the makefile with OMENCRYPTION=yes i.e., `make -f Makefile.omdev.mingw OMENCRYPTION=yes` on Windows. Configure on Linux `./configure --with-ENCRYPTION`. loadEncryptedPackage API takes a .mol file and decrypts the package and load it into the AST. |
526b822d5 | Martin Sjölund | Improve reporting memory usage |