Skip to content
Snippets Groups Projects
Select Git revision
  • aa3655b7374417b2e9f40812642711f43add72b8
  • master default
  • mingw_gcc44
  • release_ABP1_012
  • release_ABP1_008
  • release_ABP1_006
  • release_ABP1_007
  • release_ABP1_005
  • release_ABP1_004
  • release_ABP1_003
  • pre_release_0.15
  • release_ABP1_001
  • release_ABP1_002
  • pre_release_0.13
  • pre_release_0.14
  • pre_release_0.11
  • pre_release_0.12
  • pre_release_0.10
  • pre_release_0.09
  • pre_release_0.08
20 results

AbstractGraphicsEngine.h

Blame
  • Forked from einsteinathome / graphicsframework
    Source project has a limited visibility.
    • Oliver Bock's avatar
      f327579e
      Fixed BOINC information update · f327579e
      Oliver Bock authored
      * The interface declared in AbstractGraphicsEngine is now implemented in the most specialized class only (to make sure it's called, down the inheritance hierarchy)
      * The abstract or generelized classes (up the hierarchy) got local implementation (protected) which are called by their respective children.
      * Fixed a bug in the old starsphere code. Search marker rendering deleted to much (memory corruption)! Does OpenGL do any boundary checking?
      f327579e
      History
      Fixed BOINC information update
      Oliver Bock authored
      * The interface declared in AbstractGraphicsEngine is now implemented in the most specialized class only (to make sure it's called, down the inheritance hierarchy)
      * The abstract or generelized classes (up the hierarchy) got local implementation (protected) which are called by their respective children.
      * Fixed a bug in the old starsphere code. Search marker rendering deleted to much (memory corruption)! Does OpenGL do any boundary checking?
    setup.py 215 B
    #!/usr/bin/env python
    
    from distutils.core import setup
    
    setup(name='PyFstat',
          version='0.1',
          author='Gregory Ashton',
          author_email='gregory.ashton@ligo.org',
          py_modules=['pyfstat'],
          )