This website requires JavaScript.
Explore
Help
Sign In
mrtoth
/
cpp11chat
Watch
1
Star
0
Fork
0
You've already forked cpp11chat
Code
Issues
Pull Requests
Releases
Wiki
Activity
A chat client written as a university project.
32
Commits
1
Branch
0
Tags
32
KiB
C++
100%
e03a3e9aa3
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Kjistóf
e03a3e9aa3
removed code i have written learning boost::asio.
2016-12-03 20:56:07 +01:00
.gitignore
added teszt.cpp to .gitignore -> use this for testing
2016-12-03 13:23:25 +01:00
chat_messages.hpp
made byte(message) helper method constexpr so it is compile time
2016-12-03 14:22:49 +01:00
chat_networking.hpp
added compile time check to cnm for the validity of the supplied policy
2016-12-03 20:56:02 +01:00
check_policy.hpp
implemented a SFINAE compile-time checker for receive policies
2016-12-03 18:44:09 +01:00
CMakeLists.txt
added new source files to CMakeLists.txt and a test config
2016-12-03 13:52:27 +01:00