32 Commits (ddfa9af1b857d1242b9ffda97c571c0d18927eeb)

Author SHA1 Message Date
KoynovStas dea219a5e5 --- ver 3.0 --- 2 years ago
KoynovStas 8c600cdcef new: add various PATCH_VERSION processing options 2 years ago
KoynovStas 532587a54f Fix: add soapcpp2_lex.l.patch
On ubuntu 22.04 there is a new Flex/Bison that does not correctly generate files for gsoap.
which, when compiled, produces an error: "multiple definition of `yylval'; soapcpp2-soapcpp2_yacc.o"
This bug has been fixed in gsoap version 2.8.99.
We will update the version of gsoap in the next release, and this patch will be removed!

For more details see: https://sourceforge.net/p/gsoap2/bugs/1269/
2 years ago
KoynovStas e0d44a27bd ref: update mirrors for gSOAP arhive 2 years ago
KoynovStas e7f76b7deb Makefile: add GSOAP_CONFIGURE 5 years ago
KoynovStas cc7ce38b68 Makefile: add alternative links for gsoap arhive fixed #7
sourceforge.net changes URL after the new releases!
I have added alternative links. It should be resolved issue #7
5 years ago
KoynovStas bb1eb0efda Makefile: add GSOAP_VERSION variable 5 years ago
KoynovStas 172106f3b8 Makefile: add GSOAP_INSTALL_DIR variable 5 years ago
KoynovStas 21f887dc7d Makefile: rename GCC -> CC (its standart name for C compiler) 5 years ago
KoynovStas 46ba07be85 Fix:Makefile: set force -j1 to disable parallel build for gsoap 7 years ago
KoynovStas a8270438d9 Fix:Makefile: use for loop in .depend target 7 years ago
KoynovStas 80fb97d1d8 Ref: now we can set extern toolchain (compiller) 7 years ago
KoynovStas b65036023d use gsoap ver 2.8.66 8 years ago
KoynovStas 9f858521d7 Makefile: add rm logs in distclean target 8 years ago
KoynovStas 0c90d67ce0 Makefile: ignore .depend for clean and distclean targets 8 years ago
KoynovStas b3acef1931 --- ver 2.1 --- 8 years ago
KoynovStas cd48a35e15 use gsoap ver 2.8.55 8 years ago
KoynovStas 239dee1fe4 --- ver 2.0 --- 9 years ago
KoynovStas beaba22b3e get_xaddr in dynamic (was only static) 9 years ago
KoynovStas b7ef2c50cf Makefile: Uses new ver of gsoap 2.8.44 (was 2.8.43)
+ Right URL for download
9 years ago
KoynovStas d5f3ef23ba Makefile: Refactoring + support parallel make (see opt -j) 9 years ago
KoynovStas b632cff4b1 ---- ver 1.0 ---- 9 years ago
KoynovStas 98c9212044 Makefile: Refactoring download gsoap.zip 9 years ago
KoynovStas 1bf5256002 Makefile: add option -C for soapcpp2 (only client code) 9 years ago
KoynovStas f33f9d4df4 init: add interface (eth1 for test) in multicast group
We need add interface in multicast group.
If interface is not in group, we will be get error in runtime
9 years ago
KoynovStas 24675dfa17 add client_events.c - handlers for Client events 9 years ago
KoynovStas 86ab6be4a0 add init soap server (build - fail)
For full build need handlers for Client events
9 years ago
KoynovStas de74454754 Makefile: add var GENERATED_DIR 9 years ago
KoynovStas 796f30824f Makefile: add target for generate gsoap sources 9 years ago
KoynovStas d4004a7dbe Makefile: add target distclean
distclean - full clean (clean + delete all SDK files)
9 years ago
KoynovStas 7d7a4f8ffe Makefile: add target gsoap
target gsoap - call function build_gsoap (wget -> unzip -> configure -> make)
9 years ago
KoynovStas 6b9c4d5458 add template for linux daemon application
add template #4 from https://github.com/KoynovStas/daemon_templates
9 years ago