mirror of
https://github.com/FreeOpcUa/freeopcua
synced 2025-10-26 19:56:54 +08:00
Several requested changes of pull requests revised, compatibility
* make it compile with gcc < 4.9 again
* compile with newer boost versions (vmatare)
* cmake update for python (vmatare)
* compile flags (maartendemunck)
* strict ordering of sequence numbers (martinhaefner)
* passwort encryption strategy (martinhaefner)
* close sockets (DennisLemmers)
* GUID format (DennisLemmers)
* use ${CMAKE_INSTALL_LIBDIR} for install (morxa)
97 lines
1.1 KiB
Plaintext
97 lines
1.1 KiB
Plaintext
*.py[cod]
|
|
*.swn
|
|
|
|
# C extensions
|
|
*.so
|
|
*.o
|
|
|
|
# Packages
|
|
autom4te.cache/
|
|
bin
|
|
build
|
|
config.log
|
|
config.status
|
|
develop-eggs
|
|
dist
|
|
*.egg
|
|
*.egg-info
|
|
eggs
|
|
.DS_Store
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
.libs/
|
|
Makefile
|
|
parts
|
|
__pycache__
|
|
sdist
|
|
var
|
|
*.lo
|
|
*.dirstamp
|
|
*.deps/
|
|
m4/
|
|
cov-int
|
|
config.*
|
|
/*.in
|
|
aclocal.m4
|
|
build-aux
|
|
configure
|
|
ar-lib
|
|
depcomp
|
|
missing
|
|
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit tst / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Autogeneration
|
|
schemas/ET
|
|
schemas/gm
|
|
schemas/struct_list.txt
|
|
schemas/sys
|
|
|
|
Debug/
|
|
Release/
|
|
|
|
compile
|
|
install-sh
|
|
ltmain.sh
|
|
python/INSTALL
|
|
python/Makefile.in
|
|
python/install-sh
|
|
test-driver
|
|
tests/gmock/Makefile.in
|
|
tests/gmock/gtest/Makefile.in
|
|
tests/gtest/Makefile.in
|
|
debian/changelog
|
|
libopcuaclient.pc
|
|
libopcuacore.pc
|
|
libopcuaprotocol.pc
|
|
libopcuaserver.pc
|
|
libtool
|
|
stamp-h1
|
|
tests/gmock/gtest/libtool
|
|
tests/gmock/gtest/scripts/gtest-config
|
|
tests/gmock/libtool
|
|
tests/gmock/scripts/gmock-config
|
|
tests/gtest/libtool
|
|
tests/gtest/scripts/gtest-config
|
|
.mypy_cache
|
|
vscode
|
|
|
|
# QtCreator
|
|
CMakeLists.txt.user
|