text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: onnx/version_converter/adapters/softmax_12_13.h // Copyright (c) ONNX Project Contributors /* * SPDX-License-Identifier: Apache-2.0 */ // Adapter for Softmax amd LogSoftmax in default domain from version 12 to 13 #pragma once #include <memory> #include <string> #include "onnx/version_converter/adapters...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/onnx", "path": "onnx/version_converter/adapters/softmax_12_13.h", "license": "apache-2.0", "size": 2777}
### File: onnx/version_converter/adapters/split_12_13.h // Copyright (c) ONNX Project Contributors /* * SPDX-License-Identifier: Apache-2.0 */ // Adapter for all ops that remove consumed_inputs #pragma once #include <memory> #include <vector> #include "onnx/version_converter/adapters/adapter.h" namespace ONNX_N...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/onnx", "path": "onnx/version_converter/adapters/split_12_13.h", "license": "apache-2.0", "size": 1195}
### File: onnx/version_converter/adapters/split_13_12.h // Copyright (c) ONNX Project Contributors /* * SPDX-License-Identifier: Apache-2.0 */ // Adapter for all ops that remove consumed_inputs #pragma once #include <memory> #include <string> #include <utility> #include <vector> #include "onnx/version_converter/...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/onnx", "path": "onnx/version_converter/adapters/split_13_12.h", "license": "apache-2.0", "size": 2410}
### File: onnx/version_converter/adapters/split_17_18.h // Copyright (c) ONNX Project Contributors /* * SPDX-License-Identifier: Apache-2.0 */ // Adapter for Split in default domain from version 17 to 18 #pragma once #include <memory> #include "onnx/version_converter/adapters/adapter.h" #include "onnx/version_co...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/onnx", "path": "onnx/version_converter/adapters/split_17_18.h", "license": "apache-2.0", "size": 1009}
### File: onnx/version_converter/adapters/sum_8_7.h // Copyright (c) ONNX Project Contributors /* * SPDX-License-Identifier: Apache-2.0 */ // Adapter for Sum in default domain from version 8 to 7 #pragma once #include <memory> #include <vector> #include "onnx/version_converter/adapters/adapter.h" namespace ONNX...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/onnx", "path": "onnx/version_converter/adapters/sum_8_7.h", "license": "apache-2.0", "size": 1083}
### File: onnx/version_converter/adapters/topk_9_10.h // Copyright (c) ONNX Project Contributors /* * SPDX-License-Identifier: Apache-2.0 */ // Adapter for TopK in default domain from version 9 to 10 #pragma once #include <memory> #include <vector> namespace ONNX_NAMESPACE { namespace version_conversion { class...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/onnx", "path": "onnx/version_converter/adapters/topk_9_10.h", "license": "apache-2.0", "size": 1006}
### File: onnx/version_converter/adapters/transformers.h // Copyright (c) ONNX Project Contributors /* * SPDX-License-Identifier: Apache-2.0 */ #pragma once #include <cinttypes> #include <string> #include <utility> #include <vector> // Node transformers commonly used in version-adapters: // Capture context by co...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/onnx", "path": "onnx/version_converter/adapters/transformers.h", "license": "apache-2.0", "size": 2136}
### File: onnx/version_converter/adapters/type_restriction.h // Copyright (c) ONNX Project Contributors /* * SPDX-License-Identifier: Apache-2.0 */ // Adapter for Add in default domain from version 6 to 5 #pragma once #include <memory> #include <string> #include <vector> #include "onnx/version_converter/adapters...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/onnx", "path": "onnx/version_converter/adapters/type_restriction.h", "license": "apache-2.0", "size": 1657}
### File: onnx/version_converter/adapters/upsample_6_7.h // Copyright (c) ONNX Project Contributors /* * SPDX-License-Identifier: Apache-2.0 */ // Adapter for Upsample in default domain from version 6 to 7 #pragma once #include <memory> #include <utility> #include <vector> #include "onnx/version_converter/adapte...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/onnx", "path": "onnx/version_converter/adapters/upsample_6_7.h", "license": "apache-2.0", "size": 1505}
### File: onnx/version_converter/adapters/upsample_8_9.h // Copyright (c) ONNX Project Contributors /* * SPDX-License-Identifier: Apache-2.0 */ // Adapter for Upsample in default domain from version 8 to 9 #pragma once #include <memory> #include <vector> #include "onnx/version_converter/adapters/adapter.h" name...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/onnx", "path": "onnx/version_converter/adapters/upsample_8_9.h", "license": "apache-2.0", "size": 1284}
### File: onnx/version_converter/adapters/upsample_9_10.h // Copyright (c) ONNX Project Contributors /* * SPDX-License-Identifier: Apache-2.0 */ // Adapter for Upsample in default domain from version 9 to 10 #pragma once #include <memory> #include <string> namespace ONNX_NAMESPACE { namespace version_conversion {...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/onnx", "path": "onnx/version_converter/adapters/upsample_9_10.h", "license": "apache-2.0", "size": 1070}
### File: onnx/version_converter/adapters/upsample_9_8.h // Copyright (c) ONNX Project Contributors /* * SPDX-License-Identifier: Apache-2.0 */ // Adapter for Upsample in default domain from version 9 to 8 #pragma once #include <memory> #include <string> #include <vector> #include "onnx/defs/tensor_proto_util.h"...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/onnx", "path": "onnx/version_converter/adapters/upsample_9_8.h", "license": "apache-2.0", "size": 2519}
### File: onnx/version_converter/convert.cc // Copyright (c) ONNX Project Contributors /* * SPDX-License-Identifier: Apache-2.0 */ #include "onnx/version_converter/convert.h" #include <memory> #include <string> namespace ONNX_NAMESPACE { namespace version_conversion { ModelProto ConvertVersion(const ModelProto& ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/onnx", "path": "onnx/version_converter/convert.cc", "license": "apache-2.0", "size": 5472}
### File: onnx/version_converter/convert.h // Copyright (c) ONNX Project Contributors /* * SPDX-License-Identifier: Apache-2.0 */ // Default converter for ONNX models between different opset versions // in the default domain ("" or "ai.onnx"). #pragma once #include <map> #include <memory> #include <string> #inclu...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/onnx", "path": "onnx/version_converter/convert.h", "license": "apache-2.0", "size": 41905}
### File: onnx/version_converter/helper.cc // Copyright (c) ONNX Project Contributors // // SPDX-License-Identifier: Apache-2.0 // Helper Methods for Adapters #include "onnx/version_converter/helper.h" #include <vector> namespace ONNX_NAMESPACE { namespace version_conversion { int check_numpy_unibroadcastable_and_r...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/onnx", "path": "onnx/version_converter/helper.cc", "license": "apache-2.0", "size": 2739}
### File: onnx/version_converter/helper.h // Copyright (c) ONNX Project Contributors // // SPDX-License-Identifier: Apache-2.0 // Helper Methods for Adapters #pragma once #include <vector> #include "onnx/common/ir.h" namespace ONNX_NAMESPACE { namespace version_conversion { int check_numpy_unibroadcastable_and_req...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/onnx", "path": "onnx/version_converter/helper.h", "license": "apache-2.0", "size": 751}
### File: setup.py # Copyright (c) ONNX Project Contributors # # SPDX-License-Identifier: Apache-2.0 # NOTE: Put all metadata in pyproject.toml. # Set the environment variable `ONNX_PREVIEW_BUILD=1` to build the dev preview release. import contextlib import datetime import glob import logging import multiprocessing i...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/onnx", "path": "setup.py", "license": "apache-2.0", "size": 12839}
### File: tools/__init__.pyi # Copyright (c) ONNX Project Contributors # # SPDX-License-Identifier: Apache-2.0 # This file needs to be here to enable mypy type checking for this folder. # It doesn't make this a python module for installation purposes as a __init__.py would.
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/onnx", "path": "tools/__init__.pyi", "license": "apache-2.0", "size": 247}
### File: tools/gen_coverage_report.py #!/usr/bin/env python # Copyright (c) ONNX Project Contributors # # SPDX-License-Identifier: Apache-2.0 import argparse import os import subprocess def parse_args() -> argparse.Namespace: parser = argparse.ArgumentParser(os.path.basename(__file__)) parser.add_argument(...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/onnx", "path": "tools/gen_coverage_report.py", "license": "apache-2.0", "size": 2038}
### File: tools/protobuf-bench.cc // Copyright (c) ONNX Project Contributors // // SPDX-License-Identifier: Apache-2.0 #include <benchmark/benchmark.h> #include <onnx/onnx_pb.h> using namespace ONNX_NAMESPACE; inline void createValueInfo4D(ValueInfoProto& value_info, const std::string& name, int64_t n, int64_t c, i...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/onnx", "path": "tools/protobuf-bench.cc", "license": "apache-2.0", "size": 4199}
### File: tools/protoc-gen-mypy.bat :: SPDX-License-Identifier: Apache-2.0 @echo off python -u "%~dp0\protoc-gen-mypy.py"
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Batchfile", "repo_name": "minhanghuang/onnx", "path": "tools/protoc-gen-mypy.bat", "license": "apache-2.0", "size": 87}
### File: tools/protoc-gen-mypy.py #!/usr/bin/env python # Copyright (c) ONNX Project Contributors # Copyright (c) ONNX Project Contributors # # SPDX-License-Identifier: Apache-2.0 # Taken from https://github.com/dropbox/mypy-protobuf/blob/d984389124eae6dbbb517f766b9266bb32171510/python/protoc-gen-mypy # (Apache 2.0...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/onnx", "path": "tools/protoc-gen-mypy.py", "license": "apache-2.0", "size": 17488}
### File: tools/protoc-gen-mypy.sh.in #!/usr/bin/env bash DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" # use PYTHON_EXECUTABLE from CMake to get the right python to execute "@PYTHON_EXECUTABLE@" -u "$DIR"/protoc-gen-mypy.py
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/onnx", "path": "tools/protoc-gen-mypy.sh.in", "license": "apache-2.0", "size": 213}
### File: tools/update_doc.bat REM Copyright (c) ONNX Project Contributors :: SPDX-License-Identifier: Apache-2.0 :: Run this script from ONNX root directory under Anaconda. set CMAKE_ARGS="-DONNX_USE_PROTOBUF_SHARED_LIBS=ON" set ONNX_ML=1 python onnx\gen_proto.py -l python onnx\gen_proto.py -l --ml python setup.p...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Batchfile", "repo_name": "minhanghuang/onnx", "path": "tools/update_doc.bat", "license": "apache-2.0", "size": 424}
### File: tools/update_doc.sh #!/bin/bash # Copyright (c) ONNX Project Contributors # SPDX-License-Identifier: Apache-2.0 # export ONNX_ML=0, # if you need to disable ONNX_ML python_exist=`command -v python` if [ -z $python_exist ]; then echo "No python is found, please set it in your environment." exit 1 fi ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/onnx", "path": "tools/update_doc.sh", "license": "apache-2.0", "size": 770}
### File: workflow_scripts/config.py # Copyright (c) ONNX Project Contributors # # SPDX-License-Identifier: Apache-2.0 SKIP_VERSION_CONVERTER_MODELS = { "vision/classification/inception_and_googlenet/inception_v2/model/inception-v2-6.onnx", # the converted opset 7 model cannot pass shape inference: # [ShapeI...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/onnx", "path": "workflow_scripts/config.py", "license": "apache-2.0", "size": 1052}
### File: workflow_scripts/protobuf/build_protobuf_unix.sh #!/bin/bash # Copyright (c) ONNX Project Contributors # SPDX-License-Identifier: Apache-2.0 export CORE_NUMBER=$1 export INSTALL_PROTOBUF_PATH=$2 export BUILD_TYPE=$3 if [[ -z "$CORE_NUMBER" ]]; then export CORE_NUMBER=1 fi if [[ -z "$INSTALL_PROTOBUF_P...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/onnx", "path": "workflow_scripts/protobuf/build_protobuf_unix.sh", "license": "apache-2.0", "size": 1191}
### File: workflow_scripts/protobuf/build_protobuf_win.ps1 # Copyright (c) ONNX Project Contributors # SPDX-License-Identifier: Apache-2.0 param( [Parameter()] [String]$arch = "x64", [Parameter()] [String]$build_type = "Release" ) echo "Build protobuf from source on Windows." Invoke-WebRequest -Uri ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "PowerShell", "repo_name": "minhanghuang/onnx", "path": "workflow_scripts/protobuf/build_protobuf_win.ps1", "license": "apache-2.0", "size": 1265}
### File: action_msgs/CMakeLists.txt cmake_minimum_required(VERSION 3.5) project(action_msgs) # Default to C++17 if(NOT CMAKE_CXX_STANDARD) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) endif() if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") add_compile_options(-Wall -Wext...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rcl_interfaces", "path": "action_msgs/CMakeLists.txt", "license": "apache-2.0", "size": 1039}
### File: action_msgs/msg/GoalInfo.msg # Goal ID unique_identifier_msgs/UUID goal_id # Time when the goal was accepted builtin_interfaces/Time stamp
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "action_msgs/msg/GoalInfo.msg", "license": "apache-2.0", "size": 111}
### File: action_msgs/msg/GoalStatus.msg # An action goal can be in one of these states after it is accepted by an action # server. # # For more information, see http://design.ros2.org/articles/actions.html # Indicates status has not been properly set. int8 STATUS_UNKNOWN = 0 # The goal has been accepted and is awa...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "action_msgs/msg/GoalStatus.msg", "license": "apache-2.0", "size": 946}
### File: action_msgs/msg/GoalStatusArray.msg # An array of goal statuses. GoalStatus[] status_list
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "action_msgs/msg/GoalStatusArray.msg", "license": "apache-2.0", "size": 54}
### File: builtin_interfaces/CMakeLists.txt cmake_minimum_required(VERSION 3.5) project(builtin_interfaces) # Default to C++17 if(NOT CMAKE_CXX_STANDARD) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) endif() if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") add_compile_optio...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rcl_interfaces", "path": "builtin_interfaces/CMakeLists.txt", "license": "apache-2.0", "size": 670}
### File: builtin_interfaces/msg/Duration.msg # Duration defines a period between two time points. # Messages of this datatype are of ROS Time following this design: # https://design.ros2.org/articles/clock_and_time.html # Seconds component, range is valid over any possible int32 value. int32 sec # Nanoseconds compon...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "builtin_interfaces/msg/Duration.msg", "license": "apache-2.0", "size": 319}
### File: builtin_interfaces/msg/Time.msg # This message communicates ROS Time defined here: # https://design.ros2.org/articles/clock_and_time.html # The seconds component, valid over all int32 values. int32 sec # The nanoseconds component, valid in the range [0, 1e9). uint32 nanosec
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "builtin_interfaces/msg/Time.msg", "license": "apache-2.0", "size": 245}
### File: composition_interfaces/CMakeLists.txt cmake_minimum_required(VERSION 3.5) project(composition_interfaces) # Default to C++17 if(NOT CMAKE_CXX_STANDARD) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) endif() if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") add_compi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rcl_interfaces", "path": "composition_interfaces/CMakeLists.txt", "license": "apache-2.0", "size": 668}
### File: lifecycle_msgs/CMakeLists.txt cmake_minimum_required(VERSION 3.5) project(lifecycle_msgs) # Default to C++17 if(NOT CMAKE_CXX_STANDARD) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) endif() if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") add_compile_options(-Wall...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rcl_interfaces", "path": "lifecycle_msgs/CMakeLists.txt", "license": "apache-2.0", "size": 916}
### File: lifecycle_msgs/msg/State.msg # Primary state definitions as depicted in: # http://design.ros2.org/articles/node_lifecycle.html # These are the primary states. State changes can only be requested when the # node is in one of these states. # Indicates state has not yet been set. uint8 PRIMARY_STATE_UNKNOWN = ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "lifecycle_msgs/msg/State.msg", "license": "apache-2.0", "size": 2115}
### File: lifecycle_msgs/msg/Transition.msg # Default values for transitions as described in: # http://design.ros2.org/articles/node_lifecycle.html # Reserved [0-9], publicly available transitions. # When a node is in one of these primary states, these transitions can be # invoked. # This transition will instantiate ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "lifecycle_msgs/msg/Transition.msg", "license": "apache-2.0", "size": 3384}
### File: lifecycle_msgs/msg/TransitionDescription.msg # The transition id and label of this description. Transition transition # The current state from which this transition transitions. State start_state # The desired target state of this transition. State goal_state
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "lifecycle_msgs/msg/TransitionDescription.msg", "license": "apache-2.0", "size": 217}
### File: lifecycle_msgs/msg/TransitionEvent.msg # The time point at which this event occurred. uint64 timestamp # The id and label of this transition event. Transition transition # The starting state from which this event transitioned. State start_state # The end state of this transition event. State goal_state
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "lifecycle_msgs/msg/TransitionEvent.msg", "license": "apache-2.0", "size": 268}
### File: rcl_interfaces/CMakeLists.txt cmake_minimum_required(VERSION 3.5) project(rcl_interfaces) # Default to C++17 if(NOT CMAKE_CXX_STANDARD) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) endif() if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") add_compile_options(-Wall...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rcl_interfaces", "path": "rcl_interfaces/CMakeLists.txt", "license": "apache-2.0", "size": 1372}
### File: rcl_interfaces/msg/FloatingPointRange.msg # Represents bounds and a step value for a floating point typed parameter. # Start value for valid values, inclusive. float64 from_value # End value for valid values, inclusive. float64 to_value # Size of valid steps between the from and to bound. # # Step is cons...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "rcl_interfaces/msg/FloatingPointRange.msg", "license": "apache-2.0", "size": 1186}
### File: rcl_interfaces/msg/IntegerRange.msg # Represents bounds and a step value for an integer typed parameter. # Start value for valid values, inclusive. int64 from_value # End value for valid values, inclusive. int64 to_value # Size of valid steps between the from and to bound. # # A step value of zero implies ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "rcl_interfaces/msg/IntegerRange.msg", "license": "apache-2.0", "size": 1036}
### File: rcl_interfaces/msg/ListParametersResult.msg # The resulting parameters under the given prefixes. string[] names # The resulting prefixes under the given prefixes. # TODO(wjwwood): link to prefix definition and rules. string[] prefixes
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "rcl_interfaces/msg/ListParametersResult.msg", "license": "apache-2.0", "size": 192}
### File: rcl_interfaces/msg/Log.msg ## ## Severity level constants ## ## These logging levels follow the Python Standard ## https://docs.python.org/3/library/logging.html#logging-levels ## And are implemented in rcutils as well ## https://github.com/ros2/rcutils/blob/35f29850064e0c33a4063cbc947ebbfeada11dba/include/r...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "rcl_interfaces/msg/Log.msg", "license": "apache-2.0", "size": 1539}
### File: rcl_interfaces/msg/LoggerLevel.msg # All available logger levels; these correspond to the enum in rcutils/logger.h uint8 LOG_LEVEL_UNKNOWN = 0 uint8 LOG_LEVEL_DEBUG = 10 uint8 LOG_LEVEL_INFO = 20 uint8 LOG_LEVEL_WARN = 30 uint8 LOG_LEVEL_ERROR = 40 uint8 LOG_LEVEL_FATAL = 50 # The logger name. string name ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "rcl_interfaces/msg/LoggerLevel.msg", "license": "apache-2.0", "size": 307}
### File: rcl_interfaces/msg/Parameter.msg # This is the message to communicate a parameter. It is an open struct with an enum in # the descriptor to select which value is active. # The full name of the parameter. string name # The parameter's value which can be one of several types, see # `ParameterValue.msg` and `P...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "rcl_interfaces/msg/Parameter.msg", "license": "apache-2.0", "size": 317}
### File: rcl_interfaces/msg/ParameterDescriptor.msg # This is the message to communicate a parameter's descriptor. # The name of the parameter. string name # Enum values are defined in the `ParameterType.msg` message. uint8 type # Description of the parameter, visible from introspection tools. string description #...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "rcl_interfaces/msg/ParameterDescriptor.msg", "license": "apache-2.0", "size": 1172}
### File: rcl_interfaces/msg/ParameterEvent.msg # This message contains a parameter event. # Because the parameter event was an atomic update, a specific parameter name # can only be in one of the three sets. # The time stamp when this parameter event occurred. builtin_interfaces/Time stamp # Fully qualified ROS path...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "rcl_interfaces/msg/ParameterEvent.msg", "license": "apache-2.0", "size": 547}
### File: rcl_interfaces/msg/ParameterEventDescriptors.msg # This message contains descriptors of a parameter event. # It was an atomic update. # A specific parameter name can only be in one of the three sets. ParameterDescriptor[] new_parameters ParameterDescriptor[] changed_parameters ParameterDescriptor[] deleted_p...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "rcl_interfaces/msg/ParameterEventDescriptors.msg", "license": "apache-2.0", "size": 271}
### File: rcl_interfaces/msg/ParameterType.msg # These types correspond to the value that is set in the ParameterValue message. # Default value, which implies this is not a valid parameter. uint8 PARAMETER_NOT_SET=0 uint8 PARAMETER_BOOL=1 uint8 PARAMETER_INTEGER=2 uint8 PARAMETER_DOUBLE=3 uint8 PARAMETER_STRING=4 uin...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "rcl_interfaces/msg/ParameterType.msg", "license": "apache-2.0", "size": 422}
### File: rcl_interfaces/msg/ParameterValue.msg # Used to determine which of the next *_value fields are set. # ParameterType.PARAMETER_NOT_SET indicates that the parameter was not set # (if gotten) or is uninitialized. # Values are enumerated in `ParameterType.msg`. # The type of this parameter, which corresponds to ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "rcl_interfaces/msg/ParameterValue.msg", "license": "apache-2.0", "size": 1098}
### File: rcl_interfaces/msg/SetLoggerLevelsResult.msg # True when succeed, false when failed. bool successful # Reason why the setting was either successful or a failure. string reason
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "rcl_interfaces/msg/SetLoggerLevelsResult.msg", "license": "apache-2.0", "size": 132}
### File: rcl_interfaces/msg/SetParametersResult.msg # A true value of the same index indicates that the parameter was set # successfully. A false value indicates the change was rejected. bool successful # Reason why the setting was a failure. On success, the contents of this field # are undefined. This should only b...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "rcl_interfaces/msg/SetParametersResult.msg", "license": "apache-2.0", "size": 321}
### File: rosgraph_msgs/CMakeLists.txt cmake_minimum_required(VERSION 3.5) project(rosgraph_msgs) # Default to C++17 if(NOT CMAKE_CXX_STANDARD) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) endif() if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") add_compile_options(-Wall -...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rcl_interfaces", "path": "rosgraph_msgs/CMakeLists.txt", "license": "apache-2.0", "size": 651}
### File: rosgraph_msgs/msg/Clock.msg # This message communicates the current time. # # For more information, see https://design.ros2.org/articles/clock_and_time.html. builtin_interfaces/Time clock
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "rosgraph_msgs/msg/Clock.msg", "license": "apache-2.0", "size": 160}
### File: service_msgs/CMakeLists.txt cmake_minimum_required(VERSION 3.5) project(service_msgs) # Default to C++17 if(NOT CMAKE_CXX_STANDARD) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) endif() if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") add_compile_options(-Wall -We...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rcl_interfaces", "path": "service_msgs/CMakeLists.txt", "license": "apache-2.0", "size": 956}
### File: service_msgs/msg/ServiceEventInfo.msg uint8 REQUEST_SENT = 0 uint8 REQUEST_RECEIVED = 1 uint8 RESPONSE_SENT = 2 uint8 RESPONSE_RECEIVED = 3 # The type of event this message represents uint8 event_type # Timestamp for when the event occurred (sent or received time) builtin_interfaces/Time stamp # Unique ide...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "service_msgs/msg/ServiceEventInfo.msg", "license": "apache-2.0", "size": 692}
### File: statistics_msgs/CMakeLists.txt cmake_minimum_required(VERSION 3.5) project(statistics_msgs) # Default to C++17 if(NOT CMAKE_CXX_STANDARD) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) endif() if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") add_compile_options(-Wa...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rcl_interfaces", "path": "statistics_msgs/CMakeLists.txt", "license": "apache-2.0", "size": 749}
### File: statistics_msgs/msg/MetricsMessage.msg ############################################# # A generic metrics message providing statistics for measurements from different sources. For example, # measure a system's CPU % for a given window yields the following data points over a window of time: # # - average cpu ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "statistics_msgs/msg/MetricsMessage.msg", "license": "apache-2.0", "size": 977}
### File: statistics_msgs/msg/StatisticDataPoint.msg ############################################# # This holds the structure of a single data point of a StatisticDataType. # # This message is used in MetricsStatisticsMessage, defined in MetricsStatisticsMessage.msg. # # Examples of the value of data point are # - aver...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "statistics_msgs/msg/StatisticDataPoint.msg", "license": "apache-2.0", "size": 910}
### File: statistics_msgs/msg/StatisticDataType.msg ############################################# # This file contains the commonly used constants for the statistics data type. # # The value 0 is reserved for unitialized statistic message data type. # Range of values: [0, 255]. # Unallowed values: any value that is not...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "statistics_msgs/msg/StatisticDataType.msg", "license": "apache-2.0", "size": 633}
### File: test_msgs/CMakeLists.txt cmake_minimum_required(VERSION 3.5) project(test_msgs) # Default to C11 if(NOT CMAKE_C_STANDARD) set(CMAKE_C_STANDARD 11) endif() # Default to C++17 if(NOT CMAKE_CXX_STANDARD) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) endif() if(CMAKE_COMPILER_IS_GNUCXX O...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rcl_interfaces", "path": "test_msgs/CMakeLists.txt", "license": "apache-2.0", "size": 2512}
### File: test_msgs/include/test_msgs/message_fixtures.hpp // NOLINT: This file starts with a BOM since it contain non-ASCII characters // // Copyright 2015 Open Source Robotics Foundation, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rcl_interfaces", "path": "test_msgs/include/test_msgs/message_fixtures.hpp", "license": "apache-2.0", "size": 21774}
### File: test_msgs/include/test_msgs/service_fixtures.hpp // Copyright 2015 Open Source Robotics Foundation, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apa...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rcl_interfaces", "path": "test_msgs/include/test_msgs/service_fixtures.hpp", "license": "apache-2.0", "size": 7552}
### File: test_msgs/msg/Builtins.msg builtin_interfaces/Duration duration_value builtin_interfaces/Time time_value
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "test_msgs/msg/Builtins.msg", "license": "apache-2.0", "size": 78}
### File: test_msgs/test/test_c_type_support.cpp // Copyright 2018 Open Source Robotics Foundation, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/li...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rcl_interfaces", "path": "test_msgs/test/test_c_type_support.cpp", "license": "apache-2.0", "size": 858}
### File: test_msgs/test/test_cpp_type_support.cpp // Copyright 2018 Open Source Robotics Foundation, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/rcl_interfaces", "path": "test_msgs/test/test_cpp_type_support.cpp", "license": "apache-2.0", "size": 958}
### File: type_description_interfaces/CMakeLists.txt cmake_minimum_required(VERSION 3.5) project(type_description_interfaces) # Default to C++17 if(NOT CMAKE_CXX_STANDARD) set(CMAKE_CXX_STANDARD 17) endif() if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") add_compile_options(-Wall -Wextra -Wp...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/rcl_interfaces", "path": "type_description_interfaces/CMakeLists.txt", "license": "apache-2.0", "size": 893}
### File: type_description_interfaces/msg/Field.msg # Represents a single field in a type. # Name of the field. string name # Type of the field, including details about the type like length, nested name, etc. FieldType type # Literal default value of the field as a string, as it appeared in the original # message desc...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "type_description_interfaces/msg/Field.msg", "license": "apache-2.0", "size": 346}
### File: type_description_interfaces/msg/FieldType.msg # Represents the type of a field and related meta-data. # A constant for each type supported according to: # http://design.ros2.org/articles/legacy_interface_definition.html # and: # http://design.ros2.org/articles/idl_interface_definition.html # Order is loo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "type_description_interfaces/msg/FieldType.msg", "license": "apache-2.0", "size": 6162}
### File: type_description_interfaces/msg/IndividualTypeDescription.msg # Represents a single type, without the types it references, if any. # Name of the type. # This is limited to 255 characters. # TODO(wjwwood): this 255 character limit was chosen due to this being the limit # for DDSI-RTPS based middlewares, whi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "type_description_interfaces/msg/IndividualTypeDescription.msg", "license": "apache-2.0", "size": 491}
### File: type_description_interfaces/msg/KeyValue.msg # Represents an arbitrary key-value pair for application-specific information. string key string value
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "type_description_interfaces/msg/KeyValue.msg", "license": "apache-2.0", "size": 104}
### File: type_description_interfaces/msg/TypeDescription.msg # Represents a complete type description, including the type itself as well as the types it references. # Description of the type. IndividualTypeDescription type_description # Descriptions of all referenced types, recursively. IndividualTypeDescription[] re...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "type_description_interfaces/msg/TypeDescription.msg", "license": "apache-2.0", "size": 285}
### File: type_description_interfaces/msg/TypeSource.msg # Represents the original source of a ROS 2 interface definition. # ROS interface type name, in PACKAGE/NAMESPACE/TYPENAME format. string type_name # The type of the original source file, typically matching the file extension. # Well-known encodings: "idl", "ms...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "omnetpp-msg", "repo_name": "minhanghuang/rcl_interfaces", "path": "type_description_interfaces/msg/TypeSource.msg", "license": "apache-2.0", "size": 816}
### File: CMakeLists.txt cmake_minimum_required(VERSION 3.1) set(REDIS_PLUS_PLUS_VERSION "1.3.11") message(STATUS "redis-plus-plus version: ${REDIS_PLUS_PLUS_VERSION}") project(redis++ LANGUAGES CXX VERSION ${REDIS_PLUS_PLUS_VERSION}) set(REDIS_PLUS_PLUS_DEFAULT_BUILD_TYPE "Release") if(NOT CMAKE_BUILD_TYPE AND NOT ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/redis-plus-plus", "path": "CMakeLists.txt", "license": "apache-2.0", "size": 16125}
### File: cmake/redis++-config.cmake.in @PACKAGE_INIT@ include(CMakeFindDependencyMacro) string(REPLACE "," ";" REDIS_PLUS_PLUS_DEPENDS_LIST @REDIS_PLUS_PLUS_DEPENDS@) foreach(REDIS_PLUS_PLUS_DEP ${REDIS_PLUS_PLUS_DEPENDS_LIST}) find_dependency(${REDIS_PLUS_PLUS_DEP} REQUIRED) endforeach() include("${CMAKE_CURRE...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/redis-plus-plus", "path": "cmake/redis++-config.cmake.in", "license": "apache-2.0", "size": 353}
### File: src/sw/redis++/async_connection.cpp /************************************************************************** Copyright (c) 2021 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/async_connection.cpp", "license": "apache-2.0", "size": 14986}
### File: src/sw/redis++/async_connection.h /************************************************************************** Copyright (c) 2021 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the Li...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/async_connection.h", "license": "apache-2.0", "size": 20269}
### File: src/sw/redis++/async_connection_pool.cpp /************************************************************************** Copyright (c) 2021 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/async_connection_pool.cpp", "license": "apache-2.0", "size": 10381}
### File: src/sw/redis++/async_connection_pool.h /************************************************************************** Copyright (c) 2021 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/async_connection_pool.h", "license": "apache-2.0", "size": 5223}
### File: src/sw/redis++/async_redis++.h /************************************************************************** Copyright (c) 2021 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the Licen...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/async_redis++.h", "license": "apache-2.0", "size": 979}
### File: src/sw/redis++/async_redis.cpp /************************************************************************** Copyright (c) 2021 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the Licen...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/async_redis.cpp", "license": "apache-2.0", "size": 2405}
### File: src/sw/redis++/async_redis.h /************************************************************************** Copyright (c) 2021 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/async_redis.h", "license": "apache-2.0", "size": 77890}
### File: src/sw/redis++/async_redis_cluster.cpp /************************************************************************** Copyright (c) 2021 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/async_redis_cluster.cpp", "license": "apache-2.0", "size": 2315}
### File: src/sw/redis++/async_redis_cluster.h /************************************************************************** Copyright (c) 2021 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/async_redis_cluster.h", "license": "apache-2.0", "size": 52579}
### File: src/sw/redis++/async_sentinel.cpp /************************************************************************** Copyright (c) 2021 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the Li...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/async_sentinel.cpp", "license": "apache-2.0", "size": 2802}
### File: src/sw/redis++/async_sentinel.h /************************************************************************** Copyright (c) 2021 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the Lice...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/async_sentinel.h", "license": "apache-2.0", "size": 2193}
### File: src/sw/redis++/async_shards_pool.cpp /************************************************************************** Copyright (c) 2021 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/async_shards_pool.cpp", "license": "apache-2.0", "size": 9949}
### File: src/sw/redis++/async_shards_pool.h /************************************************************************** Copyright (c) 2021 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the L...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/async_shards_pool.h", "license": "apache-2.0", "size": 3264}
### File: src/sw/redis++/async_subscriber.cpp /************************************************************************** Copyright (c) 2022 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/async_subscriber.cpp", "license": "apache-2.0", "size": 3687}
### File: src/sw/redis++/async_subscriber.h /************************************************************************** Copyright (c) 2022 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the Li...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/async_subscriber.h", "license": "apache-2.0", "size": 6908}
### File: src/sw/redis++/async_subscriber_impl.cpp /************************************************************************** Copyright (c) 2022 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/async_subscriber_impl.cpp", "license": "apache-2.0", "size": 6917}
### File: src/sw/redis++/async_subscriber_impl.h /************************************************************************** Copyright (c) 2022 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/async_subscriber_impl.h", "license": "apache-2.0", "size": 2866}
### File: src/sw/redis++/cmd_formatter.h /************************************************************************** Copyright (c) 2021 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the Licen...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/cmd_formatter.h", "license": "apache-2.0", "size": 26643}
### File: src/sw/redis++/co_redis++.h /************************************************************************** Copyright (c) 2022 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/co_redis++.h", "license": "apache-2.0", "size": 964}
### File: src/sw/redis++/co_redis.h /************************************************************************** Copyright (c) 2022 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/co_redis.h", "license": "apache-2.0", "size": 9961}
### File: src/sw/redis++/co_redis_cluster.h /************************************************************************** Copyright (c) 2022 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the Li...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/co_redis_cluster.h", "license": "apache-2.0", "size": 12377}
### File: src/sw/redis++/command.cpp /************************************************************************** Copyright (c) 2017 sewenew Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License a...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/redis-plus-plus", "path": "src/sw/redis++/command.cpp", "license": "apache-2.0", "size": 11197}