Skip to content
Snippets Groups Projects
  1. Apr 15, 2019
  2. Apr 14, 2019
  3. Apr 13, 2019
  4. Apr 12, 2019
  5. Apr 11, 2019
  6. Jan 25, 2019
    • 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
  7. Sep 29, 2018
  8. Sep 28, 2018
  9. Sep 15, 2018
  10. Sep 05, 2018
  11. Sep 03, 2018
  12. Sep 02, 2018
  13. Aug 20, 2018
  14. Aug 16, 2018
  15. Aug 13, 2018
  16. May 05, 2018
  17. Oct 17, 2017
  18. Oct 14, 2017
  19. Jul 31, 2017
  20. Jun 21, 2017
  21. Jun 20, 2017
  22. Nov 29, 2016
  23. Nov 19, 2016
  24. Nov 11, 2016
  25. Sep 27, 2016
    • Jakub Klinkovský's avatar
      Fixed issues reported in compiler warnings · 58e7adde
      Jakub Klinkovský authored
      - base class with non-virtual destructor causes undefined behaviour
      - missing return statements at the end of non-void functions
      - missing const before char* function argument
      - reordered initialization of class members
      - misleading indentation after for statement
      - fixed use of uninitialized variables
      - fixed unsequenced modification and access to variables (the C++
        standard does not define the evaluation order of operands, so
        expressions with side-effects such as j++ cause undefined behaviour)
      58e7adde
  26. Sep 04, 2016
Loading