Re: [ccache] [PATCH] add support for '@' parameters

2012-07-30 Thread Boie, Andrew P
-Original Message- From: joel.rosd...@gmail.com [mailto:joel.rosd...@gmail.com] On Behalf Of Joel Rosdahl + file_args = args_init_from_string(argdata); Isn't args_init_from_string too simplistic for parsing the contents? Oof, yeah you're right. It seems that

Re: [ccache] [PATCH v3] add support for '@' parameters

2012-07-30 Thread Boie, Andrew P
-Original Message- From: Jürgen Buchmüller [mailto:pullm...@t-online.de] Sent: Monday, July 30, 2012 4:46 PM To: Boie, Andrew P Cc: ccache@lists.samba.org Subject: Re: [ccache] [PATCH v3] add support for '@' parameters Am Montag, den 30.07.2012, 16:05 -0700 schrieb Andrew Boie

Re: [ccache] [PATCH v4] add support for '@' parameters

2012-07-30 Thread Boie, Andrew P
Changes from patch set 3: - args_insert() now consumes the arguments to be inserted, the caller doesn't need to subsequently free it. Avoids some strdups - test cases and args_insert use in ccache.c updated to reflect new semantics Andrew -Original Message- From: Boie, Andrew P Sent

[ccache] GCC '@' parameters

2012-07-11 Thread Boie, Andrew P
I've been playing around with using the 3.x series of ccache to speed up Android builds (they by default use an old 2.x prebuilt copy) and have run into an incompatibility where I get 'unsupported compiler option' when the @file parameter is used. Android started using this extensively in Jelly