1. 16 Jul, 2014 1 commit
  2. 15 Jul, 2014 4 commits
  3. 14 Jul, 2014 5 commits
  4. 09 Jul, 2014 16 commits
  5. 06 Jun, 2014 2 commits
  6. 04 Jun, 2014 2 commits
  7. 03 Jun, 2014 5 commits
  8. 30 May, 2014 3 commits
  9. 24 May, 2014 1 commit
  10. 21 May, 2014 1 commit
    • Dominik Charousset's avatar
      Reorganized configure options · cba2a079
      Dominik Charousset authored
      Due to ongoing problems with Boost on Linux distributions, this patch disables
      Boost support by default, i.e., turns context-switching off. Users can enable
      it explicitly by using `--enable-context-switching`. The old configure options
      to disable this feature explicitly are now deprecated. Furthermore,
      `--with-opencl` is replaced by `--enable-opencl` and
      `--disable-context-switching` is replaced by `--no-context-switching`. This
      change implements a more consistent naming scheme. The old option names are
      still valid, but give a deprecated warning to the user and will be removed in
      the future.
      cba2a079