Skip to content
Snippets Groups Projects
  1. Oct 12, 2015
  2. Sep 02, 2015
  3. Jun 29, 2015
  4. Jun 16, 2015
  5. Jun 03, 2015
  6. Jan 29, 2015
    • Nikolai Kosjar's avatar
      C++: Clean up dev tools · 739cc9f0
      Nikolai Kosjar authored
      
      * Move cplusplus-frontend to src/tools
      * Make them depend on libs/cplusplus instead of building that lib again
      * Put the binaries into bin of the qtcreator build directory
      * Unify *.pro files
      * Build them all if BUILD_CPLUSPLUS_TOOLS is set
      
      Change-Id: I8f9cd731625cbf9f41d5f6464c6cd946ffd6e141
      Reviewed-by: default avatarOrgad Shaneh <orgads@gmail.com>
      739cc9f0
  7. Jan 06, 2015
  8. Sep 02, 2014
  9. Jul 28, 2014
  10. Jul 07, 2014
  11. Jun 26, 2014
  12. May 29, 2014
  13. Feb 27, 2014
  14. Oct 17, 2013
  15. Apr 03, 2013
  16. Mar 07, 2013
  17. Mar 05, 2013
  18. Feb 07, 2013
  19. Jan 31, 2013
    • Orgad Shaneh's avatar
      Update and clean .gitignore · 05026c51
      Orgad Shaneh authored
      
      * Prepend / for directories expected to be in the root directory
      * Append / (and remove trailing *) for entries which are expected
        to be directories
      * Add some qmake-generated directories (.obj, .moc, .uic)
      * Include all exe files in a single rule
      * Add cpaster, sdktool and qtcreator_crash_handler
      * Add all tests binaries
      
      Change-Id: Ic8640cfe2222bc18a16bf18f96ba6733cf50eaa8
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      05026c51
  20. Jan 15, 2013
  21. Dec 04, 2012
  22. Nov 22, 2012
    • Nikolai Kosjar's avatar
      C++: Clean up dev tools. · d0f3d7cb
      Nikolai Kosjar authored
      
      * Add -h and -help options describing the tools and their usage.
      
      * Make the tools compile and run on Windows (MinGW, MSVC).
      
      * Rename project dirs, executables and main source files to more
        meaningful names:
        - Use same base name for project dir, *.pro file, main source file
          and (if applicable) script file.
        - Use the prefix "cplusplus-".
        - The names are now:
            - gen-cpp-ast/generate-ast --> cplusplus-update-frontend
            - mkvisitor --> cplusplus-mkvisitor
            - cplusplus-dump/cplusplus0 --> cplusplus-ast2png
      
      * Get rid of 'c++' shell scripts.
      
      * Get rid of duplicates of 'conf.c++'. Rename to 'pp-configuration.inc'.
      
      * Introduce src/tools/cplusplus-tools-utils containing common stuff
        that is used at least in two tools. 'pp-configuration.inc' can also be
        found here.
      
      * cplusplus-update-frontend:
        - Print file paths of written files to stdout.
        - Convenience: Use default values referencing the appropriate dirs and
          files.
      
      * cplusplus-mkvisitor:
        - Take only one argument, namely the path to AST.h.
        - Convenience: Use default path to AST.h.
      
      * cplusplus-ast2png:
        - Make it run without LD_LIBRARY_PATH.
        - As the name suggests, generate image files in png format (needs
          'dot' from graphviz).
        - Convenience: Read from stdin, which useful for small snippets.
      
      Change-Id: I79c4061fce4a1571c0588dfedd50d4a70715d9df
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@digia.com>
      d0f3d7cb
  23. Oct 30, 2012
  24. Oct 24, 2012
  25. Oct 09, 2012
  26. Jun 20, 2012
  27. May 21, 2012
  28. May 11, 2012
  29. Apr 23, 2012
  30. Apr 17, 2012
  31. Apr 05, 2012
  32. Jan 25, 2012
  33. Oct 14, 2011
  34. Aug 15, 2011
  35. Jul 22, 2011
  36. Jul 05, 2011
  37. Jun 28, 2011
  38. Jun 21, 2011
  39. Apr 04, 2011
  40. Mar 28, 2011
Loading