pyxcp 0.22.14__tar.gz → 0.22.15__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pyxcp might be problematic. Click here for more details.
- {pyxcp-0.22.14 → pyxcp-0.22.15}/CMakeLists.txt +2 -2
- {pyxcp-0.22.14 → pyxcp-0.22.15}/PKG-INFO +1 -1
- {pyxcp-0.22.14 → pyxcp-0.22.15}/build_ext.py +3 -4
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyproject.toml +1 -1
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/__init__.py +1 -1
- {pyxcp-0.22.14 → pyxcp-0.22.15}/LICENSE +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/README.md +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/aml/EtasCANMonitoring.a2l +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/aml/EtasCANMonitoring.aml +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/aml/XCP_Common.aml +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/aml/XCPonCAN.aml +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/aml/XCPonEth.aml +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/aml/XCPonFlx.aml +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/aml/XCPonSxI.aml +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/aml/XCPonUSB.aml +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/aml/ifdata_CAN.a2l +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/aml/ifdata_Eth.a2l +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/aml/ifdata_Flx.a2l +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/aml/ifdata_SxI.a2l +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/aml/ifdata_USB.a2l +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/asam/__init__.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/asam/types.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/asamkeydll.c +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/asamkeydll.sh +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/checksum.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/cmdline.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/config/__init__.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/config/legacy.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/constants.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/cpp_ext/__init__.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/cpp_ext/bin.hpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/cpp_ext/blockmem.hpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/cpp_ext/daqlist.hpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/cpp_ext/event.hpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/cpp_ext/extension_wrapper.cpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/cpp_ext/helper.hpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/cpp_ext/mcobject.hpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/cpp_ext/tsqueue.hpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/daq_stim/__init__.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/daq_stim/optimize/__init__.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/daq_stim/optimize/binpacking.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/daq_stim/scheduler.cpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/daq_stim/scheduler.hpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/daq_stim/stim.cpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/daq_stim/stim.hpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/daq_stim/stim_wrapper.cpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/dllif.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/errormatrix.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/conf_can.toml +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/conf_can_user.toml +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/conf_can_vector.json +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/conf_can_vector.toml +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/conf_eth.toml +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/conf_nixnet.json +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/conf_socket_can.toml +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/conf_sxi.json +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/conf_sxi.toml +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/ex_arrow.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/ex_csv.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/ex_excel.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/ex_mdf.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/ex_sqlite.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/run_daq.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/xcp_policy.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/xcp_read_benchmark.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/xcp_skel.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/xcp_unlock.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/xcp_user_supplied_driver.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/xcphello.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/examples/xcphello_recorder.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/master/__init__.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/master/errorhandler.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/master/master.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/py.typed +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/__init__.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/build_clang.cmd +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/build_clang.sh +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/build_gcc.cmd +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/build_gcc.sh +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/build_gcc_arm.sh +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/converter/__init__.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/lz4.c +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/lz4.h +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/lz4hc.c +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/lz4hc.h +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/mio.hpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/reader.hpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/reco.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/recorder.rst +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/rekorder.cpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/rekorder.hpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/setup.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/test_reko.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/unfolder.hpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/wrap.cpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/recorder/writer.hpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/scripts/__init__.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/scripts/pyxcp_probe_can_drivers.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/scripts/xcp_examples.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/scripts/xcp_fetch_a2l.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/scripts/xcp_id_scanner.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/scripts/xcp_info.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/scripts/xcp_profile.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/stim/__init__.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/tests/test_asam_types.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/tests/test_binpacking.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/tests/test_can.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/tests/test_checksum.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/tests/test_daq.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/tests/test_frame_padding.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/tests/test_master.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/tests/test_transport.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/tests/test_utils.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/timing.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/transport/__init__.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/transport/base.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/transport/base_transport.hpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/transport/can.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/transport/eth.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/transport/sxi.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/transport/transport_wrapper.cpp +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/transport/usb_transport.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/types.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/utils.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/vector/__init__.py +0 -0
- {pyxcp-0.22.14 → pyxcp-0.22.15}/pyxcp/vector/map.py +0 -0
|
@@ -29,13 +29,13 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug")
|
|
|
29
29
|
if (MSVC)
|
|
30
30
|
SET(MSVC_BASE_OPTIONS "${MSVC_BASE_OPTIONS} /Od /fsanitize=address /Zi")
|
|
31
31
|
else()
|
|
32
|
-
SET(GCC_N_CLANG_BASE_OPTIONS "${GCC_N_CLANG_BASE_OPTIONS} -Og -g3 -ggdb
|
|
32
|
+
SET(GCC_N_CLANG_BASE_OPTIONS "${GCC_N_CLANG_BASE_OPTIONS} -Og -g3 -ggdb -fno-omit-frame-pointer -fsanitize=address -fsanitize=undefined -fsanitize=bounds") # -fsanitize=hwaddress
|
|
33
33
|
endif()
|
|
34
34
|
else ()
|
|
35
35
|
if (MSVC)
|
|
36
36
|
SET(MSVC_BASE_OPTIONS "${MSVC_BASE_OPTIONS} /Ox")
|
|
37
37
|
else()
|
|
38
|
-
SET(GCC_N_CLANG_BASE_OPTIONS "${GCC_N_CLANG_BASE_OPTIONS} -O3
|
|
38
|
+
SET(GCC_N_CLANG_BASE_OPTIONS "${GCC_N_CLANG_BASE_OPTIONS} -O3 -fomit-frame-pointer")
|
|
39
39
|
endif()
|
|
40
40
|
endif ()
|
|
41
41
|
|
|
@@ -119,8 +119,7 @@ def build_extension(debug: bool = False, use_temp_dir: bool = False) -> None:
|
|
|
119
119
|
if py_cfg["libdir"]:
|
|
120
120
|
cmake_args.append(f"-DPython3_LIBRARY={str(Path(py_cfg['libdir']) / Path(py_cfg['library']))}")
|
|
121
121
|
|
|
122
|
-
build_args = []
|
|
123
|
-
# build_args = ["--config Release", "--verbose"]
|
|
122
|
+
build_args = ["--config Release", "--verbose"]
|
|
124
123
|
# cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 /path/to/src
|
|
125
124
|
|
|
126
125
|
if sys.platform.startswith("darwin"):
|
|
@@ -148,11 +147,11 @@ def build_extension(debug: bool = False, use_temp_dir: bool = False) -> None:
|
|
|
148
147
|
subprocess.run(["cmake", "--build", str(build_temp), *build_args], cwd=TOP_DIR, check=True) # nosec
|
|
149
148
|
|
|
150
149
|
banner("Step #3: Install")
|
|
151
|
-
subprocess.run(["cmake", "--install", "."], cwd=build_temp, check=True) # nosec
|
|
150
|
+
# subprocess.run(["cmake", "--install", "."], cwd=build_temp, check=True) # nosec
|
|
152
151
|
subprocess.run(["cmake", "--install", build_temp], cwd=TOP_DIR, check=True) # nosec
|
|
153
152
|
|
|
154
153
|
|
|
155
154
|
if __name__ == "__main__":
|
|
156
155
|
includes = subprocess.getoutput("pybind11-config --cmakedir") # nosec
|
|
157
156
|
os.environ["pybind11_DIR"] = includes
|
|
158
|
-
build_extension()
|
|
157
|
+
build_extension(use_temp_dir=False)
|
|
@@ -36,7 +36,7 @@ dynamic = ["license", "readme", "authors", "requires-python", "description", "cl
|
|
|
36
36
|
[tool.poetry]
|
|
37
37
|
authors = ["Christoph Schueler <cpu.gems@googlemail.com>"]
|
|
38
38
|
name = "pyxcp"
|
|
39
|
-
version = "0.22.
|
|
39
|
+
version = "0.22.15"
|
|
40
40
|
readme = "README.md"
|
|
41
41
|
description = "Universal Calibration Protocol for Python"
|
|
42
42
|
keywords = ["automotive", "ecu", "xcp", "asam", "autosar"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|