Skip to content
Snippets Groups Projects
  1. Jun 14, 2019
  2. Apr 19, 2019
  3. Apr 15, 2019
  4. Apr 14, 2019
  5. Apr 13, 2019
  6. Apr 12, 2019
  7. Apr 11, 2019
  8. Mar 30, 2019
  9. Mar 28, 2019
  10. Jan 25, 2019
    • Jakub Klinkovský's avatar
      Rewritten TNL::File using std::fstream · c48fe4be
      Jakub Klinkovský authored
      This is much simpler than using the C functions. As a bonus, I/O errors
      throw exceptions.
      c48fe4be
    • Jakub Klinkovský's avatar
      Removed the remaining autotools-like macros HAVE_*_H from tnlConfig.h · 674312d4
      Jakub Klinkovský authored
      TNL is not supposed to have any external dependencies, so an empty
      config file is useless. If some marginal parts of the project (such as
      code for image processing) need to depend on some non-standard library,
      they should be split into a separate module/project so that the
      dependencies can be properly specified.
      
      For now, the macros are specified as compiler parameters. Client
      software using the affected headers will have to do the same.
      674312d4
  11. Dec 26, 2018
  12. Dec 20, 2018
  13. Oct 19, 2018
  14. Oct 04, 2018
Loading