All public logs

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽

Combined display of all available logs of OPeNDAP Documentation. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:34, 2 February 2023 Jimg talk contribs created page Better Singleton classes C++ (Created page with "We use lots of Singleton classes in the BES Framework. One issue with that pattern is that memory is usually not returned to the heap before the process exits, leaving tools like valgrind to report the memory as leaked. This is misleading and can be ignored, except that it's a great way to hide ''real'' leaks behind the noise in a sea of false positives. Here's a way around that using C++'s unquie_ptr. ## The basic plan I'll use a real example of this from the BES; the...")