Downloadliste

Projektbeschreibung

LogiLogi.org Make is yet another make replacement,
but one that allows you to create your makefile in
C++. A header and footer are added to it, and it's
then compiled using your C++ compiler. Afther that
it's run, and that's the point where your other
sources are being compiled. Thanks to the lakeUsr
extension library (which is included), many
(possibly complex) compile commands can be given
with one simple function call. The lakeUsr library
features compilation of source trees, compilation
of static libraries, installation of libraries and
headers, and cleaning. LogiLogi.org Make was
inspired by Icmake.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-11-23 00:45
0.4.0

Die Bibliothek wurde für lakeExtend Modularität aufgenommen. Funktionalität können nun ersetzt werden und leicht auch zwischen den Aufgaben in einem lakefile eingeschaltet. Die (drastisch umstrukturiert) lakeUsr Bibliothek baut auf lakeExtend und ermöglicht einen einfachen User-Funktionen. Die Einstellungen können nun in 3 Weisen eingestellt werden: von der Kommandozeile aus Konfigurationsdateien, und innerhalb einer lakefile. Quellen wurden zusammen in Dateien gruppiert zur Verringerung der Kompilierung und Wartbarkeit zu verbessern.
Tags: Major feature enhancements
The lakeExtend library was added for modularity. Functionality can now be replaced and switched easily even between tasks in a lakefile. The (drastically restructured) lakeUsr library builds upon lakeExtend and provides easy user functions. Settings can now be set in 3 ways: from the command line, from config files, and from within a lakefile. Sources were grouped together in files to reduce compile time and to improve maintainability.

2005-10-05 19:53
0.3.0

See, das Make-Werkzeug, das Ihr C + +-Compiler für Makefile Erstellung, können nun separate builddirs. In der Tat sind sie für die automatische Erstellung jetzt Standard. Auch Lake erinnert sich heute noch an, welche Datei Zusammenstellung auf der letzten Compiler-Fehler beendet, so kann es von dort beim nächsten Mal wieder neu zu starten. Die Kontrollen für die Notwendigkeit der Erstellung jetzt sind völlig voneinander getrennt, so dass Erweiterungen, die Header-Dateien zu analysieren oder include-Anweisungen sind leicht zu fügen.
Tags: Major feature enhancements
Lake, the make-tool that uses your C++ compiler for makefile compilation, can now use separate builddirs. In fact, they are standard for automatic compilation now. Also, Lake now remembers at which file compilation stopped at the last compile error, so it can restart from there again next time. The checks for the need of compilation are completely separate now, so extensions that parse header files or include directives are easy to add.

2004-12-25 21:02
0.2.2

Lake wurde unter Windows XP getestet mit Cygwin. Ein paar kleine Bugs wurden behoben.
Tags: Code cleanup
Lake has been tested on Windows XP using Cygwin. A
few small bugs have been fixed.

2004-10-21 17:37
0.2.1

Die Abhängigkeit von der Boost-Bibliothek wurde entfernt. Alles, was Sie brauchen, ist ein Compiler jetzt.
Tags: Minor feature enhancements
The dependency on the Boost library has been
removed. All you need is a compiler now.

2004-10-15 16:37
0.2.0

Diese Version benötigt nur einen C + +-Compiler (der GNU C + + Compiler 3.3.3 will do). Die Boost-Bibliothek ist nicht mehr notwendig für den Betrieb LogiLogi.org Stellen.
This release needs only a C++ compiler (the GNU C++ compiler 3.3.3 will
do). The Boost library is no longer necessary for running LogiLogi.org
Make.

Project Resources