https://gitlab.opengeosys.org/ogs/ogs.git
Revision 05605f207a4a3705cd60a9a2aed5a517003ae1f8 authored by Dmitry Yu. Naumov on 22 November 2021, 11:31:57 UTC, committed by Dmitry Yu. Naumov on 22 November 2021, 11:31:57 UTC
[MeL] Add explicit handling of signed char.

Closes #3228

See merge request ogs/ogs!3885
2 parent s 0b0ea97 + 9881232
Raw File
Tip revision: 05605f207a4a3705cd60a9a2aed5a517003ae1f8 authored by Dmitry Yu. Naumov on 22 November 2021, 11:31:57 UTC
Merge branch 'HandleSignedCharDataArrayExplicitly' into 'master'
Tip revision: 05605f2
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top