Skip to content
Snippets Groups Projects
  1. Nov 17, 2015
  2. Nov 15, 2015
    • Christian Engwer's avatar
      Merge branch 'feature/gitlab-readable-contribution-and-licensing-guide' into 'master' · 633391ff
      Christian Engwer authored
      GitLab readable contribution guide, license and README
      
      Adding the `.md` extension enables rendering of the files, which is much nicer.
      
      Also ported the contribution guide from the User Wiki.
      
      Renamed COPYING to LICENSE.md because that is the name that GitLab looks for to display it nicely on the project starting page.
      
      If this one is accepted, I will do the same for the other core modules.
      
      See merge request !5
      633391ff
  3. Nov 13, 2015
  4. Nov 09, 2015
  5. Nov 06, 2015
  6. Nov 05, 2015
    • Carsten Gräser's avatar
      Mention new header priorotytag.hh · d939f910
      Carsten Gräser authored
      d939f910
    • Carsten Gräser's avatar
      [utility] Add PriorityTag class · c8a17dc5
      Carsten Gräser authored
      This allows to give priorities to otherwise ambiguous
      overloads. It's main use is to make multiple overloads
      work, when only some are ruled out via SFINAE. This is
      e.g. used in the concepts check that I'll move to
      dune-common soon.
      
      The implemention is trivial but makes such applications
      more readable and idiomatic compared to other approaches
      where, e.g., null pointers are passed to overloads
      have T* and void* dummy arguments.
      
      Due to it's simplicity a separate header may not be justified,
      but none of the existing seems to fit.
      c8a17dc5
  7. Nov 04, 2015
  8. Nov 02, 2015
  9. Oct 31, 2015
  10. Oct 30, 2015
  11. Oct 26, 2015
  12. Oct 25, 2015
  13. Oct 24, 2015
Loading