https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision 3b0a0d581d25849a92ab7ead24dc363b693af274 authored by Konrad Werys on 03 May 2019, 12:16:17 UTC, committed by Konrad Werys on 03 May 2019, 12:16:17 UTC
1 parent 1d4ffb4
Raw File
Tip revision: 3b0a0d581d25849a92ab7ead24dc363b693af274 authored by Konrad Werys on 03 May 2019, 12:16:17 UTC
ci: changing googletest version to 1.4 with a removing assert_eq(std:vector) v3
Tip revision: 3b0a0d5
.gitignore
html
latex

# mac
*.DS_Store

# clion
.idea
cmake-build-*

# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
back to top