Loïc HAMOT

Results 17 issues of Loïc HAMOT

For the moment, all header files which have the same name as the cpp are merged with it. Add an option to set the name(s) of headers which have to...

enhancement
prio:high

For now, we can force an object to struct or class, but this is done in the main DPrint file. It would be better to do it in an external...

enhancement
prio:medium

The objective is mainly to convert code calling third-party libraries (espacialy stdlib) - Add possibility to add custom converter in others files. (Not all in MatchContainer) - Add a (lua?)...

enhancement
prio:high

Make the UT framework more extensible. For now, 3 files have to be changed to ad a test case. Find a way to add just one file for new test...

enhancement
prio:medium

Add an option in order to choose if an object become a **struct** or a **class** Default is: - **struct** => **struct** - **class** => **class**

enhancement
prio:medium

The **cpp_std.d** is to give some features that exist in **C++** but are not in **D** (like red-black-tree associative array), in order to help the convertion of **C++** source code....

enhancement
prio:medium

- **_opEquals**_ on classes : override `bool opEquals(Object o)`

enhancement
prio:low

This kind of code doesn't work - `C-style typedef enum {} toto;` - `enum {} toto;`

enhancement
prio:medium