Rafał Długołęcki [Sun, 14 Jul 2013 11:15:44 +0000 (13:15 +0200)]
vlp-10 Using coding style in lognet.
Rafał Długołęcki [Fri, 12 Jul 2013 21:01:20 +0000 (23:01 +0200)]
vlp-10 Using coding style in loghelp.
Rafał Długołęcki [Fri, 12 Jul 2013 19:57:24 +0000 (21:57 +0200)]
Removed duplicate of genint.h
Rafał Długołęcki [Fri, 12 Jul 2013 19:56:46 +0000 (21:56 +0200)]
vlp-10 Using coding style in genint.h and comm.h
Rafał Długołęcki [Fri, 12 Jul 2013 19:41:18 +0000 (21:41 +0200)]
vlp-10 Using coding style in logedit.
Rafał Długołęcki [Fri, 12 Jul 2013 15:27:42 +0000 (17:27 +0200)]
Cutting lines before passing 80 characters a row in logcomp.
Rafał Długołęcki [Fri, 12 Jul 2013 15:11:13 +0000 (17:11 +0200)]
vlp-10 Using coding style in logcomp.
Rafał Długołęcki [Fri, 12 Jul 2013 08:09:14 +0000 (10:09 +0200)]
vlp-10 Using coding style in lgconfig.
Rafał Długołęcki [Fri, 12 Jul 2013 07:59:47 +0000 (09:59 +0200)]
Fixed compile errors in kernel.
Rafał Długołęcki [Fri, 12 Jul 2013 06:50:54 +0000 (08:50 +0200)]
Fixed all indents. Made spaces in conditionals. Tried to limit line with to 80 characters.
Rafał Długołęcki [Thu, 11 Jul 2013 16:36:57 +0000 (18:36 +0200)]
vlp-10 Replaced spaces with tabs in kernel.cpp
Rafał Długołęcki [Thu, 11 Jul 2013 09:25:14 +0000 (11:25 +0200)]
Additional cleaning functions.
Rafał Długołęcki [Thu, 11 Jul 2013 09:15:34 +0000 (11:15 +0200)]
Automatically binding targets to the correct (hardcoded for now) paths.
Rafał Długołęcki [Thu, 11 Jul 2013 08:36:46 +0000 (10:36 +0200)]
Fixes: vlp-17.
Using libconfig in lgconfig.
Changed host config variable to array type.
Changes in kernel and lognet so hosts array type will be read correctly.
Rafał Długołęcki [Wed, 10 Jul 2013 15:13:25 +0000 (17:13 +0200)]
Fixes vlp-14. Added to --with-moc-compiler(...) options, how it arguments should be passed.
Rafał Długołęcki [Wed, 10 Jul 2013 14:49:39 +0000 (16:49 +0200)]
Removed back AppConfiguration class. Postponed its implementation.
Rafał Długołęcki [Wed, 10 Jul 2013 14:28:25 +0000 (16:28 +0200)]
Fixed possible buffer overflows. Moved config_init past checking if config file exists.
Rafał Długołęcki [Wed, 10 Jul 2013 12:44:30 +0000 (14:44 +0200)]
Fixes vlp-12.
Replaced custom config file reader with libconfig implementation. Created stub class for future changes in config reader.
Rafał Długołęcki [Sun, 7 Jul 2013 23:17:38 +0000 (01:17 +0200)]
Moved comm.h from head to global directory. Fixed compilation of logint. Removed many unused makefile directives.
Rafał Długołęcki [Sun, 7 Jul 2013 23:13:25 +0000 (01:13 +0200)]
genint1.h is a header file which is used in C and C++ compilation. Make bool typedef to occur only in C compilation.
Rafał Długołęcki [Sun, 7 Jul 2013 20:02:09 +0000 (22:02 +0200)]
Using included genint1.h from global directory. Directory global is included using AM_CXXFLAGS in Makefile.am
Rafał Długołęcki [Sun, 7 Jul 2013 20:00:46 +0000 (22:00 +0200)]
Merged differences between gentin1.h from int and head directory.
Rafał Długołęcki [Sun, 7 Jul 2013 19:48:24 +0000 (21:48 +0200)]
Moved repeated genint1.h files to the global directory.
Rafał Długołęcki [Sun, 7 Jul 2013 19:39:59 +0000 (21:39 +0200)]
Moved socu.h to the global directory. Removed all other socu.h files. Added to Makefile.am appropriate include directive so nothing will be changed in source code.
Added -f to the clean hook so there will be no problems with cleaning non-existing files.
Rafał Długołęcki [Fri, 5 Jul 2013 21:32:49 +0000 (23:32 +0200)]
Removed last of the old makefiles.
Rafał Długołęcki [Fri, 5 Jul 2013 21:30:16 +0000 (23:30 +0200)]
Removed old makefile code.
Rafał Długołęcki [Fri, 5 Jul 2013 21:29:27 +0000 (23:29 +0200)]
Moved install instructions (currently deprecated) to the docs dir.
Rafał Długołęcki [Fri, 5 Jul 2013 21:21:22 +0000 (23:21 +0200)]
Changed directory structure.
Rafał Długołęcki [Fri, 5 Jul 2013 20:40:22 +0000 (22:40 +0200)]
Removed unused makefiles.
Rafał Długołęcki [Fri, 5 Jul 2013 20:39:46 +0000 (22:39 +0200)]
Made vlp compilable using autotools. Safe checking for dependencies using pkg-config.
Rafał Długołęcki [Tue, 2 Jul 2013 15:06:31 +0000 (17:06 +0200)]
Added generated by automake INSTALL file.
Rafał Długołęcki [Tue, 2 Jul 2013 08:05:21 +0000 (10:05 +0200)]
Created default targets. Prepared automake for moc compiler (TODO).
Rafał Długołęcki [Mon, 1 Jul 2013 21:57:21 +0000 (23:57 +0200)]
Added base includes.
Rafał Długołęcki [Mon, 1 Jul 2013 20:27:59 +0000 (22:27 +0200)]
Removing Makefile from repository. It will be now automatically generated by automake.
Rafał Długołęcki [Mon, 1 Jul 2013 20:26:13 +0000 (22:26 +0200)]
Removing automake generated files. Old configure and INSTALL will be replaced with ones automatically generated by automake.
Rafał Długołęcki [Mon, 1 Jul 2013 20:23:28 +0000 (22:23 +0200)]
Preparations for automake build.
Rafał Długołęcki [Mon, 1 Jul 2013 20:21:17 +0000 (22:21 +0200)]
Added boiler plates for ChangeLog, NEWS and README files.
Rafał Długołęcki [Mon, 1 Jul 2013 20:20:05 +0000 (22:20 +0200)]
Added Authors file so everyone know who is exactly an author.
Rafał Długołęcki [Mon, 1 Jul 2013 20:17:01 +0000 (22:17 +0200)]
Added COPYING file so everyone know exactly that this is GPL2+
Rafał Długołęcki [Mon, 1 Jul 2013 22:37:57 +0000 (00:37 +0200)]
Patched original code so it will compile on new g++
Rafał Długołęcki [Mon, 1 Jul 2013 22:37:27 +0000 (00:37 +0200)]
Make clean entire project.
Rafał Długołęcki [Mon, 1 Jul 2013 22:35:54 +0000 (00:35 +0200)]
Added Dir to .gitignore list so customizations will not be tracked.
Rafał Długołęcki [Mon, 1 Jul 2013 22:34:41 +0000 (00:34 +0200)]
Rename Dir to Dir sample so custom changes in build configuration will not be tracked.
Rafał Długołęcki [Mon, 1 Jul 2013 22:33:13 +0000 (00:33 +0200)]
Remove generated binary files from build so we want track changes of output programs in repository.
Rafał Długołęcki [Mon, 1 Jul 2013 20:39:48 +0000 (22:39 +0200)]
Update to the newest upstream version.
Rafał Długołęcki [Fri, 28 Jun 2013 08:41:24 +0000 (10:41 +0200)]
Added upstream version.