Skip to content
Snippets Groups Projects
  1. Jan 19, 2016
  2. Mar 05, 2015
  3. Jan 16, 2015
  4. Nov 06, 2014
  5. Oct 09, 2014
  6. Mar 31, 2014
  7. Feb 12, 2014
    • Orgad Shaneh's avatar
      Clean up single namespace forward-declarations · 7ed15760
      Orgad Shaneh authored
      
      Done using the following ruby script:
      
      Dir.glob('**/*.h').each { |file|
        if File.file?(file)
          s = File.read(file)
          t = s.gsub(/^namespace .+ \{\n\s*class .*;\n\s*\}.*$/) { |m| m.gsub(/\n\s*/, ' ').gsub(/\s*\/\/.*$/, '') }
          if t != s
            puts file
            File.open(file, 'w').write(t)
          end
        end
      }
      
      Change-Id: Iffcb966e90eb8e1a625eccd5dd0b94f000ae368e
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      7ed15760
  8. Jan 08, 2014
  9. Apr 10, 2013
  10. Apr 03, 2013
  11. Jan 29, 2013
  12. Oct 05, 2012
  13. Sep 19, 2012
  14. Jul 19, 2012
  15. Mar 12, 2012
  16. Feb 15, 2012
  17. Jan 26, 2012
  18. Dec 08, 2011
  19. Nov 03, 2011
  20. Oct 11, 2011
  21. Jul 06, 2011
  22. May 24, 2011
  23. May 19, 2011
  24. May 06, 2011
  25. Apr 13, 2011
  26. Jan 12, 2011
  27. Dec 17, 2010
  28. Dec 16, 2010
  29. Dec 01, 2010
  30. Sep 24, 2010
  31. Sep 13, 2010
  32. Sep 08, 2010
  33. Aug 12, 2010
  34. Jul 16, 2010
  35. Jul 15, 2010
  36. Jul 09, 2010
  37. Jul 08, 2010
  38. Jul 06, 2010
Loading