Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-07 | better singleton template | Christian Gmeiner | |
With the old singleton pattern it could happen that two instances are created. See... static T& Instance() { static T m_Instance; return m_Instance; } static T* InstanceP() { static T* m_InstanceP = new T; return m_InstanceP; } | |||
2005-08-02 | Update FSF's address. | scop | |
2005-04-19 | Mass indentation/whitespace cleanup. | scop | |
2005-04-19 | Fix for crash at exit from Marco Schlüßler. | scop | |
2005-04-18 | More indentation settings. | scop | |
2005-04-18 | Add (X)Emacs indentation settings. | scop | |
2005-04-18 | Oops, wrong tree... revert. | scop | |
2005-04-18 | Add (X)Emacs indentation settings. | scop | |
2004-12-07 | source comment updates | austriancoder | |
2004-08-05 | initial import | austriancoder | |