Re: Renaming DMD File Extensions from C to C++

2015-02-08 Thread ketmar via Digitalmars-d
On Sat, 07 Feb 2015 13:02:58 +, Craig Dillabaugh wrote: On Saturday, 7 February 2015 at 06:23:43 UTC, ketmar wrote: On Fri, 06 Feb 2015 18:48:16 +, deadalnix wrote: Well you are talking for talking, we are waiting on your awesome PRs. easy deal. and i'm waiting for Andrei and Walter

Re: Renaming DMD File Extensions from C to C++

2015-02-08 Thread Stefan Koch via Digitalmars-d
On Tuesday, 3 February 2015 at 01:33:32 UTC, deadalnix wrote: On Tuesday, 3 February 2015 at 00:59:26 UTC, Andrei Alexandrescu wrote: On 2/2/15 4:23 PM, eles wrote: On Monday, 2 February 2015 at 21:51:42 UTC, Nordlöw wrote: Can we please change the file extensions in DMD from .c to .cpp for

Re: Renaming DMD File Extensions from C to C++

2015-02-07 Thread Craig Dillabaugh via Digitalmars-d
On Saturday, 7 February 2015 at 06:23:43 UTC, ketmar wrote: On Fri, 06 Feb 2015 18:48:16 +, deadalnix wrote: Well you are talking for talking, we are waiting on your awesome PRs. easy deal. and i'm waiting for Andrei and Walter preapprovement. i'm not interested in writing code for

Re: Renaming DMD File Extensions from C to C++

2015-02-06 Thread deadalnix via Digitalmars-d
On Thursday, 5 February 2015 at 09:03:40 UTC, ketmar wrote: On Wed, 04 Feb 2015 21:45:01 +, deadalnix wrote: On Monday, 2 February 2015 at 21:51:42 UTC, Nordlöw wrote: Can we please change the file extensions in DMD from .c to .cpp for C++ sources? If I make a PR to make these file

Re: Renaming DMD File Extensions from C to C++

2015-02-06 Thread ketmar via Digitalmars-d
On Fri, 06 Feb 2015 18:48:16 +, deadalnix wrote: Well you are talking for talking, we are waiting on your awesome PRs. easy deal. and i'm waiting for Andrei and Walter preapprovement. i'm not interested in writing code for nothing. ah, and forbidding patch attachements to bugzilla. i'm

Re: Renaming DMD File Extensions from C to C++

2015-02-05 Thread ketmar via Digitalmars-d
On Wed, 04 Feb 2015 21:45:01 +, deadalnix wrote: On Monday, 2 February 2015 at 21:51:42 UTC, Nordlöw wrote: Can we please change the file extensions in DMD from .c to .cpp for C++ sources? If I make a PR to make these file cpp, what are the chances for it to be accepted ? git is

Re: Renaming DMD File Extensions from C to C++

2015-02-04 Thread Atila Neves via Digitalmars-d
On Wednesday, 4 February 2015 at 02:41:11 UTC, deadalnix wrote: On Tuesday, 3 February 2015 at 15:38:06 UTC, Atila Neves wrote: How would one go about starting to be a contributor? Atila I'll start by getting the thing to build, figure out something that is not working and come to me so we

Re: Renaming DMD File Extensions from C to C++

2015-02-04 Thread deadalnix via Digitalmars-d
On Monday, 2 February 2015 at 21:51:42 UTC, Nordlöw wrote: Can we please change the file extensions in DMD from .c to .cpp for C++ sources? If I make a PR to make these file cpp, what are the chances for it to be accepted ? git is capable of tracking renaming, so it should create any

Re: Renaming DMD File Extensions from C to C++

