Re: [dev] caching build objects in scons

2018-11-29 Thread Mats Wichmann
On 11/29/18 12:01 PM, Gregg Reynolds wrote: > On Thu, Nov 1, 2018, 4:45 PM Mats Wichmann ... > >> >> For developers to share builds using the scons sharing scheme, they have >> to share a machine; who does that any more? Well, I know it happens... >> but when your codevelopers are halfway aroun

Re: [dev] caching build objects in scons

2018-11-29 Thread Gregg Reynolds
On Thu, Nov 1, 2018, 4:45 PM Mats Wichmann > For developers to share builds using the scons sharing scheme, they have > to share a machine; who does that any more? Well, I know it happens... > but when your codevelopers are halfway around the world and their build > machines are behind corporate

Re: [dev] caching build objects in scons

2018-11-07 Thread George Nash
1:07 PM To: iotivity-dev@lists.iotivity.org Subject: Re: [dev] caching build objects in scons On 10/30/18 4:59 PM, Mats Wichmann wrote: > On 10/30/18 4:21 PM, Nash, George wrote: >> Using a cached build sounds like a good idea on paper. as I continued the discussion of the general topi

Re: [dev] caching build objects in scons

2018-11-01 Thread George Nash
: Gregg Reynolds [mailto:d...@mobileink.com] Sent: Thursday, November 1, 2018 1:32 PM To: Nash, George Cc: Mats Wichmann ; iotivity-dev Subject: Re: [dev] caching build objects in scons On Tue, Oct 30, 2018, 5:21 PM George Nash mailto:george.n...@intel.com>> wrote: Using a cached build sound

Re: [dev] caching build objects in scons

2018-11-01 Thread Mats Wichmann
On 11/1/18 2:52 PM, Gregg Reynolds wrote: > On Mon, Oct 29, 2018, 6:30 PM Mats Wichmann wrote: > >> >> Hi, folks. I'm still around even if not very active, wanted to run >> something by you all. >> >> While working on the scons project, something else I do on the side, I >> notice people keep as

Re: [dev] caching build objects in scons

2018-11-01 Thread Gregg Reynolds
On Mon, Oct 29, 2018, 6:30 PM Mats Wichmann wrote: > > Hi, folks. I'm still around even if not very active, wanted to run > something by you all. > > While working on the scons project, something else I do on the side, I > notice people keep asking about the caching capabilities of SCons. Some >

Re: [dev] caching build objects in scons

2018-11-01 Thread Gregg Reynolds
On Tue, Oct 30, 2018, 5:21 PM George Nash wrote: > Using a cached build sounds like a good idea on paper. > > I honestly have only worked on projects that do not use a cached build. > For a very long time I wanted to move to a build that used a cached build > to speed up the build. After a few ye

Re: [dev] caching build objects in scons

2018-10-31 Thread Mats Wichmann
On 10/30/18 4:59 PM, Mats Wichmann wrote: > On 10/30/18 4:21 PM, Nash, George wrote: >> Using a cached build sounds like a good idea on paper. as I continued the discussion of the general topic on the scons forum, a developer who implemented caching for the build of MongoDB, which is built using S

Re: [dev] caching build objects in scons

2018-10-30 Thread Mats Wichmann
On 10/30/18 4:21 PM, Nash, George wrote: > Using a cached build sounds like a good idea on paper. > > I honestly have only worked on projects that do not use a cached build. For a > very long time I wanted to move to a build that used a cached build to speed > up the build. After a few years, I

Re: [dev] caching build objects in scons

2018-10-30 Thread George Nash
: IoTivity Developer List Subject: [dev] caching build objects in scons Hi, folks. I'm still around even if not very active, wanted to run something by you all. While working on the scons project, something else I do on the side, I notice people keep asking about the caching capabilities

[dev] caching build objects in scons

2018-10-29 Thread Mats Wichmann
Hi, folks. I'm still around even if not very active, wanted to run something by you all. While working on the scons project, something else I do on the side, I notice people keep asking about the caching capabilities of SCons. Some are able to use it to considerable benefit. Tl:dr version of c