Skip to content
  1. Jan 05, 2008
  2. Jan 04, 2008
  3. Jan 02, 2008
  4. Dec 30, 2007
  5. Dec 29, 2007
  6. Dec 17, 2007
  7. Dec 14, 2007
  8. Dec 13, 2007
  9. Dec 03, 2007
  10. Nov 27, 2007
  11. Nov 23, 2007
  12. Nov 22, 2007
  13. Nov 21, 2007
    • Chuck Rose III's avatar
    • 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
  14. Nov 20, 2007
  15. Nov 19, 2007
  16. Nov 18, 2007
  17. Nov 14, 2007
  18. Nov 13, 2007
  19. Nov 12, 2007
  20. Nov 11, 2007
  21. Nov 10, 2007
  22. Nov 07, 2007
  23. Nov 02, 2007
  24. Oct 24, 2007
  25. Oct 18, 2007
  26. Oct 17, 2007
Loading