Skip to content
Snippets Groups Projects
  1. Sep 10, 2009
  2. Sep 08, 2009
  3. Sep 03, 2009
    • dt's avatar
      Fix not trying hard enough to find the correct file on build errors. · 156db185
      dt authored
      If there are multiple files with the same name, then we try harder to
      find the correct one. That is for jom and nmake we have a relative path
      so we try to find a file which matches the relative path completly.
      Instead of just comparing the last part.
      156db185
  4. Aug 27, 2009
    • dt's avatar
      Compile without rtti support · 9f918428
      dt authored
      Since we can easily do that, just do it. No gurantee that we aren't
      going to use rtti in the future.
      9f918428
  5. Aug 14, 2009
  6. Aug 13, 2009
  7. Aug 12, 2009
  8. Aug 11, 2009
  9. Aug 07, 2009
  10. Aug 06, 2009
  11. Jul 31, 2009
  12. Jul 27, 2009
  13. Jul 23, 2009
  14. Jul 20, 2009
  15. Jul 15, 2009
  16. Jul 14, 2009
  17. Jul 13, 2009
  18. Jul 10, 2009
  19. Jul 03, 2009
  20. Jul 02, 2009
    • dt's avatar
      Make msvc and cmake play together. · 40ff6ab2
      dt authored
      Note: This requires a cvs cmake and is not fully tested yet. This adds a
      few missing pieces, so now opening new never built projects without a
      .user file on systems with just one VS installation should work.
      40ff6ab2
    • dt's avatar
      Add msvc support to cmake plugin. Depends on a cvs version of cmake. · 560b0639
      dt authored
      The CodeBlocks - NMake Makefiles generator combination is only available
      in the cvs version of cmake.
      This has not been extensively tested at all.
      560b0639
  21. Jun 30, 2009
    • dt's avatar
      Add all cmake files to the project tree · 7debdc2b
      dt authored
      That is if using a cmake that outputs enough information. The necessary
      patch for that was commited to cmake's cvs recently by Alexander
      Neundorf.
      
      Task-Nr: 250399
      7debdc2b
  22. Jun 24, 2009
  23. Jun 23, 2009
  24. Jun 17, 2009
  25. Jun 16, 2009
    • dt's avatar
      Add a working directory line edit to the cmake run configuration · ddef96ec
      dt authored
      Task-Nr: 254424
      ddef96ec
    • 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
Loading