2015-02-04 Thread Nordlöw
On Wednesday, 4 February 2015 at 12:08:18 UTC, Daniel Kozak wrote: Nordlöw via Digitalmars-d píše v St 04. 02. 2015 v 10:25 +: On Monday, 2 February 2015 at 21:51:42 UTC, Nordlöw wrote: Can we please change the file extensions in DMD from .c to .cpp for C++ sources? If someone (maybe

Re: Renaming DMD File Extensions from C to C++

2015-02-04 Thread Nordlöw
On Wednesday, 4 February 2015 at 21:45:02 UTC, deadalnix wrote: On Monday, 2 February 2015 at 21:51:42 UTC, Nordlöw wrote: Can we please change the file extensions in DMD from .c to .cpp for C++ sources? If I make a PR to make these file cpp, what are the chances for it to be accepted ? git

Re: Renaming DMD File Extensions from C to C++

2015-02-04 Thread Nordlöw
On Wednesday, 4 February 2015 at 21:29:17 UTC, Nordlöw wrote: I solved at Project Properties = C/C++ Build = Build command: make ENABLE_DEBUG=1 -j8 Try it out! Thanks once again, D folks. Further, to make expression.c (14klines!) by analyzed Intellisense change the limit at Preferences

Re: Renaming DMD File Extensions from C to C++

2015-02-04 Thread Nordlöw
On Wednesday, 4 February 2015 at 20:48:33 UTC, Daniel Kozak wrote: What do I have to do to make this work? Please help. Project-Properties here select use project settings and setup *.c as c++ source files and *.h as c++ header files than Project-C/C++ Index- Rebuild Thanks. So I

Re: Renaming DMD File Extensions from C to C++

2015-02-04 Thread Dicebot via Digitalmars-d
On Wednesday, 4 February 2015 at 21:16:15 UTC, Nordlöw wrote: BTW: I still can't the debugger to find source information. How and where do I the debug build configuration to call make with ENABLE_DEBUG=1 as argument? I tend to simply edit posix.mak and change CFLAGS there :)

Re: Renaming DMD File Extensions from C to C++

2015-02-04 Thread Nordlöw
On Wednesday, 4 February 2015 at 21:24:22 UTC, Dicebot wrote: On Wednesday, 4 February 2015 at 21:16:15 UTC, Nordlöw wrote: BTW: I still can't the debugger to find source information. How and where do I the debug build configuration to call make with ENABLE_DEBUG=1 as argument? I tend to

Re: Renaming DMD File Extensions from C to C++

2015-02-04 Thread Daniel Kozak via Digitalmars-d
On Wednesday, 4 February 2015 at 20:32:35 UTC, Nordlöw wrote: On Wednesday, 4 February 2015 at 12:08:18 UTC, Daniel Kozak wrote: Nordlöw via Digitalmars-d píše v St 04. 02. 2015 v 10:25 +: On Monday, 2 February 2015 at 21:51:42 UTC, Nordlöw wrote: Can we please change the file extensions

Re: Renaming DMD File Extensions from C to C++

2015-02-04 Thread deadalnix via Digitalmars-d
On Wednesday, 4 February 2015 at 22:41:29 UTC, deadalnix wrote: On Wednesday, 4 February 2015 at 22:09:04 UTC, Nordlöw wrote: On Wednesday, 4 February 2015 at 21:45:02 UTC, deadalnix wrote: On Monday, 2 February 2015 at 21:51:42 UTC, Nordlöw wrote: Can we please change the file extensions in

Re: Renaming DMD File Extensions from C to C++

2015-02-04 Thread Walter Bright via Digitalmars-d
On 2/4/2015 1:24 PM, Dicebot wrote: On Wednesday, 4 February 2015 at 21:16:15 UTC, Nordlöw wrote: BTW: I still can't the debugger to find source information. How and where do I the debug build configuration to call make with ENABLE_DEBUG=1 as argument? I tend to simply edit posix.mak and

Re: Renaming DMD File Extensions from C to C++

2015-02-04 Thread deadalnix via Digitalmars-d
On Wednesday, 4 February 2015 at 22:09:04 UTC, Nordlöw wrote: On Wednesday, 4 February 2015 at 21:45:02 UTC, deadalnix wrote: On Monday, 2 February 2015 at 21:51:42 UTC, Nordlöw wrote: Can we please change the file extensions in DMD from .c to .cpp for C++ sources? If I make a PR to make

Re: Renaming DMD File Extensions from C to C++

2015-02-04 Thread deadalnix via Digitalmars-d
On Wednesday, 4 February 2015 at 09:51:27 UTC, Atila Neves wrote: I guess the issue here is figuring out what does't work! :) Should I just try compiling code with sdc every now and again? I don't even know how much of the language works. The tests help a bit I guess. Atila You should run

Re: Renaming DMD File Extensions from C to C++

2015-02-04 Thread Nordlöw
On Monday, 2 February 2015 at 21:51:42 UTC, Nordlöw wrote: Can we please change the file extensions in DMD from .c to .cpp for C++ sources? If someone (maybe me) is allowed to change this I can complete my PR at https://github.com/D-Programming-Language/dmd/pull/4379 that enables

Re: Renaming DMD File Extensions from C to C++

2015-02-04 Thread Daniel Kozak via Digitalmars-d
Nordlöw via Digitalmars-d píše v St 04. 02. 2015 v 10:25 +: On Monday, 2 February 2015 at 21:51:42 UTC, Nordlöw wrote: Can we please change the file extensions in DMD from .c to .cpp for C++ sources? If someone (maybe me) is allowed to change this I can complete my PR at

Re: Renaming DMD File Extensions from C to C++

2015-02-04 Thread Jacob Carlborg via Digitalmars-d
On 2015-02-04 11:25, Nordlöw wrote: that enables developing DMD in Eclipse with full intellisense and debugging support. Is that not possible to override? I've done that in the Xcode projects, works fine. -- /Jacob Carlborg

Re: Renaming DMD File Extensions from C to C++

2015-02-04 Thread Daniel Kozak via Digitalmars-d
On Wednesday, 4 February 2015 at 13:47:02 UTC, Jacob Carlborg wrote: On 2015-02-04 11:25, Nordlöw wrote: that enables developing DMD in Eclipse with full intellisense and debugging support. Is that not possible to override? I've done that in the Xcode projects, works fine. Of course it

Re: Renaming DMD File Extensions from C to C++

2015-02-03 Thread deadalnix via Digitalmars-d
On Tuesday, 3 February 2015 at 15:38:06 UTC, Atila Neves wrote: How would one go about starting to be a contributor? Atila I'll start by getting the thing to build, figure out something that is not working and come to me so we can have a battle plan (or directly make a PR if this is simple)

Re: Renaming DMD File Extensions from C to C++

2015-02-03 Thread Jacob Carlborg via Digitalmars-d
On 2015-02-02 22:51, Nordlöw wrote: Can we please change the file extensions in DMD from .c to .cpp for C++ sources? Just for the record, this is deprecated in Clang: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated -- /Jacob Carlborg

Re: Renaming DMD File Extensions from C to C++

2015-02-03 Thread Atila Neves via Digitalmars-d
On Tuesday, 3 February 2015 at 01:33:32 UTC, deadalnix wrote: On Tuesday, 3 February 2015 at 00:59:26 UTC, Andrei Alexandrescu wrote: On 2/2/15 4:23 PM, eles wrote: On Monday, 2 February 2015 at 21:51:42 UTC, Nordlöw wrote: Can we please change the file extensions in DMD from .c to .cpp for

Renaming DMD File Extensions from C to C++

2015-02-02 Thread Nordlöw
Can we please change the file extensions in DMD from .c to .cpp for C++ sources?

Re: Renaming DMD File Extensions from C to C++

2015-02-02 Thread H. S. Teoh via Digitalmars-d
On Tue, Feb 03, 2015 at 01:49:52AM +, deadalnix via Digitalmars-d wrote: On Tuesday, 3 February 2015 at 01:39:31 UTC, H. S. Teoh wrote: Did you fix the build problems yet? Or at least make them more robust? The last time I tried to build SDC, I had to manually hack a lot of things to work

Re: Renaming DMD File Extensions from C to C++

2015-02-02 Thread deadalnix via Digitalmars-d
On Tuesday, 3 February 2015 at 00:59:26 UTC, Andrei Alexandrescu wrote: On 2/2/15 4:23 PM, eles wrote: On Monday, 2 February 2015 at 21:51:42 UTC, Nordlöw wrote: Can we please change the file extensions in DMD from .c to .cpp for C++ sources?

Re: Renaming DMD File Extensions from C to C++

2015-02-02 Thread deadalnix via Digitalmars-d
On Tuesday, 3 February 2015 at 01:39:31 UTC, H. S. Teoh wrote: Did you fix the build problems yet? Or at least make them more robust? The last time I tried to build SDC, I had to manually hack a lot of things to work in my environment, and eventually I gave up. T This is the only issue I

Re: Renaming DMD File Extensions from C to C++

2015-02-02 Thread eles via Digitalmars-d
On Monday, 2 February 2015 at 21:51:42 UTC, Nordlöw wrote: Can we please change the file extensions in DMD from .c to .cpp for C++ sources? http://forum.dlang.org/post/peivwaklprmaafalb...@forum.dlang.org

Re: Renaming DMD File Extensions from C to C++

2015-02-02 Thread Andrei Alexandrescu via Digitalmars-d
On 2/2/15 4:23 PM, eles wrote: On Monday, 2 February 2015 at 21:51:42 UTC, Nordlöw wrote: Can we please change the file extensions in DMD from .c to .cpp for C++ sources? http://forum.dlang.org/post/peivwaklprmaafalb...@forum.dlang.org Better change them straight to .d! -- Andrei

Re: Renaming DMD File Extensions from C to C++

2015-02-02 Thread H. S. Teoh via Digitalmars-d
On Tue, Feb 03, 2015 at 01:33:31AM +, deadalnix via Digitalmars-d wrote: On Tuesday, 3 February 2015 at 00:59:26 UTC, Andrei Alexandrescu wrote: On 2/2/15 4:23 PM, eles wrote: On Monday, 2 February 2015 at 21:51:42 UTC, Nordlöw wrote: Can we please change the file extensions in DMD from .c