Commit | Author | Summary |
cacc8bf978 | Rüdiger Franke | Link MODELICA_EXTERNAL_LIBS after model defined libs, ticket:4772 |
30322f1107 | wibraun | fixing simulation flags, mostly ticket:4390 |
0334c25876 | Adeel Asghar | Remove the extension |
07921476f8 | Martin Sjölund | Use set instead of unordered_set |
b4562fbddb | Adrian Pop | fix compilation on Windows, add -std=c++11 |
ec9f5430f9 | Adeel Asghar | Compile semla before omc declare the functions in systemimpl |
0c3f696cde | 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. |