VirtualBox

source: vbox/trunk/src/VBox/Main/webservice/Makefile.kmk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106061   5 months vboxsync Copyright year updates by scm.
(edit) @99040   23 months vboxsync *.kmk: Applied scm with new indenting of multiline variable/function …
(edit) @99029   23 months vboxsync *.kmk: Command indent fixes by scm. bugref:10348
(edit) @98431   2 years vboxsync Main/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98430   2 years vboxsync webservices/Makefile.kmk: Removed unused find_java_files variable. …
(edit) @98241   2 years vboxsync *.kmk,configure*: s/VBOX_OPENSSL2/VBoxOpenSsl/ …
(edit) @98233   2 years vboxsync Main/webservices/Makefile.kmk: s/VBOXWEBR3EXE/VBoxWebR3Exe/ bugref:10348
(edit) @98187   2 years vboxsync *.kmk: s/VBOXMAINCLIENTEXE/VBoxMainClientExe/ bugref:10348
(edit) @98128   2 years vboxsync *.kmk: s/VBOXR3EXE/VBoxR3Exe/ bugref:10348
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97709   2 years vboxsync Main/glue-java.xsl, Main/VirtualBox.xidl: Eliminate the use of the …
(edit) @97687   2 years vboxsync Main/webservice: Fix Java 8 version check.
(edit) @97686   2 years vboxsync Main/glue-java.xsl: Avoid "summary" attribute for "table" tags since …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95954   3 years vboxsync webservices/Makefile.kmk: Use $(rversortfiles) to find gsoap as the …
(edit) @95283   3 years vboxsync /Config.kmk,webservices: Apply -fno-printf-return-value to try prevent …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @85121   5 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84490   5 years vboxsync webservices/Makefile.kmk: Remove PATH_ROOT from the VBOXWEB_OTHERS list.
(edit) @84411   5 years vboxsync *.kmk: VC++ 14.0 adjustments (just follow where 14.1 leads). bugref:8489
(edit) @83889   5 years vboxsync webservice/Makefile.kmk: VC++ 14.1 release build adjuments. bugref:8489
(edit) @83817   5 years vboxsync webservice: VC++ 14.1 adjustments. bugref:8489
(edit) @83652   5 years vboxsync webservices: Heed VBOX_WITHOUT_PRECOMPILED_HEADERS.
(edit) @83223   5 years vboxsync webservice: Strip inline functions from soapH.h and put them in …
(edit) @83214   5 years vboxsync Webservices warning fixes (gcc 9.2).
(edit) @83213   5 years vboxsync webservices/Makefile.kmk: Don't split soap for gcc 9.2+. Ignore …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @79329   6 years vboxsync Main/vboxsoap: Build fix.
(edit) @77066   6 years vboxsync Config.kmk, webservice/Makefile.kmk: more Java webservice fixing for …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @75909   6 years vboxsync webservice/Makefile.kmk: Would be interesting to see how enabling some …
(edit) @75908   6 years vboxsync webservice/Makefile.kmk: Use -O0 as -O1 makes little (if any) …
(edit) @75904   6 years vboxsync web services: Try reduce opimizations of vboxsoap and vboxwebsrv for …
(edit) @75902   6 years vboxsync web services: Backed out r127102 as it break the windows build (debug).
(edit) @75898   6 years vboxsync Solaris build fix - less gcc optimisations building gSOAP
(edit) @75794   6 years vboxsync tools: gSOAP 2.8.72, with changed directory names of our self-built …
(edit) @73505   6 years vboxsync Main,Config.kmk: GCC 8.2.0 fixes
(edit) @71822   7 years vboxsync Config.kmk, Main/webservice: add javac version detection (needed …
(edit) @69846   7 years vboxsync webservice/Makefile.kmk: Added VBOX_WITH_SOAP_NOT_PARALLEL tweak.
(edit) @69773   7 years vboxsync vboxsoap: Increased the number of file we split soapC.cpp up into in …
(edit) @69111   7 years vboxsync (C) year
(edit) @69038   7 years vboxsync Main/webservice: disable a recent gcc warning. bugref:8192: gcc …
(edit) @66832   8 years vboxsync Main: Adjustments for Visual C++ v12 / Visual Studio 2013. New warnings.
(edit) @64069   8 years vboxsync Main/webservice: don't warn about misleading indentation as gcc 6.2 …
(edit) @64067   8 years vboxsync removed VBOX_BLEEDING_EDGE (never used)
(edit) @64017   8 years vboxsync Runtime/Main/webservice: don't warn about deprecated function …
(edit) @64014   8 years vboxsync Main/webservice: -Wno-format only for gcc
(edit) @64013   8 years vboxsync Main/webservice: no -Wformat when compiling the SOAP stuff
(edit) @63980   8 years vboxsync webservice: gSOAP 2.8.36 + openssl 1.1.0 preps
(edit) @63967   8 years vboxsync webservice: removed long obsolete VCC70 hack that caused precompiled …
(edit) @63966   8 years vboxsync Main: Use always precompiled headers for VBoxAPIWrap and vboxsoap.
(edit) @63941   8 years vboxsync Main/webservice: need to keep the hack to try both with and without --file
(edit) @63940   8 years vboxsync Main/webservice: document the sometimes totally weird Python ZSI …
(edit) @63936   8 years vboxsync vboxsoap: Configured precompiling the soapH.h (server) header, …
(edit) @63742   8 years vboxsync Main/webservices: tools/common/gsoap/v2.7.12-r2/stdsoap2.cpp has a …
(edit) @63416   8 years vboxsync vboxwebsrv seems to need $(VBOX_GCC_Wno-literal-suffix) as well
(edit) @63394   8 years vboxsync vboxsoap: Add -Wno-literal-suffix when available, trouble in some …
(edit) @62875   9 years vboxsync Main: gcc warnings
(edit) @62767   9 years vboxsync webservices: warnings
(edit) @62485   9 years vboxsync (C) 2016
(edit) @61914   9 years vboxsync Main/webservice: warning
(edit) @61379   9 years vboxsync Main/webservice: don't ship webtest any longer (to save space) and …
(edit) @59491   9 years vboxsync Main/webservice: Drop Python ZSI 1.x backwards compatibility. It is …
(edit) @59485   9 years vboxsync Main/webservice: fix 5.0.0 regression breaking the python webservice …
(edit) @58240   9 years vboxsync webservice: syntax fix
(edit) @58239   9 years vboxsync webservice: gracefully handle soapcpp2 version 2.8 and later which …
(edit) @57488   9 years vboxsync VBoxJWs file list and source code generating rules needs to depend on …
(edit) @55806   10 years vboxsync SDK: add defines for each scripting language, and disable perl by …
(edit) @53937   10 years vboxsync SED needs no help from /bin/sh to open files for reading and writing.
(edit) @53844   10 years vboxsync fixed resource files
(edit) @53842   10 years vboxsync not yet
(edit) @53840   10 years vboxsync addded more Windows resource files
(edit) @53387   10 years vboxsync missing dependency for javadoc rule.
(edit) @49615   11 years vboxsync build fix
(edit) @49116   11 years vboxsync *.kmk: Some template cleanup, adding VBoxR3Tool for dev tools (bin/tools/).
(edit) @47392   12 years vboxsync Main/webservice/Makefile.kmk: fix dependency typo leading to …
(edit) @46484   12 years vboxsync Main/webservice: fix build directory creation
(edit) @46483   12 years vboxsync Main/webservice: properly resolve a couple of @todos
(edit) @46480   12 years vboxsync Main/webservice: resurrect accidentally deleted @todos
(edit) @46478   12 years vboxsync libs/xpcom: touch up Java XPCOM wrapper generation, new common …
(edit) @45614   12 years vboxsync Main/webservices: make it less annoying by preventing many warnings
(edit) @45483   12 years vboxsync Main/glue+idl+webservice: move the type mapping XSLT include file to a …
(edit) @45075   12 years vboxsync Main/webservice: fix long-standing linker warning
(edit) @45074   12 years vboxsync Main/webservice/Makefile.kmk: use $(SHELL) instead of hardcoded bash
(edit) @45034   12 years vboxsync Main: make VBOX_ONLY_SDK=1 build on Windows hosts
(edit) @43585   12 years vboxsync Main/webservice: fix MANIFEST.MF content and packaging into vboxjws.jar
(edit) @42540   13 years vboxsync webservice/Makefile.kmk: use the .xidl with documentation removed as …
(edit) @42288   13 years vboxsync Jettisoned the old compilers.
(edit) @42154   13 years vboxsync VS2010 preps.
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @41040   13 years vboxsync Main+Frontends: move release logging setup to the glue code (to …
(edit) @40526   13 years vboxsync Main/webservice: do not flood the build log with cleanup having near …
(edit) @40476   13 years vboxsync fix webservices for newer versions of GSOAP
(edit) @40400   13 years vboxsync webservice: Added Python sample.
(edit) @40230   13 years vboxsync -fpermissive for stdsoap2.cpp (necessary when compiling SOAP < v2.7.17 …
(edit) @40130   13 years vboxsync Main/webservice+doc/manual: Add SSL support to the webservice, and …
(edit) @39876   13 years vboxsync Config.kmk Main/webservice: Solaris 11 build fix, use proper gsoap …
(edit) @38914   13 years vboxsync Main/glue/tests: clean up sample Java app using the glue code
(edit) @38802   13 years vboxsync Main/webservice: provide wsdl description through http get with url …
(edit) @38799   13 years vboxsync Main/webservice: only document the official API package, not the …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette