Skip to content
Snippets Groups Projects
  1. 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
  2. Jan 08, 2014
  3. Apr 10, 2013
  4. Apr 03, 2013
  5. Jan 29, 2013
  6. Oct 05, 2012
  7. Sep 19, 2012
  8. Jul 19, 2012
  9. Mar 12, 2012
  10. Feb 15, 2012
  11. Jan 26, 2012
  12. Dec 08, 2011
  13. Nov 03, 2011
  14. Oct 11, 2011
  15. Jul 06, 2011
  16. May 24, 2011
  17. May 19, 2011
  18. May 06, 2011
  19. Apr 13, 2011
  20. Jan 12, 2011
  21. Dec 17, 2010
  22. Dec 16, 2010
  23. Dec 01, 2010
  24. Sep 24, 2010
  25. Sep 13, 2010
  26. Sep 08, 2010
  27. Aug 12, 2010
  28. Jul 16, 2010
  29. Jul 15, 2010
  30. Jul 09, 2010
  31. Jul 08, 2010
  32. Jul 06, 2010
  33. Jul 05, 2010
  34. Jul 02, 2010
Loading