https://gitlab.opengeosys.org/ogs/ogs.git
Revision 023301911436715ad0006c32b5f588a20f57181d authored by Lars Bilke on 26 May 2021, 09:13:27 UTC, committed by Lars Bilke on 26 May 2021, 09:13:27 UTC
Includes fix for C++20 with gcc 11.
1 parent c8a717f
Raw File
Tip revision: 023301911436715ad0006c32b5f588a20f57181d authored by Lars Bilke on 26 May 2021, 09:13:27 UTC
[cpm] Updated tclap.
Tip revision: 0233019
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top