vlp.git
10 years agoMoved comm.h from head to global directory. Fixed compilation of logint. Removed... vlp-8
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.

10 years agogenint1.h is a header file which is used in C and C++ compilation. Make bool typedef...
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.

10 years agoUsing included genint1.h from global directory. Directory global is included using...
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

10 years agoMerged differences between gentin1.h from int and head directory.
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.

10 years agoMoved repeated genint1.h files to the global 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.

10 years agoMoved socu.h to the global directory. Removed all other socu.h files. Added to Makefi...
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.

10 years agoRemoved last of the old makefiles. vlp-5
Rafał Długołęcki [Fri, 5 Jul 2013 21:32:49 +0000 (23:32 +0200)]
Removed last of the old makefiles.

10 years agoRemoved old makefile code.
Rafał Długołęcki [Fri, 5 Jul 2013 21:30:16 +0000 (23:30 +0200)]
Removed old makefile code.

10 years agoMoved install instructions (currently deprecated) to the docs dir.
Rafał Długołęcki [Fri, 5 Jul 2013 21:29:27 +0000 (23:29 +0200)]
Moved install instructions (currently deprecated) to the docs dir.

10 years agoChanged directory structure.
Rafał Długołęcki [Fri, 5 Jul 2013 21:21:22 +0000 (23:21 +0200)]
Changed directory structure.

10 years agoRemoved unused makefiles. vlp-2
Rafał Długołęcki [Fri, 5 Jul 2013 20:40:22 +0000 (22:40 +0200)]
Removed unused makefiles.

10 years agoMade vlp compilable using autotools. Safe checking for dependencies using pkg-config.
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.

10 years agoAdded generated by automake INSTALL file.
Rafał Długołęcki [Tue, 2 Jul 2013 15:06:31 +0000 (17:06 +0200)]
Added generated by automake INSTALL file.

10 years agoCreated default targets. Prepared automake for moc compiler (TODO).
Rafał Długołęcki [Tue, 2 Jul 2013 08:05:21 +0000 (10:05 +0200)]
Created default targets. Prepared automake for moc compiler (TODO).

10 years agoAdded base includes.
Rafał Długołęcki [Mon, 1 Jul 2013 21:57:21 +0000 (23:57 +0200)]
Added base includes.

10 years agoRemoving Makefile from repository. It will be now automatically generated by automake.
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.

10 years agoRemoving automake generated files. Old configure and INSTALL will be replaced with...
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.

10 years agoPreparations for automake build.
Rafał Długołęcki [Mon, 1 Jul 2013 20:23:28 +0000 (22:23 +0200)]
Preparations for automake build.

10 years agoAdded boiler plates for ChangeLog, NEWS and README files.
Rafał Długołęcki [Mon, 1 Jul 2013 20:21:17 +0000 (22:21 +0200)]
Added boiler plates for ChangeLog, NEWS and README files.

10 years agoAdded Authors file so everyone know who is exactly an author.
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.

10 years agoAdded COPYING file so everyone know exactly that this is GPL2+
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+

10 years agoPatched original code so it will compile on new g++
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++

10 years agoMake clean entire project.
Rafał Długołęcki [Mon, 1 Jul 2013 22:37:27 +0000 (00:37 +0200)]
Make clean entire project.

10 years agoAdded Dir to .gitignore list so customizations will not be tracked.
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.

10 years agoRename Dir to Dir sample so custom changes in build configuration 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.

10 years agoRemove generated binary files from build so we want track changes of output programs...
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.

10 years agoUpdate to the newest upstream version. vlp-3 vlp26-qt3
Rafał Długołęcki [Mon, 1 Jul 2013 20:39:48 +0000 (22:39 +0200)]
Update to the newest upstream version.

10 years agoAdded upstream version. initial-upstream vlp26
Rafał Długołęcki [Fri, 28 Jun 2013 08:41:24 +0000 (10:41 +0200)]
Added upstream version.