summaryrefslogtreecommitdiff
path: root/src/libs/xpcom18a4
Commit message (Expand)AuthorAgeFilesLines
* Main: More Clang 13 build fixes (warnings as errors) [build fix, no IPRT stuf...vboxsync2023-05-112-7/+0
* Main: More Clang 13 build fixes (warnings as errors).vboxsync2023-05-112-1/+7
* *.kmk: More SDK makefile cleanups. bugref:10442vboxsync2023-05-091-0/+2
* xpcom/tstTestHashtables: Don't use %c with Unicode CP, because it doesn't han...vboxsync2023-04-251-45/+45
* configure, xpcom/python: Handle versions up to Python 3.12, and remove the us...vboxsync2023-04-202-60/+39
* xpcom18a4/python: Avoid distutils starting with python 3.10. [syntax fix]vboxsync2023-03-301-1/+1
* xpcom18a4/python: Avoid distutils starting with python 3.10.vboxsync2023-03-291-2/+5
* *.kmk: Applied scm with new indenting of multiline variable/function expansio...vboxsync2023-03-183-90/+90
* xpcom,Installer/darwin: Build and ship the version agnostic VBoxPython3 modul...vboxsync2023-03-161-1/+1
* xpcom,Installer/darwin: Build and ship the version agnostic VBoxPython3 modul...vboxsync2023-03-161-1/+5
* xpcom,Installer/darwin: Build and ship the version agnostic VBoxPython3 modul...vboxsync2023-03-161-2/+4
* xpcom,Installer/darwin: Build and ship the version agnostic VBoxPython3 modul...vboxsync2023-03-161-5/+15
* Installer/darwin,xpcom18a4/python: Some Makefile cleanups for the darwin part...vboxsync2023-03-161-34/+31
* libs/xpcom18a4: *.kmk automatic scm cleanups. bugref:10348vboxsync2023-02-014-797/+792
* libs/xpcom18a4/Config.kmk: Fixed TEMPLATE_XPComBldProg_CFLAGS inheritance typ...vboxsync2023-01-231-3/+2
* libs/xpcom18a4/python: Removed unnecessary _TEMPLATE properties on the VBoxPy...vboxsync2023-01-231-38/+0
* libs/xpcom18a4: s/XPCOM/XPComDll/ ++ [fixes] bugref:10348vboxsync2023-01-231-1/+1
* libs/xpcom18a4: s/XPCOM/XPComDll/ ++ [fixes] bugref:10348vboxsync2023-01-231-20/+20
* libs/xpcom18a4: s/XPCOM/XPComDll/ ++ [fixes] bugref:10348vboxsync2023-01-231-20/+20
* libs/xpcom18a4: s/XPCOM/XPComDll/ ++ bugref:10348vboxsync2023-01-234-236/+238
* libs/xpcom18a4: s/XPCOMEXE/XPComExe/ s/XPCOMTSTEXE/XPComTstExe/ s/XPCOMBLDPRO...vboxsync2023-01-232-65/+65
* xpcom18a4/Config.kmk: s/VBOXR3NP/VBoxR3DllNonPedantic/ bugref:10348vboxsync2023-01-211-12/+12
* Copyright year updates by scm.vboxsync2023-01-1715-15/+15
* lib/xpcom18a4/python,/Config.kmk: Disable warnings about #pragma no_inline(Py...vboxsync2023-01-061-0/+1
* libs/xpcom18a4: Added -Wno-multistatement-macros to the CXXFLAGS and CFLAGS t...vboxsync2023-01-061-2/+2
* fix typovboxsync2022-08-221-1/+1
* update copyright and license notice text in generatorsvboxsync2022-08-221-11/+22
* scm copyright and license note updatevboxsync2022-08-2215-154/+282
* xpcom18a4/java/tools/genjifaces.xsl: comment fixvboxsync2022-08-191-2/+2
* xpcom18a4/python: Look for python 3.11 too.vboxsync2022-08-011-1/+1
* /Config.kmk,Installer/solaris,xpcom18a4/{Config.kmk,Makefile.kmk},tools/Makef...vboxsync2022-07-132-25/+1
* src/*.kmk: Applied VBOX_WITH_AUTOMATIC_DEFS_QUOTING to some 9 makefiles where...vboxsync2022-06-132-16/+63
* xpcom/python3: Use PyBytes_FromStringAndSize() instead of PyUnicode_FromStrin...vboxsync2022-04-111-1/+1
* xpcom18a4/ipcDConnectService.cpp: Assert when returning NS_ERROR_INVALID_POIN...vboxsync2022-02-241-18/+10
* xpcom18a4/xptcstubs_arm64_vbox.cpp: Fix passing parameters on the stack, got ...vboxsync2022-02-241-3/+3
* xpcom/python: BackFillVariant/T_INTERFACE - make sure iid is alwaysvboxsync2022-02-101-1/+1
* PyXPCOM: Do not print a message when a module candidate isn't found. Would ha...vboxsync2021-11-261-4/+4
* xpcom: ​bugref:9790 - Placate -Wdeprecated-copy that is upset byvboxsync2021-10-013-5/+15
* xpcom/python: Use PyObject_Init instead of _Py_NewReferences for all versions...vboxsync2021-08-112-2/+10
* libs/XPCOM: Just use PyObject_Init() everywhere (also for Python < 3.9) inste...vboxsync2021-08-113-15/+3
* xpcom/python: It's either PyObject_Init or _Py_NewReference, we should skip t...vboxsync2021-08-113-12/+9
* libs/XPCOM: More object initialization needed for Python >= 3.9 (follow-up to...vboxsync2021-08-113-0/+10
* libs/XPCOM: Implemented _query_interface_ for our ShutdownObserver object (ba...vboxsync2021-08-111-0/+4
* libs/xpcom: Added support for running with Python 3.10 (untested).vboxsync2021-08-063-6/+55
* libs/xpcom: Added support for running with Python 3.9. bugref:10079vboxsync2021-08-053-0/+6
* libs/xpcom18a4/Makefile.kmk: Use the same "put libSDL late in the link comman...vboxsync2021-03-151-5/+5
* xpcom: fix goof in previous changevboxsync2021-01-261-1/+1
* xpcom: More Python 3.9 handling.vboxsync2021-01-261-2/+6
* xpcom: Handle Python 3.9.vboxsync2021-01-261-1/+1
* /configure, src/libs/xpcom18a4/python/Makefile.kmk: Handle python 3.9.vboxsync2021-01-261-1/+47