Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-30Cleanup for version bumpingLaurent Goubet7-42/+104
2014-01-29Change BREEs to Java 1.6 and activate API error for missing descriptionsLaurent Goubet4-473/+473
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-08-19Prepare for version 2.22.2.0M1Mikaël Barbero2-3/+3
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-12checkstyle and findbugsMikaël Barbero3-0/+141
2013-03-11remove warning from build.propertiesMikaël Barbero1-5/+2
2013-03-11move load on demand policy to RCP pluginMikaël Barbero8-437/+3
2013-03-11[399264] Separate pure RCP code from UI and IDE related codeMikaël Barbero14-1325/+43
2013-03-07[401595] Relax constraint on imported packages from Guava toMikaël Barbero1-6/+6
2013-03-07Hunted down remaining references to CacheLaurent Goubet1-2/+2
2013-03-07Adding an EMF Compare specific content-typeLaurent Goubet1-0/+8
2013-03-05change dependency from Guava 10.0.1 to Guava 11.0.2Mikaël Barbero1-6/+6
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 Goubet3-2/+154
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
2013-01-14set API Tooling 'compatibility' and 'version' level to warningMikaël Barbero1-0/+97
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-21Make sure that our source bundles contain the necessary files.Laurent Goubet1-0/+2
2012-11-20remove registry listener when stopping the bundleMikaël Barbero1-0/+1
2012-11-13add load on demand policy extension pointMikaël Barbero8-4/+446
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.lgoubet6-42/+41
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-12upgrade pom.xml, MANIFEST.MF feature.xml versions (3.0.0 for MANIFEST.MFMikaël Barbero1-2/+2
2012-10-12update manifest to 3.0.0 for compare, compare.edit and compare.ideMikaël Barbero2-35/+41

Back to the top