Searched +full:- +full:- +full:exclude (Results 1 – 5 of 5) sorted by relevance
10 - $HOME/third-party17 - cmake18 - openssl19 - libssl-dev21 - kubuntu-backports25 - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then28 wget https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.sh --no-check-certificate;29 chmod +x cmake-3.7.2-Linux-x86_64.sh;30 ./cmake-3.7.2-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license;32 - cmake --version[all …]
9 target supporting the example TCP transport (``examples/debug-trans-socket``)40 $ make -f Makefile.dukdebug54 $ ./duk --debugger mandel.js58 $ ../../duk --debugger test-dev-mandel2-func.js83 -----------------102 - ``./build/dukluv`` on Linux104 - ``.\build\Debug\dukluv.exe`` on Windows112 # Manually: see "dukluv duk_debug_proxy.js --help" for help118 $ ../../duk --debugger test-dev-mandel2-func.js131 …{"notify":"_TargetConnected","args":["1 10499 v1.4.0-140-gc9a6c7c duk command built from Duktape r…[all …]
3 * Copyright (C) 2002-2016 Tiago Dionizio, Doug Currie *7 * Library : lsqlite3 - an SQLite 3 database binding for Lua 5 *199 sdb_vm *svm = (sdb_vm*)lua_newuserdata(L, sizeof(sdb_vm)); /* db sql svm_ud -- */ in newvm()202 lua_setmetatable(L, -2); /* set metatable */ in newvm()204 svm->db = db; in newvm()205 svm->columns = 0; in newvm()206 svm->has_values = 0; in newvm()207 svm->vm = NULL; in newvm()208 svm->temp = 0; in newvm()210 /* add an entry on the database table: svm -> db to keep db live while svm is live */ in newvm()[all …]
17 ** language. The code for the "sqlite3" command-line shell is also in a38 ** This file implements routines used to report what compile-time options46 ** autoconf-based build59 ** An array of names of all compile-time options. This array should 60 ** be sorted A-Z.63 ** only a handful of compile-time options, so most times this array is usually99 "COMPILER=clang-" CTIMEOPT_VAL(__clang_major__) "."103 "COMPILER=msvc-" CTIMEOPT_VAL(_MSC_VER),105 "COMPILER=gcc-" __VERSION__,800 ** NO_TEST - The branches on this line are not[all …]