Tsuna <tsuna(a)warszawa.lrde.epita.fr> writes:
> On 2006-11-03, Roland Levillain <roland(a)lrde.epita.fr> wrote:
>> Roland Levillain <roland(a)lrde.epita.fr> writes:
>> BTW, is there an option to disable this behavior in Vcs? If not, I
>> suggest adding an option like `--show-space-change' (i.e., the
>> opposite from diff's --ignore-space-change).
>>
>
> Or simply when the diff is empty, diff it again without removing
> white spaces and stuff.
This is not a good workaround for Python sources, though.
(Sinon, lrde.proj est sûrement plus adapté, Tsuna ;-))
--
/!\ My mail address changed, please update your files accordingly.
| À quoi bon user des douzes pieds de Michaël `Micha' Cadilhac |
| l'alexandrin si ces dames s'épuisent cadilh_m - Epita 2007 - CSI |
| au premier pied qu'elles prennent ? JID: micha(a)amessage.be |
`-- - - -- Jacques_Beauheurt - - --'
https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Fix builds using STLPort.
* buildfarm_worker/config.fns: Add -pthread to LDFLAGS when
compiling with STLPort, for it is also a linker flag.
config.fns | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: buildfarm_worker/config.fns
--- buildfarm_worker/config.fns (revision 404)
+++ buildfarm_worker/config.fns (working copy)
@@ -48,7 +48,7 @@
if test -d /usr/include/stlport; then
CXXFLAGS="$CXXFLAGS -I/usr/include/stlport"
fi
- LDFLAGS="-lstlport"
+ LDFLAGS="-pthread -lstlport"
;;
esac
"Nicolas Pouillard" <nicolas.pouillard(a)gmail.com> writes:
> On 10/30/06, Akim Demaille <akim(a)lrde.epita.fr> wrote:
>> >>> "Tsuna" == Tsuna <tsuna(a)warszawa.lrde.epita.fr> writes:
>>
>> > On 2006-10-25, Akim Demaille <akim(a)lrde.epita.fr> wrote:
>> >>
>> >> Ce serait très cool si on pouvait avoir plus de headers, du genre :
>> >>
>> >> X-svn-url
>> >> X-svn-revision
>
> C'est fait dans VCS 0.5 beta10
Au fait, existe-t-il un site qui annonce les nouvelles versions de Vcs
(voire -- ce serait top -- un flux RSS) ?