Share

Lazy C++

Code

Programming Languages: C++

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2008-12-06 cvs -d:pserver:anonymous@lazycplusplus.cvs.sourceforge.net:/cvsroot/lazycplusplus login

cvs -z3 -d:pserver:anonymous@lazycplusplus.cvs.sourceforge.net:/cvsroot/lazycplusplus co -P modulename

Show:

What's happening?

  • Lazy C++

    mjspncr committed patchset 23 of module src to the Lazy C++ CVS repository, changing 293 files.

    2008-12-06 22:29:52 UTC by mjspncr

  • Followup: RE: problem with included header file

    Manuel: When Lzz encounters a #include it just records the macros defined in the file. Lzz does not output the #include directive in the generated h or cpp file. Would actually be very hard for it to decide where best to place it . Instead you must be explicit: #hdr // this code goes at the top of the header file, can be anything (but usually include directives) #end #src // this...

    2008-11-09 23:37:22 UTC by mjspncr

  • any plans to add support for pimpl idiom?

    Hi Mike, It would be nice if lzz.exe included support for the "pimpl" idiom, in some way. The idea is that the tedious part of implementing the idiom would be taken care of automatically somehow (I haven't thought about the details, to be honest). Maybe you would have to introduce a new keyword ("__hidden"?) that, when used on class member, would force their inclusion in...

    2008-11-09 15:57:09 UTC by manuel_peinado

  • problem with included header file

    Hi Mike, First all, let me say thanks for your work on the LZZ tool. It's a great idea and for what I've seen so far seems to be neatly implemented. I've only encountered a little problem. I have the following file Test.lzz: // Test.lzz #include "Foo.h" class Test { Foo::Bar x; }; And Foo.h in the same directory: class Foo { public: typedef int...

    2008-11-09 15:53:51 UTC by manuel_peinado

  • Lazy C++

    mjspncr committed patchset 22 of module src to the Lazy C++ CVS repository, changing 37 files.

    2008-11-02 00:54:05 UTC by mjspncr

  • Lazy C++

    mjspncr committed patchset 21 of module src to the Lazy C++ CVS repository, changing 1 files.

    2008-09-29 02:51:08 UTC by mjspncr

  • Lazy C++

    mjspncr committed patchset 20 of module src to the Lazy C++ CVS repository, changing 2 files.

    2008-09-29 01:10:56 UTC by mjspncr

  • Lazy C++

    mjspncr committed patchset 19 of module src to the Lazy C++ CVS repository, changing 2 files.

    2008-09-29 00:40:12 UTC by mjspncr

  • Lazy C++

    mjspncr committed patchset 18 of module src to the Lazy C++ CVS repository, changing 7 files.

    2008-09-29 00:39:20 UTC by mjspncr

  • Lazy C++

    mjspncr committed patchset 17 of module src to the Lazy C++ CVS repository, changing 5 files.

    2008-09-29 00:38:28 UTC by mjspncr

Our Numbers