mirror of
https://github.com/matrix-construct/construct
synced 2024-11-04 21:08:57 +01:00
61b517ca3c
* 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. |
||
---|---|---|
.. | ||
m_ban.cc | ||
m_die.cc | ||
m_error.cc | ||
m_join.cc | ||
m_kick.cc | ||
m_kill.cc | ||
m_message.cc | ||
m_mode.cc | ||
m_modules.cc | ||
m_nick.cc | ||
m_part.cc | ||
m_quit.cc | ||
m_server.cc | ||
m_squit.cc |