Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-30Cleanup for version bumpingLaurent Goubet5-39/+101
2014-01-28Comment, remove useless warnings, avoid API break2.2.0M5Laurent Goubet1-429/+458
2014-01-28Improve performance of ProjectModelResolverAxel Richard1-6/+4
2013-10-18Comparison fails when files have spaces in their namesLaurent Goubet1-1/+1
2013-06-24[411464] Dot not use a view for the traversal's sets.Laurent Goubet1-1/+12
2013-06-20Prevent logical model from containing multiple starting pointsLaurent Goubet1-11/+26
2013-06-19Cache the dependency graph as Team calls it _a lot_Laurent Goubet2-1/+61
2013-06-18Extract and extend comparison scope builder, minimizer, and resolverLaurent Goubet1-38/+53
2013-04-30Added method to log exceptionsMikaël Barbero1-0/+11
2013-04-29Add progress monitor to logical model resolution.Mikaël Barbero2-45/+92
2013-04-25[406524] call super.start() and super.stop() in class inheriting fromMikaël Barbero1-1/+1
2013-04-19Allow merging of ResourceAttachmentChanges through the UI.Laurent Goubet1-5/+16
2013-04-17We may arrive here with absolute URIs.Laurent Goubet2-2/+7
2013-04-17Bypass logical model when no subscriber is availableLaurent Goubet1-9/+25
2013-03-15[403425] Deadlock during model resolvingcbrun1-3/+8
2013-03-11move load on demand policy to RCP pluginMikaël Barbero5-316/+3
2013-03-11[399264] Separate pure RCP code from UI and IDE related codeMikaël Barbero8-839/+38
2013-03-07Hunted down remaining references to CacheLaurent Goubet1-2/+2
2013-02-13Remove unused field, externalize what should be.Laurent Goubet2-10/+10
2013-02-12fix wrong reference to PLUGIN_IDMikaël Barbero1-2/+2
2013-02-11[400221] More extensible mergers... and use extensions for requirementsLaurent Goubet1-2/+2
2013-01-31[399652] Resolve fragments when resolving using the sync model.Laurent Goubet2-31/+32
2013-01-24[398863] Provide a merge extension mechanismCedric Notot1-0/+122
2012-12-13Log errors, and prepare string externalization.Laurent Goubet3-7/+31
2012-12-13This is internal, and we know we never pass it a null pointer.Laurent Goubet1-6/+0
2012-11-20remove registry listener when stopping the bundleMikaël Barbero1-0/+1
2012-11-13add load on demand policy extension pointMikaël Barbero5-4/+341
2012-11-12authorize load on demand of resources after having minimized the scope.Mikaël Barbero1-12/+3
2012-11-12Externalized the save routine that was copy/pasted in the UI viewers.Laurent Goubet1-0/+38
2012-11-09add javadocMikaël Barbero1-19/+110
2012-11-08Encapsulate all storage manipulation within the sync model.Laurent Goubet3-16/+102
2012-11-08add AccessorRegistry extension point and appropriate extensions forMikaël Barbero1-0/+158
2012-10-31Renaming ResourceTraversal into StorageTraversal to lgoubet4-56/+99
2012-10-31information returned if the logical model resolution failed. Should belgoubet1-1/+8
2012-10-22Lower the number of threads : our bottleneck is the CPU ... it would belgoubet1-1/+1
2012-10-19Make ResourceTraversal, ResourceUtil and StorageURIConverter API.lgoubet5-41/+39
2012-10-19add the ability to use the SyncResourceSet and EMFSynchronizationModelMikaël Barbero1-8/+32
2012-10-19avoid double scheme...lgoubet1-1/+4
2012-10-19Always prevent load : ecore tends to load new resources from the parserlgoubet1-6/+1
2012-10-12Merge branch 'master' into api_embellishmentMikaël Barbero1-1/+3
2012-10-11NEW - bug 389810: Dynamic instance match fails cbrun1-1/+3
2012-10-08Merge branch 'master' into api_embellishmentMikaël Barbero1-3/+86
2012-10-05The resolving call here is quite costly. Try and only resolve what canlgoubet1-3/+86
2012-10-04happy checkstyle (javadoc)Mikaël Barbero3-3/+33
2012-10-04Merge branch 'master' into api_embellishmentMikaël Barbero2-55/+108
2012-10-04API embellishmentMikaël Barbero3-7/+104
2012-10-03Synchronization hell. The smart scope still presented somelgoubet1-42/+78
2012-10-03Use privileged action when trying to set fields/methods accessible.lgoubet1-7/+23
2012-10-03We'll never need to write these fields. Make them final. This allows uslgoubet1-6/+7
2012-10-03logical errorlgoubet1-1/+1

Back to the top