Menu

Tree [197488] master /
 History

HTTPS access


File Date Author Commit
 .gitattributes 2010-10-02 Johns Johns [139d1a] Initial version standard files.
 .gitignore 2010-10-03 Johns Johns [1c0599] core-rc initial version.
 .gitmodules 2010-10-03 Johns Johns [9279d2] Submodule "core-array" added.
 .indent.pro 2010-10-02 Johns Johns [139d1a] Initial version standard files.
 AGPL-v3.0.md 2021-09-25 Johns Johns [50935c] Added LICENSE.md und changed them to markdown f...
 Changelog 2021-09-23 Johns Johns [82d053] Improved documentation, fixed compiler warnings...
 LICENSE.md 2021-09-25 Johns Johns [50935c] Added LICENSE.md und changed them to markdown f...
 Makefile 2021-09-26 Johns Johns [0ac52b] Changes to support new peg 0.1.18.
 README.txt 2021-09-26 Johns Johns [0ac52b] Changes to support new peg 0.1.18.
 core-rc.c 2021-10-01 Johns Johns [05fa9f] Print warning if an unset variable is used.
 core-rc.doxyfile 2021-09-23 Johns Johns [82d053] Improved documentation, fixed compiler warnings...
 core-rc.h 2021-10-09 Johns Johns [197488] Add missing ConfigNewUnsigned.
 core-rc.mk 2010-10-03 Johns Johns [1c0599] core-rc initial version.
 core-rc_parser.c.in 2021-09-26 Johns Johns [0ac52b] Changes to support new peg 0.1.18.
 core-rc_parser.peg 2021-09-26 Johns Johns [0ac52b] Changes to support new peg 0.1.18.
 example.core-rc 2021-09-26 Johns Johns [4cc4ef] A little more examples.
 included.core-rc 2021-09-26 Johns Johns [4cc4ef] A little more examples.

Read Me

@file README.txt		@brief core runtime configuration

Copyright (c) 2009, 2010, 2021 by Lutz Sammer.  All Rights Reserved.

Contributor(s):

License: AGPLv3

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

$Id$

To compile you must have the 'requires' installed.

Quickstart:
-----------

	Type 'make' to create the runtime test application.
	Type './rc_test -c example.core-rc' to run it.
 
Install:
--------
        1a) git

	git clone git://core-rc.git.sourceforge.net/gitroot/core-rc/core-rc
	cd core-rc
	# make should automatic pull the submodules from git.
	make
	./rc_test -c example.core-rc

	2a) tarball

	Download latest version from:
	http://sourceforge.net/projects/core-rc/files/
	tar vxf core-rc-2011-*.tar.bz2
	cd core-rc
	# make should automatic pull the submodules from git.
	make
	./rc_test -c example.core-rc

Documentation:
--------------
	See core-rc.c how to use it in your own project.

Requires:
---------
	core-array
		core general purpose associative array.
		(included in source tarball) or
		http://sourceforge.net/projects/core-array/

Optional:
---------
	peg
		Parsing Expression Grammar - parser generator
		http://piumarta.com/software/peg
		(core-rc_parser.c.in was generated by version 0.1.18
		#pragma used to reduce compiler warnings)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.