Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Remote projects in CDT

Here's the status:

What works/Doesn't Work (in HEAD):
   You can create a CDT project on any arbitrary EFS filesystem
   You can open files and the outline view will be populated.
   Pretty much anything beyond that won't work right.

Status of what's being worked on (in my private workspace):
   I have modified the code readers and the preprocessor to work with EFS.
   All scanner tests pass (some still fail due to deadlocks in the project
   model but that is not a result of the changes I've made).
   I have hacked a bit of the path entry stuff so that the scanner info
   provided by the project model hands over URI strings not path strings
   (needed by the scanner and code readers).  This will only currently work
   for the local filesystem.  The path entry stuff and scanner discovery in
   general is a real nightmare so I haven't figured out yet what the right
   way to refactor this is yet.
   Working on fixing the indexer.  Lots of testcases fail there right now
   after my other changes.
   Once the indexer works I will do a code review and subsequently an
   interim checkin.  Then I will work on getting scanner discovery properly
   working for arbitrary filesystems.

===========================

Chris Recoskie
Team Lead, IBM CDT Team
IBM Toronto
http://www.eclipse.org/cdt



                                                                           
             "Mike Wrighton"                                               
             <mike.wrighton@go                                             
             oglemail.com>                                              To 
             Sent by:                  cdt-dev@xxxxxxxxxxx                 
             cdt-dev-bounces@e                                          cc 
             clipse.org                                                    
                                                                   Subject 
                                       [cdt-dev] Remote projects in CDT    
             02/25/2008 05:35                                              
             AM                                                            
                                                                           
                                                                           
             Please respond to                                             
               "CDT General                                                
             developers list."                                             
             <cdt-dev@eclipse.                                             
                   org>                                                    
                                                                           
                                                                           




Hi,

I was just wondering if anyone could tell me what the current status is of
remote project support (where source files are stored and built on a remote
machine) in CDT? I believe the PTP guys are working on some CDT
contributions and that it is currently possible to create CDT projects with
remote files using EFS? Any info would be great.

Thanks,
Mike Wrighton_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top