summaryrefslogtreecommitdiff
path: root/dxr3singleton.h
AgeCommit message (Collapse)Author
2009-06-15Update copyright boilerplates from http://www.gnu.org/licenses/lgpl-2.1.txt ↵Ville Skyttä
and http://www.gnu.org/licenses/gpl-2.0.txt
2009-06-05update emacs code style partChristian Gmeiner
2009-06-02rework singleton classChristian Gmeiner
2009-01-07better singleton templateChristian 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-02Update FSF's address.scop
2005-04-19Mass indentation/whitespace cleanup.scop
2005-04-19Fix for crash at exit from Marco Schlüßler.scop
2005-04-18More indentation settings.scop
2005-04-18Add (X)Emacs indentation settings.scop
2005-04-18Oops, wrong tree... revert.scop
2005-04-18Add (X)Emacs indentation settings.scop
2004-12-07source comment updatesaustriancoder
2004-08-05initial importaustriancoder