Skip to content
  1. Mar 22, 2008
  2. Mar 14, 2008
  3. Mar 13, 2008
  4. Mar 12, 2008
  5. Mar 03, 2008
  6. Feb 27, 2008
  7. Feb 22, 2008
  8. Feb 20, 2008
  9. Feb 15, 2008
  10. Feb 13, 2008
  11. Feb 04, 2008
  12. Jan 29, 2008
  13. Jan 24, 2008
  14. Jan 09, 2008
  15. Dec 29, 2007
  16. Dec 22, 2007
  17. Dec 18, 2007
  18. Dec 08, 2007
  19. Dec 03, 2007
  20. Nov 21, 2007
    • Chuck Rose III's avatar
      This change does a couple of things. First it gets the Visual Studio builds working. · 07b57d26
      Chuck Rose III authored
      I added the lexing files to the VStudio projects and removed the .l files from the 
      VStudio projects.  There was a problem with use of strtoll in TGLexer.cpp and Chris
      suggested switching to strtol, so that's included here.
      
      Additionally, this checkin adds minimal x64 builds to the VStudio builds.  Build issues
      related to x64 in the windows specific files for DynamicLibrary.inc and Singals.inc
      are worked around, but not ultimately solved.  Binaries used to be stored in
      
      ...\win32\{Debug|Release}
      
      but are now kept in
      
      ...\win32\bin\{win32|x64}\{Debug|Release}
      
      intermediate files will continue to be stored in the individual project directories under 
      win32.  
      
      Some names will likely change in the future to reflect that the vstudio projects
      are no longer 32-bit only, but I wanted to get things up and running today so kept away
      from bigger restructuring.
      
      llvm-svn: 44260
      07b57d26
  21. Nov 01, 2007
  22. Sep 28, 2007
  23. Sep 14, 2007
  24. Sep 07, 2007
  25. Jul 31, 2007
  26. Jul 06, 2007
  27. Jul 05, 2007
  28. Jun 25, 2007
  29. Jun 04, 2007
  30. May 11, 2007
Loading