Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options to handle static and static runtime builds. #299

Draft
wants to merge 32 commits into
base: main
Choose a base branch
from

Commits on Jan 21, 2021

  1. Add substation in error message (#237)

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored and mathbagu committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e621f84 View commit details
    Browse the repository at this point in the history
  2. Make sure xml serializer is not null when writing extensions (#239)

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored and mathbagu committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    3755724 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Invalidate cache after an element is removed from NodeBreakerVoltageL…

    …evel (#242) (#251)
    
    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    7ffef53 View commit details
    Browse the repository at this point in the history
  2. Update current version to 1.4.0 (#252)

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    1ecaa31 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. [IIDM v1.4] Add ThreeWindingsTransformer::getLegs()

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    7ec5fe4 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. [IIDM v1.4] Aliases by type (#243) (#255)

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    3a08d4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f37484e View commit details
    Browse the repository at this point in the history
  3. [IIDM v1.4] Allow overwriting an existing variant (#209) (#263)

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    9b928fa View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Remove unreached cmake code because required cmake version is 3.12 or…

    … higher (#264)
    
    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    f99900c View commit details
    Browse the repository at this point in the history
  2. [IIDM v1.4.1] Usage of stdcxx::optional (#267)

    * Always use stdcxx::optional instead of direct usage of boost::optional (#221)
    * Use optional::operator() to check that an optional is set or not (#216)
    
    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    538022a View commit details
    Browse the repository at this point in the history
  3. [IIDM v1.4.1] Removal of parameters on defaulted/deleted special func…

    …tions (#220) (#268)
    
    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    5cafded View commit details
    Browse the repository at this point in the history
  4. Call to direct parent's read method from xml parsers (#226) (#269)

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    8781b72 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. [IIDM v1.4.1] Rename stdcxx::reference_wrapper into stdcxx::Reference (

    …#228) (#266)
    
    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    d749cf1 View commit details
    Browse the repository at this point in the history
  2. Refactor powsybl::iidm::util (#222) (#270)

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    3ccb3a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Refactoring XML read/write of a Network API (#273)

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    Signed-off-by: Mathieu BAGUE <mathieu.bague@rte-france.com>
    sebalaig authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    2dea989 View commit details
    Browse the repository at this point in the history
  2. Add option to disable unit tests build (#184) (#274)

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    f10cb4f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Pass unique_ptr as parameters by rvalue to functions (#234) (#275)

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    1667068 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Fix CI (boost not avaible on github actions) (#278)

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    Signed-off-by: Mathieu BAGUE <mathieu.bague@rte-france.com>
    sebalaig authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    b0aa032 View commit details
    Browse the repository at this point in the history
  2. [IIDM v1.4] Add SimpleAnonymizer (#71) (#271)

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    1eeccab View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. [IIDM v1.4] Add AbstractTerminalTopologyVisitor (#240) (#272)

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    Signed-off-by: Mathieu BAGUE <mathieu.bague@rte-france.com>
    sebalaig authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    b7f6932 View commit details
    Browse the repository at this point in the history
  2. fix node/breaker voltage level connect/disconnect for internal connec…

    …tions (#281)
    
    Signed-off-by: Luma <zamarrenolm@aia.es>
    Signed-off-by: Mathieu BAGUE <mathieu.bague@rte-france.com>
    zamarrenolm authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    bdc6968 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Fix CI: invoke apt-get update before installing boost (#287)

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    5a7aa5b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. [IIDM v1.4] Add ThreadLocalMultipleVariantContext (#183) (#277)

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    a34a16a View commit details
    Browse the repository at this point in the history
  2. Add four substations node breaker factory (#276) (#286)

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    fb284d6 View commit details
    Browse the repository at this point in the history
  3. Cosmetic: fix methods order (#289)

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    01f6b3c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Iso APIs: backport missing methods (#284)

    * Add Bus::getP() and Bus::getQ()
    * Add Network::getCountries()
    * Rename HvdcLine::*NominalVoltage into HvdcLine::*NominalV
    * Rename getNominalVoltage into getNominalV and setNominalVoltage into setNominalV
    
    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Mar 17, 2021
    Configuration menu
    Copy the full SHA
    1247341 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Add option to disable tools build.

    Signed-off-by: Gautier Bureau <gautier.bureau@gmail.com>
    gautierbureau authored and mathbagu committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    9df3438 View commit details
    Browse the repository at this point in the history
  2. Add Substation::remove() (#283)

    Signed-off-by: Sébastien LAIGRE <slaigre@silicom.fr>
    sebalaig authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    c50b0aa View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Link extensions static libraries with iidm-static

    Signed-off-by: Mathieu BAGUE <mathieu.bague@rte-france.com>
    Mathieu BAGUE authored and mathbagu committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    a65cddc View commit details
    Browse the repository at this point in the history
  2. Make registerExtension public (#303)

    * Make registerExtension public
    * Add an example to show how to use an XIIDM extension
    
    Signed-off-by: Mathieu BAGUE <mathieu.bague@rte-france.com>
    Mathieu BAGUE authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    d84e4a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Add options to handle static and static runtime builds.

    Signed-off-by: Gautier Bureau <gautier.bureau@gmail.com>
    gautierbureau committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    acc3995 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Corrections after review of handle of static/shared compilation.

    Signed-off-by: Gautier Bureau <gautier.bureau@gmail.com>
    gautierbureau committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    3b81bdc View commit details
    Browse the repository at this point in the history