public
Description: Generators for C++ projects.
Homepage: http://cplusplus.rubyforge.org
Clone URL: git://github.com/guitsaru/cplusplus.git
name age message
file .gitignore Wed Sep 03 14:43:12 -0700 2008 Added some information. [guitsaru]
file History.txt Wed Aug 27 16:18:37 -0700 2008 Initial Commit [guitsaru]
file License.txt Sun Oct 12 10:04:49 -0700 2008 Updated website and readme [guitsaru]
file Manifest.txt Wed Aug 27 16:18:37 -0700 2008 Initial Commit [guitsaru]
file PostInstall.txt Wed Sep 03 14:43:12 -0700 2008 Added some information. [guitsaru]
file README.textile Fri Oct 17 16:37:19 -0700 2008 textilzing the readme [guitsaru]
file Rakefile Wed Aug 27 16:18:37 -0700 2008 Initial Commit [guitsaru]
directory app_generators/ Sun Oct 12 10:00:31 -0700 2008 Updated website and readme [guitsaru]
directory bin/ Wed Aug 27 16:18:37 -0700 2008 Initial Commit [guitsaru]
directory config/ Mon Sep 29 12:37:03 -0700 2008 Added rubigen dependency [guitsaru]
directory doc/ Sun Oct 12 15:46:13 -0700 2008 Fixed file names in comments [guitsaru]
directory generators/ Sun Oct 12 15:46:13 -0700 2008 Fixed file names in comments [guitsaru]
directory lib/ Sun Oct 12 10:00:31 -0700 2008 Updated website and readme [guitsaru]
directory script/ Wed Aug 27 16:18:37 -0700 2008 Initial Commit [guitsaru]
file setup.rb Wed Aug 27 16:18:37 -0700 2008 Initial Commit [guitsaru]
directory tasks/ Wed Aug 27 16:18:37 -0700 2008 Initial Commit [guitsaru]
directory test/ Wed Aug 27 16:18:37 -0700 2008 Initial Commit [guitsaru]
directory website/ Sun Oct 12 15:46:13 -0700 2008 Fixed file names in comments [guitsaru]
README.textile

cplusplus

http://github.com/guitsaru/cplusplus

Description

Generators for C++ files.

Features

  • Generates C++ files and class files.
  • Includes tests via cppunit.

Note, the makefile generated is very generic and will more than likely need to be changed to to use with any sufficiently sized project.

Synopsis

cplusplus project_name
script/generate class class_name
script/generate file file_name

Build the project with Rake or generate a makefile with rake makefile.

Requirements

  • Need to have cppunit installed for unit tests

Install

  • sudo gem install cplusplus

License

(The MIT License)

Copyright © 2008 Matt Pruitt

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
‘Software’), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.