Skip to content
Snippets Groups Projects
  1. May 16, 2016
  2. May 12, 2016
  3. May 11, 2016
  4. May 05, 2016
  5. May 04, 2016
  6. Apr 29, 2016
  7. Apr 27, 2016
  8. Apr 22, 2016
  9. Apr 21, 2016
  10. Apr 08, 2016
  11. Apr 06, 2016
  12. Apr 05, 2016
    • Jonathan Hanks's avatar
      Updating code to build with newer gcc (4.9.3) and get rid of warnings on newer libc. · c01668ff
      Jonathan Hanks authored
      Updated definition of channel_t to get rid of static variables in anonymous struct warnings.
      
      Added the proper defines (_DEFAULT_SOURCE) to get rid of libc's deprication warnings about _BSD_SOURCE.  This required
      minor code path changes replacing sigseg with sigaction.  The code was already in place, for the
      old potential cygwin port.
      
      Renamed an iteration counter to fix an issue in the nds build where there was variable shadowing.
      
      Updated printf strings for pointers to use %p.
      
      Fixed various pointer casting warnings.
      
      There are still some warnings in the src/gds build process with gcc 4.9.3, those will take more work.
      
      
      git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4170 6dcd42c9-f523-4c6d-aada-af552506706e
      c01668ff
  13. Apr 01, 2016
  14. Mar 29, 2016
  15. Mar 17, 2016
Loading