Skip to content
  1. Nov 24, 2013
  2. Nov 23, 2013
  3. Nov 21, 2013
  4. Nov 17, 2013
  5. Nov 08, 2013
  6. Nov 19, 2013
  7. Nov 17, 2013
  8. Nov 16, 2013
  9. Nov 15, 2013
  10. Oct 14, 2013
    • Vladimír Štill's avatar
      instances: Refactor so that default values and failures are handeld better. · e0228766
      Vladimír Štill authored
      Now:
      - for each list of possible component values, it is specified whether
      there is default value (last) and whether user should be warned if selection
      of one components shadows others (such as POR vs. fairness for DVE).
      - user is warned is component would be selected but is is not compiled in
      (such as POR when compiled with O_SMALL, or missing generator)
      e0228766
    • Vladimír Štill's avatar
      instances: Use traits to proxy information about compile-time selected features. · 5d220627
      Vladimír Štill authored
      The Trait helper class is introduced in definitions.h, it defines boolean
      attributes which respects to compile-time options (such as O_COMPRESSION).
      
      The instance of this class specifiing what is compiled-in can be obtained
      by calling Traits::compiled().
      
      Traits can be then used to specify when will instance be generated, atomic traits
      are given by pointer-to-member of Traits structure which specifies if feature
      is enabled (or by pointer-to-member-function-returning-bool). Those atomic
      traits are wrapped in Traits::Get object, to became traits. Traits can be combined
      using logincal operations !, && and || (see for example traits for Mpi topology).
      5d220627
  11. Oct 12, 2013
  12. Oct 11, 2013
  13. Nov 17, 2013
  14. Nov 16, 2013