This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign In
MirrorHub
/
construct
Watch
0
Star
0
Fork
You've already forked construct
0
mirror of
https://github.com/matrix-construct/construct
synced
2024-10-31 19:08:59 +01:00
Code
Issues
Releases
Wiki
Activity
7c841e6bdb
construct
/
include
/
ircd
/
.gitignore
6 lines
50 B
Text
Raw
Normal View
History
Unescape
Escape
Refactor repository layout. * librb is no longer a separately configured subproject. * charybdis is now a standalone directory with a binary. * Include path layout now requires a directory ircd/ rb/ etc.
2016-07-01 05:04:00 +02:00
setup.h*
serno.h
Precompile and remove most include directives. Notes: * To benefit from the precompiled-header (PCH) it MUST provide "the first C token." Advantages: Never worry about the include stack again. Remember, this means one less thing for random module developers, community people learning C++, and new developers to deal with. It should reduce the learning curve and barrier for participation. Disadvantages: Makes overall compilation a bit slower, especially without any additional work to improve it again. There are several opportunities, places where the PCH is probably being ignored, etc that can be addressed.
2016-08-15 04:44:16 +02:00
stdinc.pic*
What is the Matrix? Control.
2016-11-29 16:23:38 +01:00
config.h
config.h.in
Reference in a new issue
Copy permalink