This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# SPDX-License-Identifier: ISC | |
# Copyright © 2024 VideoLabs, VLC authors and VideoLAN | |
# | |
# Authors: Steve Lhomme <[email protected]> | |
import argparse | |
import subprocess | |
import sys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-12-27 14:51:07 DEBUG (MainThread) [zigpy_deconz.uart] Connection made | |
2019-12-27 14:51:09 DEBUG (MainThread) [zigpy.appdb] Loading application state from /config/zigbee.db | |
2019-12-27 14:51:09 DEBUG (MainThread) [zigpy.quirks.registry] Checking quirks for None None (00:21:2e:ff:ff:04:81:f2) | |
2019-12-27 14:51:09 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zigpy.quirks.smartthings.SmartthingsMultiPurposeSensor'> | |
2019-12-27 14:51:09 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {1} {80, 1} | |
2019-12-27 14:51:09 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'bellows.zigbee.application.EZSPCoordinator'> | |
2019-12-27 14:51:09 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {1} {80, 1} | |
2019-12-27 14:51:09 DEBUG (MainThread) [zigpy.quirks.registry] Considering <class 'zhaquirks.gledopto.soposhgu10.SoposhGU10'> | |
2019-12-27 14:51:09 DEBUG (MainThread) [zigpy.quirks.registry] Fail because endpoint list mismatch: {11, 13} { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 72c81fbfa53838a9594137b582b10d99ff385141 Mon Sep 17 00:00:00 2001 | |
From: Steve Lhomme <[email protected]> | |
Date: Wed, 26 Sep 2018 16:54:27 +0200 | |
Subject: [PATCH] WIP use _alloca() with MSVC | |
--- | |
src/cdef.c | 4 ++++ | |
src/ipred.c | 3 +++ | |
src/itx.c | 6 ++++++ | |
src/looprestoration.c | 33 +++++++++++++++++++++++++++++++++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Make sure that the opaque MPI VALUE is in compact EdDSA format. | |
This function updates MPI if needed. */ | |
gpg_err_code_t | |
_gcry_ecc_eddsa_ensure_compact (gcry_mpi_t value, unsigned int nbits) | |
{ | |
gpg_err_code_t rc; | |
const unsigned char *buf; | |
unsigned int rawmpilen; | |
gcry_mpi_t x, y; | |
unsigned char *enc; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static void *_load_dll(const wchar_t *lib_path, const wchar_t *dll_search_path) | |
{ | |
void *result; | |
PVOID WINAPI (*pAddDllDirectory) (PCWSTR); | |
BOOL WINAPI (*pRemoveDllDirectory)(PVOID); | |
pAddDllDirectory = (__typeof__(pAddDllDirectory)) GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")), "AddDllDirectory"); | |
pRemoveDllDirectory = (__typeof__(pRemoveDllDirectory)) GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")), "RemoveDllDirectory"); | |
if (pAddDllDirectory && pRemoveDllDirectory) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<intent-filter> | |
<action android:name="android.intent.action.PACKAGE_CHANGED" /> | |
<data | |
android:host="com.levelup.touiteur" | |
android:scheme="package" /> | |
</intent-filter> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Override | |
public void onConfigurationChanged(Configuration newConfig) { | |
super.onConfigurationChanged(newConfig); | |
//TouiteurLog.e(false, "onConfigurationChanged"); | |
int newOrientation = newConfig.orientation; | |
if (mOrientation != newOrientation) { | |
mOrientation = newOrientation; | |
if (false && Touiteur.isTablet()) { | |
// TODO: store whatever state we need | |
boolean layoutRedone = false; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
applicationVariants.all { variant -> | |
//def file = variant.outputFile | |
if (variant.buildType.name == "release") { | |
variant.outputs.each { output -> | |
//println ">> outputFile for " + variant.buildType.name + " = " + output.outputFile | |
output.outputFile = new File(projectDir.parent + "/../builds", archivesBaseName + "-" + versionName + ".apk") | |
} | |
} else if (variant.buildType.name == "kindle") { | |
variant.outputs.each { output -> | |
//println ">> outputFile for " + variant.buildType.name + " = " + output.outputFile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In file included from ../../../work/extras/package/win32/../../../include/vlc_common.h:43:0, | |
from ../../../work/extras/package/win32/../../../modules/services_discovery/upnp.hpp:34, | |
from ../../../work/extras/package/win32/../../../modules/services_discovery/upnp.cpp:35: | |
C:/msys64/mingw32/i686-w64-mingw32/include/stdlib.h:346:36: error: conflicting declaration of C function 'int atoi(const char*)' | |
int __cdecl atoi(const char *_Str); | |
^ | |
In file included from ../config.h:815:0, | |
from ../../../work/extras/package/win32/../../../modules/services_discovery/upnp.cpp:32: | |
../../../work/extras/package/win32/../../../include/vlc_fixups.h:304:34: note: previous declaration 'NET_IFINDEX atoi(PCSTR)' | |
# define if_nametoindex(name) atoi(name) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
libtool: link: i686-w64-mingw32-gcc -std=gnu99 -shared .libs/libdirect3d11_plugin.dll.def ../modules/.libs/module.rc.o video_output/msw/.libs/libdirect3d11_plugin_la-direct3d11.o video_output/msw/.libs/libdirect3d11_plugin_la-common.o video_output/msw/.libs/libdirect3d11_plugin_la-events.o video_output/msw/.libs/libdirect3d11_plugin_la-win32touch.o ../compat/.libs/libcompat.a -L/c/Users/robUx4/Documents/Program/Videolabs/work/contrib/i686-w64-mingw32/lib ../src/.libs/libvlccore.dll.a /c/Users/robUx4/Documents/Program/Videolabs/work/contrib/i686-w64-mingw32/lib/libgpg-error.a -lwinmm -lws2_32 -lgdi32 -lole32 -luuid -g -mms-bitfields --static -static-libgcc -Wl,--nxcompat -Wl,--no-seh -Wl,--dynamicbase -o .libs/libdirect3d11_plugin.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libdirect3d11_plugin.dll.a |
NewerOlder