Difference between revisions of "MiLi- Minimalistic headers-only C++ Library"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=MiLi- Minimalistic headers-only C++ Library |Short description=a collection of useful C++ libraries, composed only by headers. |Full description=MiLi is a collectio...")
 
Line 15: Line 15:
 
* stream-utils: NEW! i/o stream utilities for reading/writing formatted data (such as CSV).
 
* stream-utils: NEW! i/o stream utilities for reading/writing formatted data (such as CSV).
 
|User level=intermediate
 
|User level=intermediate
 +
|Status=Live
 +
|Component programs=
 +
|Homepage URL=http://code.google.com/p/mili/
 +
|VCS checkout command=
 +
|Computer languages=C,C++
 +
|Documentation note=
 +
|Paid support=
 +
|IRC help=
 +
|IRC general=
 +
|IRC development=
 +
|Related projects=bitwise_enums
 +
|Keywords=C++,header,C,subclass,C++ library,header files
 +
|Is GNU=n
 +
|Last review by=Kelly Hopkins
 +
|Last review date=2009-06-01
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=4.1
+
|Version identifier=8.1
|Version date=2009-04-12
+
|Version date=2009-06-01
 
|Version status=stable
 
|Version status=stable
|Version download=http://mili.googlecode.com/files/mili-4.1.tgz
+
|Version download=http://mili.googlecode.com/files/mili-8.1.tgz
|License verified date=2009-04-28
+
|License verified date=2009-06-01
 
|Version comment=
 
|Version comment=
 +
}}
 +
{{Person
 +
|Role=Maintainer
 +
|Real name=Daniel Gutson
 +
|Email=danielgutson@gmail.com
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Role=Maintainer
 +
|Real name=Marcelo Caro
 +
|Email=marcecaro@gmail.com
 +
|Resource URL=
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=Download
 +
|Resource URL=http://code.google.com/p/mili/source/checkout
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
 +
|Library=c++
 +
|Use=library
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
 
|License verified by=Kelly Hopkins
 
|License verified by=Kelly Hopkins
|License verified date=2009-04-28
+
|License verified date=2009-06-01
 
}}
 
}}

Revision as of 09:48, 12 April 2011


[edit]

MiLi- Minimalistic headers-only C++ Library

http://code.google.com/p/mili/
a collection of useful C++ libraries, composed only by headers.

MiLi is a collection of useful C++ libraries, composed only by headers. No installation, no makefile, no complications: just KISS. Simple solutions for simple problems. MiLi includes the following libraries (one header file length each):

  • bitwise-enums: library for type-safe bitwise operations based on enums.
  • pre-pos caller: library for wrapping object methods calls.
  • promotion-disable: library for disabling undesired C++ type conversions.
  • delete-container: deletes the elements of an STL container filled with pointers.
  • factory: provides a simple machinery to create subclasses from a given key.
  • invariants: provides invariants for function arguments and classes.
  • type-mapper: simple type mapping declarations.
  • properties: simple properties implementation.
  • string-utils: UPDATED various string utilities, such as case-insensitive strings and number/text conversions.
  • find-utils: generic find/containment test utilities, optimized for specific containers.
  • stream-utils: NEW! i/o stream utilities for reading/writing formatted data (such as CSV).





Licensing

License

Verified by

Verified on

Notes

Verified by

Kelly Hopkins

Verified on

1 June 2009




Leaders and contributors

Contact(s)Role
Daniel Gutson Maintainer
Marcelo Caro Maintainer


Resources and communication

AudienceResource typeURI
DeveloperDownloadhttp://code.google.com/p/mili/source/checkout


Software prerequisites




Entry












"c++" is not in the list (C, C++, Image-processing, Java, Localization, User-interface, JavaScript, Web) of allowed values for the "Library" property.







Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.