mirror of
https://github.com/coturn/coturn.git
synced 2025-04-19 16:39:24 +08:00
The following changes have been made: 1. Replace deprecated functions with new standard functions 2. Add corresponding MSVC functions for non-standard functions 3. Remove warnings about unsafe functions 4. CMAKE: modify find pack Libevent and openssl 5. Modify include files 6. Use pthread4W 7. Modify socket in windows 8. Add CI - github action 8.1. msvc 8.2. mingw 10. The database: 9.1. sqlite, pgsql, hiredis, mongo is test compiled. 9.2. mysql, isnot test compiled. 11. The applications、server can be compiled and run successfully! 12. Add vcpkg manifest mode in cmake.
86 lines
837 B
Plaintext
86 lines
837 B
Plaintext
/Makefile
|
|
/bin/
|
|
*build*/
|
|
include
|
|
lib
|
|
sqlite
|
|
examples/ca/CA.pl
|
|
.vscode
|
|
.idea
|
|
.vs/
|
|
|
|
# This file is used to ignore files which are generated
|
|
# ----------------------------------------------------------------------------
|
|
|
|
*.bak
|
|
*~
|
|
*.autosave
|
|
*.a
|
|
*.core
|
|
*.moc
|
|
*.o
|
|
*.obj
|
|
*.orig
|
|
*.rej
|
|
*.so
|
|
*.so.*
|
|
*_pch.h.cpp
|
|
*_resource.rc
|
|
*.qm
|
|
.#*
|
|
*.*#
|
|
core
|
|
!core/
|
|
tags
|
|
.DS_Store
|
|
.directory
|
|
*.debug
|
|
/Makefile*
|
|
*.prl
|
|
*.app
|
|
moc_*.cpp
|
|
ui_*.h
|
|
qrc_*.cpp
|
|
Thumbs.db
|
|
*.res
|
|
*.rc
|
|
/.qmake.cache
|
|
/.qmake.stash
|
|
|
|
# qtcreator generated files
|
|
*.pro.user*
|
|
*.user*
|
|
|
|
# xemacs temporary files
|
|
*.flc
|
|
|
|
# Vim temporary files
|
|
.*.swp
|
|
|
|
# Visual Studio generated files
|
|
*.ib_pdb_index
|
|
*.idb
|
|
*.ilk
|
|
*.pdb
|
|
*.sln
|
|
*.suo
|
|
*.vcproj
|
|
*vcproj.*.*.user
|
|
*.ncb
|
|
*.sdf
|
|
*.opensdf
|
|
*.vcxproj
|
|
*vcxproj.*
|
|
|
|
# MinGW generated files
|
|
*.Debug
|
|
*.Release
|
|
|
|
# Python byte code
|
|
*.pyc
|
|
|
|
# Binaries
|
|
# --------
|
|
*.dll
|
|
*.exe
|