commit e9110fa8dc8935786a14f8810078f34b090e72f6 Author: Jesse van den Kieboom Date: 2011-11-15 Add include dir hack for clang 2.9 This might be a fedora related bug, but libclang does not include the standard include header paths it seems. M src/gcp-c-compile-args.vala commit b42014447ed5361cae943bc73428251e4a5cf385 Author: Jesse van den Kieboom Date: 2011-11-15 Move various tasks to background threads This makes the plugin overall much more responsive M src/gcp-c-backend.vala M src/gcp-c-document.vala M src/gcp-c-semantic-value.vala M src/gcp-c-translation-unit.vala M src/gcp-diagnostic-support.vala M src/gcp-document.vala M src/gcp-semantic-value-support.vala M src/gcp-view.vala commit 4e188d01f3fe85769dc99411e7922c0ee54f7977 Author: Jesse van den Kieboom Date: 2011-11-13 Increase delay before reparsing after inactivity M src/gcp-c-backend.vala commit 355def39bd2502d117196d9d46e353e4bbec590c Author: Jesse van den Kieboom Date: 2011-11-13 Use end_user_action to signal reparse M src/gcp-document.vala commit 7a11a7b34ce346f7b0cc917e8cba09d925c781f9 Author: Jesse van den Kieboom Date: 2011-11-13 Fixed crash in async threads for rescanning makefile M src/gcp-c-compile-args.vala commit 2c618ed3a5968628ac853ab299686e50a8bdfcb9 Author: Jesse van den Kieboom Date: 2011-11-13 Improved finding semantic value definition location for highlighting M src/gcp-view.vala commit 46f8858d4217761e7a75137b11e92c9acbce565e Author: Jesse van den Kieboom Date: 2011-11-13 Added utility to find children of a particular semantic value M src/gcp-semantic-value.vala commit da3d5eef7278185470c49ea1eb46c76c1d269e10 Author: Jesse van den Kieboom Date: 2011-11-13 Use source range/location iter helper functions M src/gcp-document.vala commit 9eaa6fdd8e866a3bf12eee116e8a0699258b3761 Author: Jesse van den Kieboom Date: 2011-11-13 Added helper to get iters from a source range M src/gcp-source-range.vala commit 0c9efbc103a3bf26581a2e0e173a6edcbcb7c617 Author: Jesse van den Kieboom Date: 2011-11-13 Improved getting source location iters M src/gcp-source-location.vala commit 8d5b0fe36648d748f3734ebcb4375215d1462ffc Author: Jesse van den Kieboom Date: 2011-11-13 Scroll cursor in view when moving to refs M src/gcp-view.vala commit b0ec93ec825b54a4a88049755e21b05c7c276069 Author: Ignacio Casal Quinteiro Date: 2011-11-13 Release 0.1.1 M NEWS M configure.ac