Jump to page: 1 24  
Page
Thread overview
Renaming DMD File Extensions from C to C++
Feb 02, 2015
Nordlöw
Feb 03, 2015
eles
Feb 03, 2015
deadalnix
Feb 03, 2015
H. S. Teoh
Feb 03, 2015
deadalnix
Feb 03, 2015
H. S. Teoh
Feb 03, 2015
Atila Neves
Feb 04, 2015
deadalnix
Feb 04, 2015
Atila Neves
Feb 04, 2015
deadalnix
Feb 08, 2015
Stefan Koch
Feb 03, 2015
Jacob Carlborg
Feb 04, 2015
Nordlöw
Feb 04, 2015
Daniel Kozak
Feb 04, 2015
Nordlöw
Feb 04, 2015
Daniel Kozak
Feb 04, 2015
Nordlöw
Feb 04, 2015
Dicebot
Feb 04, 2015
Nordlöw
Feb 04, 2015
Nordlöw
Feb 04, 2015
Walter Bright
Feb 04, 2015
Jacob Carlborg
Feb 04, 2015
Daniel Kozak
Feb 04, 2015
deadalnix
Feb 04, 2015
Nordlöw
Feb 04, 2015
deadalnix
Feb 05, 2015
deadalnix
Feb 05, 2015
ketmar
Feb 06, 2015
deadalnix
Feb 07, 2015
ketmar
Feb 07, 2015
Craig Dillabaugh
Feb 08, 2015
ketmar
February 02, 2015
Can we please change the file extensions in DMD from .c to .cpp for C++ sources?
February 03, 2015
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/peivwaklprmaafalbjuw@forum.dlang.org
February 03, 2015
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/peivwaklprmaafalbjuw@forum.dlang.org

Better change them straight to .d! -- Andrei
February 03, 2015
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?
>>
>> http://forum.dlang.org/post/peivwaklprmaafalbjuw@forum.dlang.org
>
> Better change them straight to .d! -- Andrei

https://github.com/deadalnix/SDC/

Care to contribute ?
February 03, 2015
On Tue, Feb 03, 2015 at 01:33:31AM +0000, 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 to .cpp for C++ sources?
> >>
> >>http://forum.dlang.org/post/peivwaklprmaafalbjuw@forum.dlang.org
> >
> >Better change them straight to .d! -- Andrei
> 
> https://github.com/deadalnix/SDC/
> 
> Care to contribute ?

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

-- 
Give me some fresh salted fish, please.
February 03, 2015
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 have on the subject: https://github.com/deadalnix/SDC/issues/55

I can't fix what I don't know is broken.
February 03, 2015
On Tue, Feb 03, 2015 at 01:49:52AM +0000, 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 in my environment, and eventually I gave up.
> >
> >
> >T
> 
> This is the only issue I have on the subject: https://github.com/deadalnix/SDC/issues/55
> 
> I can't fix what I don't know is broken.

OK, I'll file bugs when I get around to trying SDC again. Right now I'm too busy with other things, sorry...


T

-- 
One reason that few people are aware there are programs running the internet is that they never crash in any significant way: the free software underlying the internet is reliable to the point of invisibility. -- Glyn Moody, from the article "Giving it all away"
February 03, 2015
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
February 03, 2015
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
>>>> C++ sources?
>>>
>>> http://forum.dlang.org/post/peivwaklprmaafalbjuw@forum.dlang.org
>>
>> Better change them straight to .d! -- Andrei
>
> https://github.com/deadalnix/SDC/
>
> Care to contribute ?

How would one go about starting to be a contributor?

Atila
February 04, 2015
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) :)
« First   ‹ Prev
1 2 3 4