Home
last modified time | relevance | path

Searched refs:shared_lib (Results 1 – 25 of 235) sorted by relevance

12345678910

/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/tests/
H A Dlib.lua12 local shared_lib = nil
16 shared_lib = arg
24 shared_lib.traceback = debug.traceback("",2)
64 shared_lib.traceback = debug.traceback("",2)
88 assert(shared_lib.current_coroutine, "Not currently running a test!")
93 shared_lib.traceback = debug.traceback("",2)
110 assert(shared_lib.current_coroutine, "Not currently running a test!")
115 shared_lib.traceback = debug.traceback("",2)
130 assert(shared_lib.current_coroutine, "Not currently running a test!")
131 …assert(waiting and (coroutine.running() ~= shared_lib.current_coroutine), "Not waiting, cannot con…
[all …]
/dports/www/luakit/luakit-2.3/tests/
H A Dlib.lua12 local shared_lib = nil
16 shared_lib = arg
24 shared_lib.traceback = debug.traceback("",2)
64 shared_lib.traceback = debug.traceback("",2)
88 assert(shared_lib.current_coroutine, "Not currently running a test!")
93 shared_lib.traceback = debug.traceback("",2)
110 assert(shared_lib.current_coroutine, "Not currently running a test!")
115 shared_lib.traceback = debug.traceback("",2)
130 assert(shared_lib.current_coroutine, "Not currently running a test!")
131 …assert(waiting and (coroutine.running() ~= shared_lib.current_coroutine), "Not waiting, cannot con…
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/src/
H A Dbuild_targets.rs48 pub shared_lib: Option<PathBuf>, field
78 let (shared_lib, static_lib, impl_lib, def) = match (os.as_str(), env.as_str()) { in new()
86 let shared_lib = targetdir.join(&format!("lib{}.so", lib_name)); in new() localVariable
87 (shared_lib, static_lib, None, None) in new()
91 let shared_lib = targetdir.join(&format!("lib{}.dylib", lib_name)); in new() localVariable
92 (shared_lib, static_lib, None, None) in new()
100 let shared_lib = targetdir.join(&format!("{}.dll", lib_name)); in new() localVariable
107 (shared_lib, static_lib, Some(impl_lib), Some(def)) in new()
119 let shared_lib = if libkinds.contains(&"cdylib") && os.as_str() != "none" { in new() localVariable
120 Some(shared_lib) in new()
[all …]
H A Dinstall.rs149 shared_lib: &Path, in install()
153 copy(shared_lib, install_path_lib.join(&self.with_full_ver))?; in install()
156 copy(shared_lib, install_path_lib.join(&self.canonical))?; in install()
218 if let Some(ref shared_lib) = build_targets.shared_lib { in cinstall()
227 lib.install(capi_config, shared_lib, &install_path_lib)?; in cinstall()
233 let lib_name = shared_lib.file_name().unwrap(); in cinstall()
234 copy(shared_lib, install_path_bin.join(lib_name))?; in cinstall()
/dports/science/coordgenlibs/coordgenlibs-3.0.0/
H A Dazure-pipelines.yml15 shared_lib: ON
27 shared_lib: OFF
40 shared_lib: ON
53 shared_lib: OFF
65 shared_lib: ON
78 shared_lib: OFF
/dports/science/openbabel/openbabel-3.1.1/external/maeparser-v1.2.3/maeparser/
H A Dazure-pipelines.yml15 shared_lib: ON
27 shared_lib: OFF
40 shared_lib: ON
53 shared_lib: OFF
65 shared_lib: ON
77 shared_lib: OFF
/dports/science/openbabel/openbabel-3.1.1/external/coordgen-master/coordgen/
H A Dazure-pipelines.yml15 shared_lib: ON
27 shared_lib: OFF
40 shared_lib: ON
53 shared_lib: OFF
65 shared_lib: ON
77 shared_lib: OFF
/dports/science/maeparser/maeparser-1.2.4/
H A Dazure-pipelines.yml15 shared_lib: ON
27 shared_lib: OFF
40 shared_lib: ON
53 shared_lib: OFF
65 shared_lib: ON
77 shared_lib: OFF
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/tests/async/
H A Drun_test.lua10 local shared_lib = {}
13 test.init(shared_lib)
46 shared_lib.current_coroutine = func
70 shared_lib.resume_suspended_test(...)
100 shared_lib.resume_suspended_test = function (...)
101 local func = shared_lib.current_coroutine
124 print(" " .. shared_lib.traceback)
/dports/www/luakit/luakit-2.3/tests/async/
H A Drun_test.lua10 local shared_lib = {}
13 test.init(shared_lib)
46 shared_lib.current_coroutine = func
70 shared_lib.resume_suspended_test(...)
100 shared_lib.resume_suspended_test = function (...)
101 local func = shared_lib.current_coroutine
124 print(" " .. shared_lib.traceback)
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/XcodeProject/subproject_with_object_lib/
H A DCMakeLists.txt5 add_library(shared_lib SHARED dummy.cpp) target
6 target_sources(shared_lib PRIVATE $<TARGET_OBJECTS:object_lib_dependency>)
7 set_target_properties(shared_lib PROPERTIES MACOSX_RPATH ON)
/dports/games/megaglest/megaglest-source-3.13.0/mk/linux/
H A Dmakerelease-embedded.sh26 git archive --remote ${REPODIR} HEAD:source/shared_lib/sources/libircclient | tar x
28 git archive --remote ${REPODIR} HEAD:source/shared_lib/include/libircclient | tar x
33 git archive --remote ${REPODIR} HEAD:source/shared_lib/sources/platform/miniupnpc | tar x
35 git archive --remote ${REPODIR} HEAD:source/shared_lib/include/platform/miniupnpc | tar x
H A Dmg_cppcheck.sh20 -i ../../source/shared_lib/sources/libircclient \
21 -i ../../source/shared_lib/sources/platform/miniupnpc \
22 -i ../../source/shared_lib/sources/streflop \
/dports/devel/hyperscan/boost_1_75_0/boost/dll/
H A Dsmart_library.hpp82 const shared_library &shared_lib() const {return _lib;} in shared_lib() function in boost::dll::experimental::smart_library
403 return lhs.shared_lib().native() == rhs.shared_lib().native(); in operator ==()
408 return lhs.shared_lib().native() != rhs.shared_lib().native(); in operator !=()
413 return lhs.shared_lib().native() < rhs.shared_lib().native(); in operator <()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/dll/
H A Dsmart_library.hpp82 const shared_library &shared_lib() const {return _lib;} in shared_lib() function in boost::dll::experimental::smart_library
403 return lhs.shared_lib().native() == rhs.shared_lib().native(); in operator ==()
408 return lhs.shared_lib().native() != rhs.shared_lib().native(); in operator !=()
413 return lhs.shared_lib().native() < rhs.shared_lib().native(); in operator <()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/dll/
H A Dsmart_library.hpp82 const shared_library &shared_lib() const {return _lib;} in shared_lib() function in boost::dll::experimental::smart_library
403 return lhs.shared_lib().native() == rhs.shared_lib().native(); in operator ==()
408 return lhs.shared_lib().native() != rhs.shared_lib().native(); in operator !=()
413 return lhs.shared_lib().native() < rhs.shared_lib().native(); in operator <()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/dll/
H A Dsmart_library.hpp79 const shared_library &shared_lib() const {return _lib;} in shared_lib() function in boost::dll::experimental::smart_library
400 return lhs.shared_lib().native() == rhs.shared_lib().native(); in operator ==()
405 return lhs.shared_lib().native() != rhs.shared_lib().native(); in operator !=()
410 return lhs.shared_lib().native() < rhs.shared_lib().native(); in operator <()
/dports/devel/boost-libs/boost_1_72_0/boost/dll/
H A Dsmart_library.hpp87 const shared_library &shared_lib() const {return _lib;} in shared_lib() function in boost::dll::experimental::smart_library
408 return lhs.shared_lib().native() == rhs.shared_lib().native(); in operator ==()
413 return lhs.shared_lib().native() != rhs.shared_lib().native(); in operator !=()
418 return lhs.shared_lib().native() < rhs.shared_lib().native(); in operator <()
/dports/devel/boost-python-libs/boost_1_72_0/boost/dll/
H A Dsmart_library.hpp87 const shared_library &shared_lib() const {return _lib;} in shared_lib() function in boost::dll::experimental::smart_library
408 return lhs.shared_lib().native() == rhs.shared_lib().native(); in operator ==()
413 return lhs.shared_lib().native() != rhs.shared_lib().native(); in operator !=()
418 return lhs.shared_lib().native() < rhs.shared_lib().native(); in operator <()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/dll/
H A Dsmart_library.hpp79 const shared_library &shared_lib() const {return _lib;}
400 return lhs.shared_lib().native() == rhs.shared_lib().native();
405 return lhs.shared_lib().native() != rhs.shared_lib().native();
410 return lhs.shared_lib().native() < rhs.shared_lib().native();
/dports/devel/boost-docs/boost_1_72_0/boost/dll/
H A Dsmart_library.hpp87 const shared_library &shared_lib() const {return _lib;} in shared_lib() function in boost::dll::experimental::smart_library
408 return lhs.shared_lib().native() == rhs.shared_lib().native(); in operator ==()
413 return lhs.shared_lib().native() != rhs.shared_lib().native(); in operator !=()
418 return lhs.shared_lib().native() < rhs.shared_lib().native(); in operator <()
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/XcodeProject/subproject_two_object_libs/
H A DCMakeLists.txt29 add_library(shared_lib SHARED dummy.cpp) target
30 target_link_libraries(shared_lib PRIVATE static_lib_dependency)
31 target_sources(shared_lib PRIVATE $<TARGET_OBJECTS:object_lib_dependency2>)
/dports/devel/crc32c/crc32c-1.1.2/.github/workflows/
H A Dbuild.yml18 ${{ matrix.shared_lib && 'shared' || 'static' }}
27 shared_lib: [true, false]
32 shared_lib: true
50 shared_lib: true
84 -DBUILD_SHARED_LIBS=${{ matrix.shared_lib && '1' || '0' }}
/dports/security/hexl/hexl-1.2.3/.github/workflows/
H A Dgithub-ci.yml93 name: '${{ matrix.os }} ${{ matrix.build_type }} shared=${{ matrix.shared_lib }}'
103 shared_lib: [ON, OFF]
138 -DHEXL_SHARED_LIB=${{ matrix.shared_lib }} \
183 name: 'Windows ${{ matrix.os }} ${{ matrix.build_type }} shared=${{ matrix.shared_lib }}'
192 shared_lib: [OFF]
202 -DHEXL_SHARED_LIB=${{ matrix.shared_lib }}
218 name: 'experimental: ${{ matrix.os }} ${{ matrix.build_type }} shared=${{ matrix.shared_lib }}'
228 shared_lib: [ON]
250 -DHEXL_SHARED_LIB=${{ matrix.shared_lib }} \
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/cmake_modules/
H A DFindArrow.cmake171 set(shared_lib "${${prefix}_shared_lib}") variable
172 set(${prefix}_SHARED_LIB "${shared_lib}" PARENT_SCOPE)
173 if(shared_lib)
218 get_target_property(shared_lib ${target_shared} IMPORTED_LOCATION${suffix})
219 if(shared_lib)
225 REPLACE "(${CMAKE_SHARED_LIBRARY_SUFFIX})[.0-9]+$" "\\1" shared_lib
226 "${shared_lib}")
227 set(${prefix}_SHARED_LIB "${shared_lib}" PARENT_SCOPE)
285 get_target_property(shared_lib ${target_shared} IMPORTED_LOCATION)
342 if(shared_lib)
[all …]

12345678910