[Lazarus] Is the whole of Lazarus-CCR moving to Github?

2016-11-23 Thread Graeme Geldenhuys via Lazarus
Hi, Two days ago I got an invite to join the Lazarus CCR organization on Github - probably because I'm the maintainer of DCPCrypt on Lazarus CCR on SourceForge. The invitation came from 'lainz'. Umm, I wanted to post the GitHub link, now I see they hid (or removed) all the repositories. https

Re: [Lazarus] Is the whole of Lazarus-CCR moving to Github?

2016-11-23 Thread Juha Manninen via Lazarus
On Wed, Nov 23, 2016 at 1:05 PM, Graeme Geldenhuys via Lazarus wrote: > What is going on? :) Lainz got over-enthusiastic and forked the whole CCR repo. Later the forks were deleted and the lazarusccr GitHub organization was recreated. Now it is for projects for anybody who wants to maintain stuff

Re: [Lazarus] Is the whole of Lazarus-CCR moving to Github?

2016-11-23 Thread Graeme Geldenhuys via Lazarus
On 2016-11-23 13:13, Juha Manninen via Lazarus wrote: > Now it is for projects for anybody who wants to maintain stuff there. Thanks for explaining. You guys do realise that SourceForge does support Git repositories, and in fact DCPCrypt is already in a Git repository in Lazarus-CCR on SourceForg

Re: [Lazarus] Is the TODO list working?

2016-11-23 Thread silvioprog via Lazarus
Oops, On Tue, Nov 22, 2016 at 11:46 PM, silvioprog wrote: [...] > Can you do more two tests?: > I meant "could you do more two tests?". ^^' -- Silvio Clécio -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/list

Re: [Lazarus] Is the TODO list working?

2016-11-23 Thread silvioprog via Lazarus
On Tue, Nov 22, 2016 at 6:34 PM, Bart via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On 11/22/16, Mattias Gaertner via Lazarus > wrote: > > > http://wiki.lazarus.freepascal.org/IDE_Window:_ToDo_List > > Most of my ToDo's are in //ToDo: format, which I see is not handled. > > I must admit

Re: [Lazarus] Is the TODO list working?

2016-11-23 Thread Marcos Douglas B. Santos via Lazarus
On Wed, Nov 23, 2016 at 1:06 AM, silvioprog via Lazarus wrote: > I can see three valid TODOs (please see attached picture), but only when I > add the unit to the lpi. The problem happen when I have the unit declared > only in the lpr uses clause. > > So, for Delphi compatibility it should look TOD

[Lazarus] Cannot cross build from Linux x86_64 to i386

2016-11-23 Thread Leonardo M. Ramé via Lazarus
Hi, I've built FPC 3.1.1 (ppc386) from trunk then I'm trying to build a project from Lazarus and I'm getting this: /usr/lib32/libc_nonshared.a(elf-init.oS): En la función `__libc_csu_init': I'm on XUbuntu 16.04 64bits. P.S.: I created /usr/bin/i386-linux-as with this content: #!/bin/bash as

Re: [Lazarus] Cannot cross build from Linux x86_64 to i386

2016-11-23 Thread Leonardo M. Ramé via Lazarus
El 23/11/16 a las 15:27, Leonardo M. Ramé via Lazarus escribió: Hi, I've built FPC 3.1.1 (ppc386) from trunk then I'm trying to build a project from Lazarus and I'm getting this: /usr/lib32/libc_nonshared.a(elf-init.oS): En la función `__libc_csu_init': I'm on XUbuntu 16.04 64bits. P.S.: I c

Re: [Lazarus] Is the TODO list working?

2016-11-23 Thread Mattias Gaertner via Lazarus
On Wed, 23 Nov 2016 00:06:33 -0300 silvioprog via Lazarus wrote: >[...] > So, for Delphi compatibility it should look TODOs in the opened units at > the source editor tabs too. Feel free to add an option to search in source editor units too. Mattias -- _

Re: [Lazarus] Is the TODO list working?

2016-11-23 Thread Mattias Gaertner via Lazarus
On Tue, 22 Nov 2016 22:34:30 +0100 Bart via Lazarus wrote: > On 11/22/16, Mattias Gaertner via Lazarus > wrote: > > > http://wiki.lazarus.freepascal.org/IDE_Window:_ToDo_List > > Most of my ToDo's are in //ToDo: format, which I see is not handled. I updated the wiki page. It supports //,

Re: [Lazarus] Is the TODO list working?

2016-11-23 Thread Mattias Gaertner via Lazarus
On Wed, 23 Nov 2016 16:15:39 -0200 "Marcos Douglas B. Santos via Lazarus" wrote: >[...] > Perhaps search in all path that project uses. > I have many projects with no unit included. I just point paths. It now searches in all used project units, excluding used packages. Formerly it only searched