Activity for Edmund Widl

  • Edmund Widl Edmund Widl committed [669f51]

    adapted SWIG tests on Windows for Python >= 3.8 (new approach for DLL loading)

  • Edmund Widl Edmund Widl committed [73cfe9]

    added CMake target for deploying Java wrapper to remote repository

  • Edmund Widl Edmund Widl committed [e2879b]

    fixed Sundials support for Swig wrappers

  • Edmund Widl Edmund Widl committed [025304]

    added custom command to install shared libraries to local Maven repository; moved all custom commands related to Maven to main CMakeLists.txt

  • Edmund Widl Edmund Widl committed [0d37db]

    changed Java package to 'at.ac.ait.fmipp.imp' and 'at.ac.ait.fmipp.exp'; changed Java JAR file names to 'fmippim.jar' and 'fmippex.jar'; updated tests accordingly; changed to new SWIG version (swig_add_library,CMP0078,CMP0086); added Maven install target;

  • Edmund Widl Edmund Widl committed [3e7ff5]

    fix warning for previous commit (comparison of 'int' and 'unsigned int'); fixed problems of previous commit for compiling with MinGW (added missing compiler flags);

  • Edmund Widl Edmund Widl committed [3b0e2d]

    added functions retrieving value refs and names of state vector and derivatives; added function to enter event mode for FMU ME v2.0;

  • Edmund Widl Edmund Widl committed [ab3df6]

    updated documentation (version history)

  • Edmund Widl Edmund Widl committed [084483]

    updated tutorial for exporting FMUs (new version of function createFMU)

  • Edmund Widl Edmund Widl committed [d20532]

    install script: check for PF API; create FMU script: fixed call to generatePowerFactoryFMU function (input argument was missing)

  • Edmund Widl Edmund Widl posted a comment on ticket #18

    Dear Timo, Thank you for pointing this out. Your observation is basically a reflection of the open tickets for the FMI++ library. These tickets are mostly related to edge cases, which in most applications do not pose a problem. However, to be able to solve them we included dedicated tests. I hope that I will have the time to fix the related tickets soon ... Nevertheless, as said above, in most applications these bugs do not really pose a problem. Therefore, for the time being I suggest to simply...

  • Edmund Widl Edmund Widl committed [2558a1]

    added tutorial folder to release (amd removed the test folder from the release)

  • Edmund Widl Edmund Widl committed [2a4808]

    added support for FMU v2.0 export

  • Edmund Widl Edmund Widl committed [a2287a]

    package +fmipputils is copied from FMI++

  • Edmund Widl Edmund Widl committed [e5df5d]

    added log messages to export example script

  • Edmund Widl Edmund Widl committed [7fdb43]

    FMU export uses now an OO-based approach

  • Edmund Widl Edmund Widl committed [7350dc]

    adapted test to name change of class FMUBase to FMIAdapter

  • Edmund Widl Edmund Widl committed [94f681]

    use Visual Studio Express 2013, add support for Python 3

  • Edmund Widl Edmund Widl committed [353ae9]

    updated version from FMI++

  • Edmund Widl Edmund Widl committed [9abf3c]

    updated examples

  • Edmund Widl Edmund Widl committed [1ef279]

    runs now with Python 2 and Python 3

  • Edmund Widl Edmund Widl committed [2b8fa4]

    small changes to make code more object-oriented

  • Edmund Widl Edmund Widl committed [65ffbd]

    adapted to new back-end definition (partial update to FMI 2.0)

  • Edmund Widl Edmund Widl committed [234471]

    added some documentation

  • Edmund Widl Edmund Widl committed [b49d03]

    adopted script according to latest changes in fmipputils scripts

  • Edmund Widl Edmund Widl committed [e5b23e]

    improved handling of JVM and ficed step size options

  • Edmund Widl Edmund Widl committed [89b509]

    added content

  • Edmund Widl Edmund Widl committed [8dcb92]

    added tutorial

  • Edmund Widl Edmund Widl committed [4feb67]

    first release versio: added minimal documentation, fixed license, added SUNDIALS stuff

  • Edmund Widl Edmund Widl committed [69c36c]

    added example for import

  • Edmund Widl Edmund Widl committed [985c7a]

    removed contructor

  • Edmund Widl Edmund Widl committed [bc66d7]

    added script to ease setup

  • Edmund Widl Edmund Widl committed [54ed3f]

    updated examples

  • Edmund Widl Edmund Widl committed [b5c7ba]

    release version v0.2

  • Edmund Widl Edmund Widl committed [e71ab8]

    fixed calculation of syncTime in export example

  • Edmund Widl Edmund Widl committed [5933d1]

    switched to 64-bit toolchain (MATLAB R2017a); moved package fmipputil to this repository; updated FMI++ sources; other cosmetic changes;

  • Edmund Widl Edmund Widl committed [5fefc6]

    use graphical model for testing

  • Edmund Widl Edmund Widl committed [c09aa5]

    bug fix: proper conversion of flag 'loggingOn' when using function 'setDebugFlag' of front-end

  • Edmund Widl Edmund Widl committed [dede92]

    added flag to turn on/off static linking for boost libraries

  • Edmund Widl Edmund Widl committed [f55afa]

    removed MATLAB scripts (moved to separate repository)

  • Edmund Widl Edmund Widl committed [551114]

    do not compile function 'giveZero()' into extra shared library on Linux'

  • Edmund Widl Edmund Widl committed [76a76b]

    Merge branch 'master' of https://git.code.sf.net/p/fmipp/code

  • Edmund Widl Edmund Widl committed [23da7e]

    removed redundancies in CMake config files

  • Edmund Widl Edmund Widl committed [513142]

    increase tolerance for test slightly to work with MSVC 64-bit

  • Edmund Widl Edmund Widl committed [acd485]

    look for external packages (Java, Python, etc.) used by SWIG in main CMake script; do not look for Java when running tests but not building Java bindings;

  • Edmund Widl Edmund Widl committed [bdd840]

    in case the persmissions of the backend application can not be changed just give a warning, but do not exit

  • Edmund Widl Edmund Widl committed [113be0]

    update for PF 2018 SP3; update to newer version of FMI++;

  • Edmund Widl Edmund Widl committed [2e5c46]

    updated licenses

  • Edmund Widl Edmund Widl committed [f2f1af]

    removed verbose print statement

  • Edmund Widl Edmund Widl committed [bfb400]

    Use 'cygwin32' / 'cygwin64' as binary directory name when compiling under Cygwin

  • Edmund Widl Edmund Widl committed [75182d]

    add function loggingOn() to BackEndApplicationBase; lots of cosmetic changes;

  • Edmund Widl Edmund Widl committed [9abfa9]

    fixed indentation

  • Edmund Widl Edmund Widl committed [dd0709]

    Merge branch 'master' of ssh://git.code.sf.net/p/fmipp/code

  • Edmund Widl Edmund Widl committed [ff9c42]

    added debug message in case parsing of additional arguments fails; setter functions: check if variable is scalar parameter according to FMI 1.0;

  • Edmund Widl Edmund Widl committed [c0e5b4]

    removed Python scripts

  • Edmund Widl Edmund Widl committed [d1bbff]

    removed superfluous code checking if interface is active

  • Edmund Widl Edmund Widl committed [d867f6]

    changed timeout for tests from 10 seconds to 10 minutes

  • Edmund Widl Edmund Widl committed [516c10]

    prevent test on Linux to fail because of SIGCHLD signals (which come from FMU implementation, have nothing to do with the tests at hand)

  • Edmund Widl Edmund Widl committed [fd7ad8]

    fixed test name in set_properties(...) for Linux Java tests

  • Edmund Widl Edmund Widl committed [425a68]

    added internal flag for FMI version to backend/frontend; set causality of parameters in dependence on FMI version

  • Edmund Widl Edmund Widl committed [52d47c]

    add timeout of 60 seconds to tests

  • Edmund Widl Edmund Widl committed [18a160]

    start external applications in their own process group (LINUX); terminate all child processes of an application (LINUX: via process group, WINWOWS: via parent ID)

  • Edmund Widl Edmund Widl committed [55f3db]

    fixed FMI 2.0 flag (needsExecutionTool=true); cosmetic changes in creation of model description;

  • Edmund Widl Edmund Widl committed [a1552b]

    in case no entry point is provided, use path of executable as working directory

  • Edmund Widl Edmund Widl committed [7e6af5]

    improved backend's functionality to write input/output variable names and parameter names to file (write to JSON file, do not stop execution with exit status indicating failure)

  • Edmund Widl Edmund Widl committed [f05195]

    updated copyright information; fixed small errors in comments;

  • Edmund Widl Edmund Widl committed [b492fa]

    minor changes to fix compiler warnings (Linux GCC)

  • Edmund Widl Edmund Widl committed [d309ac]

    enable secific shared memory segment names; enable generation of shared memory segment names from parent PID;

  • Edmund Widl Edmund Widl committed [b2cdfd]

    check status of FMU loading before checking status of FMU type

  • Edmund Widl Edmund Widl modified a wiki page

    Creating FUMOLA models using the JAVA Kernel API

  • Edmund Widl Edmund Widl modified a wiki page

    Creating FUMOLA models using the JAVA Kernel API

  • Edmund Widl Edmund Widl modified a wiki page

    A closed-loop control example in Vergil

  • Edmund Widl Edmund Widl modified a wiki page

    A closed-loop control example in Vergil

  • Edmund Widl Edmund Widl modified a wiki page

    About FUMOLA

  • Edmund Widl Edmund Widl committed [aa2a88]

    removed instances of std:: (namespace is used anyway)

  • Edmund Widl Edmund Widl committed [9914f6]

    added include directories needed by MINGW

  • Edmund Widl Edmund Widl committed [6f4280]

    fixed bug: contructor was given wrong 4th argument

  • Edmund Widl Edmund Widl committed [356881]

    added 'info file' for tool description on FMI homepage

  • Edmund Widl Edmund Widl committed [74fb1c]

    removed tool-specific parts of export package

  • Edmund Widl Edmund Widl committed [edace5]

    Merge branch 'master' of ssh://git.code.sf.net/p/trnsys-fmu/code

  • Edmund Widl Edmund Widl committed [8537b7]

    updated documentation

  • Edmund Widl Edmund Widl committed [13e3ba]

    improved FMI CS 2.0 support of import package; added new tests accordingly;

  • Edmund Widl Edmund Widl committed [54f5b0]

    fixed typo in model description file

  • Edmund Widl Edmund Widl committed [467101]

    added MINGW workaround concerning boost filesystem library (undefined reference to boost::filesystem::detail::copy_file)

  • Edmund Widl Edmund Widl committed [969fa1]

    added FMI 2.0 support for export package

  • Edmund Widl Edmund Widl committed [1deea5]

    export package bow uses almost same structure for storing data in the model description's vendor annotations

  • Edmund Widl Edmund Widl committed [de6bb5]

    Merge branch 'master' of ssh://git.code.sf.net/p/fmipp/code

  • Edmund Widl Edmund Widl committed [43773c]

    checking that a file exists os now case sensitive to the file name

  • Edmund Widl Edmund Widl committed [c75f45]

    Merge branch 'master' of ssh://git.code.sf.net/p/fmipp/code

  • Edmund Widl Edmund Widl committed [402848]

    class FMIComponentBackEnd initializes now the variables corresponding to 'stop_time' and 'stop_time_defined'

  • Edmund Widl Edmund Widl committed [91a96b]

    first public commit

  • Edmund Widl Edmund Widl modified a wiki page

    Creating FUMOLA models using Vergil

  • Edmund Widl Edmund Widl modified a wiki page

    About FUMOLA

  • Edmund Widl Edmund Widl modified a wiki page

    About FUMOLA

  • Edmund Widl Edmund Widl committed [65cddf]

    update of demos

  • Edmund Widl Edmund Widl modified a wiki page

    Home

  • Edmund Widl Edmund Widl modified a wiki page

    Running simulations with FUMOLA

  • Edmund Widl Edmund Widl modified a wiki page

    A simple example in Vergil

  • Edmund Widl Edmund Widl modified a wiki page

    About FUMOLA

  • Edmund Widl Edmund Widl modified a wiki page

    About FUMOLA

1 >