Skip to content
Snippets Groups Projects
  1. Sep 30, 2009
  2. Sep 29, 2009
  3. Sep 25, 2009
    • Christian Kamm's avatar
      Track more macro uses. · 22ed0255
      Christian Kamm authored
      
      In particular macros that are only checked for definition or are
      expanded during the evaluation of an #if or #elif directive are now also
      added to the list available through Document::macroUses().
      
      The names of undefined macros that are interesting (because they're used
      in an #ifdef or a defined(...)) are now available through
      Document::undefinedMacroUses().
      
      Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
      22ed0255
  4. Sep 24, 2009
  5. Sep 23, 2009
  6. Sep 16, 2009
    • Daniel Molkentin's avatar
      Be smarter about macros available from cl.exe. · 37d73f32
      Daniel Molkentin authored
      Some macros are defined not by cl.exe purely, but are pretty standard.
      We add those manually anyway. Also, remove compiler-specific macro
      definitions from the model manager. They should be provided by the tool
      chains only.
      37d73f32
  7. Aug 28, 2009
  8. Aug 20, 2009
  9. Aug 14, 2009
  10. Aug 13, 2009
    • hjk's avatar
      sessionmanager: replace signal sessionUnloaded() by aboutToUnloadSession() · b104b43f
      hjk authored
      sessionUnloaded was sometimes emitted when the session manager was in
      an unsafe state (between delete m_file and  m_file = new ...) leading
      to crashes when slots connected to the signal accessed the sessionmanager
      again. This patch moves the signal emission before  delete m_file.
      
      Reviewed-by: dt
      b104b43f
  11. Aug 04, 2009
  12. Jul 24, 2009
  13. Jul 17, 2009
  14. Jul 14, 2009
  15. Jul 13, 2009
  16. Jul 10, 2009
  17. Jul 06, 2009
  18. Jun 29, 2009
  19. Jun 26, 2009
  20. Jun 18, 2009
  21. Jun 16, 2009
    • con's avatar
      Cherry-pick: Update license headers and sales contact details. · 2919c210
      con authored
      Reviewed-by: Trust Me
      
      Conflicts:
      
      	src/libs/cplusplus/CppBindings.cpp
      	src/libs/cplusplus/CppBindings.h
      	src/libs/cplusplus/FastPreprocessor.cpp
      	src/libs/cplusplus/FastPreprocessor.h
      	src/plugins/cpptools/cppcurrentdocumentfilter.cpp
      	src/plugins/cpptools/cppcurrentdocumentfilter.h
      	src/plugins/cpptools/cppsemanticsearch.cpp
      	src/plugins/cpptools/cppsemanticsearch.h
      	src/plugins/duieditor/parser/qmljs.g
      	src/plugins/duieditor/parser/qmljsast.cpp
      	src/plugins/duieditor/parser/qmljsast_p.h
      	src/plugins/duieditor/parser/qmljsastfwd_p.h
      	src/plugins/duieditor/parser/qmljsastvisitor.cpp
      	src/plugins/duieditor/parser/qmljsastvisitor_p.h
      	src/plugins/duieditor/parser/qmljsengine_p.cpp
      	src/plugins/duieditor/parser/qmljsengine_p.h
      	src/plugins/duieditor/parser/qmljsgrammar.cpp
      	src/plugins/duieditor/parser/qmljsgrammar_p.h
      	src/plugins/duieditor/parser/qmljslexer.cpp
      	src/plugins/duieditor/parser/qmljslexer_p.h
      	src/plugins/duieditor/parser/qmljsmemorypool_p.h
      	src/plugins/duieditor/parser/qmljsnodepool_p.h
      	src/plugins/duieditor/parser/qmljsparser.cpp
      	src/plugins/duieditor/parser/qmljsparser_p.h
      	src/plugins/duieditor/parser/qmljsprettypretty.cpp
      	src/plugins/duieditor/parser/qmljsprettypretty_p.h
      	src/plugins/duieditor/rewriter/rewriter.cpp
      	src/plugins/duieditor/rewriter/rewriter_p.h
      	src/plugins/duieditor/rewriter/textwriter.cpp
      	src/plugins/duieditor/rewriter/textwriter_p.h
      	src/shared/cplusplus/ASTClone.cpp
      	tests/manual/cplusplus/main.cpp
      2919c210
    • Jason McDonald's avatar
      Update license headers and sales contact details. · 884b7af7
      Jason McDonald authored
      Reviewed-by: Trust Me
      884b7af7
  22. Jun 15, 2009
  23. Jun 10, 2009
  24. Jun 04, 2009
  25. Jun 03, 2009
  26. Jun 02, 2009
Loading