minetest/util/travis
Loïc Blot c7160cb629 Network cleanup (#6302)
* Cleanup network headers

* Move peerhandler to a specific header to reduce compilation times
* Move socket.cpp/h to network folder

* More work

* Network code cleanups

* Move socket.{cpp,h} to network folder
* Move Address object to network/address.{cpp,h}
* Move network exceptions to network/networkexceptions.h
* Client: use unique_ptr for Connection
* Server/ClientIface: use shared_ptr for Connection

* Format fixes

* Remove socket.cpp socket.h from clang-format whitelist

* Also fix NetworkPacket code style & make it under clang-format
2017-08-24 08:28:54 +02:00
..
before_install.sh Minetest for C++11 (CMakeLists + Travis) 2017-06-04 09:57:08 +02:00
clang-format-whitelist.txt Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
common.sh Travis-ci build: fix osx jpeg installation failure, git ambiguous argument error (caused by merging commits) and add a workaround for travis commit range bug (#6227) 2017-08-20 17:27:26 +02:00
lint.sh Minetest for C++11 (CMakeLists + Travis) 2017-06-04 09:57:08 +02:00
script.sh Minetest for C++11 (CMakeLists + Travis) 2017-06-04 09:57:08 +02:00
toolchain_mingw.cmake.in Clean up and tweak build system 2015-03-27 15:00:48 -04:00