1. 14 May, 2008 1 commit
    • Kirill Smelkov's avatar
      RFC: constify Cython output all over the place (newbie approach) · 28e39a8c
      Kirill Smelkov authored
      You know, when developing code, it is very tedious to look for meaningful
      errors and warnings in presence of tons of noise like
      
          warning: deprecated conversion from string constant to ‘char*’
      
      And you know what? It seems in the next version of gcc, this deprecation
      warnings will be turned into errors.
      
      ----
      
      Python sources already use 'const' keyword freely, so I think it's time to add
      constify bits all over the place.
      28e39a8c
  2. 24 May, 2008 1 commit
  3. 14 May, 2008 1 commit
  4. 07 Jun, 2008 4 commits
  5. 06 Jun, 2008 11 commits
  6. 05 Jun, 2008 5 commits
  7. 04 Jun, 2008 3 commits
  8. 01 Jun, 2008 2 commits
  9. 30 May, 2008 12 commits