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

From Free Software Directory
Jump to: navigation, search
(New version)
 
Line 14: Line 14:
 
* find-utils: generic find/containment test utilities, optimized for specific containers.
 
* 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).
 
* stream-utils: NEW! i/o stream utilities for reading/writing formatted data (such as CSV).
 +
|Homepage URL=http://code.google.com/p/mili/
 
|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++
 
|Computer languages=C,C++
|Documentation note=
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=bitwise_enums
 
|Related projects=bitwise_enums
 
|Keywords=C++,header,C,subclass,C++ library,header files
 
|Keywords=C++,header,C,subclass,C++ library,header files
|Is GNU=n
+
|Version identifier=17
|Last review by=Kelly Hopkins
+
|Version date=2013/01/28
|Last review date=2009-06-01
+
|Version status=stable
 +
|Version download=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mili/mili-17.tgz
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/03/01
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=8.1
+
|Status=
|Version date=2009-06-01
+
|Is GNU=No
|Version status=stable
+
|License verified date=2009-06-01
|Version download=http://mili.googlecode.com/files/mili-8.1.tgz
+
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License verified by=Kelly Hopkins
 
|License verified date=2009-06-01
 
|License verified date=2009-06-01
|Version comment=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Daniel Gutson
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Daniel Gutson
 
 
|Email=danielgutson@gmail.com
 
|Email=danielgutson@gmail.com
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Marcelo Caro
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Marcelo Caro
 
 
|Email=marcecaro@gmail.com
 
|Email=marcecaro@gmail.com
 
|Resource URL=
 
|Resource URL=
Line 58: Line 55:
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
|Library=c++
 
 
|Use=library
 
|Use=library
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv3orlater
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-06-01
 
}}
 

Latest revision as of 16:41, 1 March 2017


[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





















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.