• R/O
  • SSH

libctools: Commit

This library contains code that extends and simplifies different operations
for C language based programs.


Commit MetaInfo

Revisión29674bbe888d4c8a7ce9aff6b80c1109ad66e5c3 (tree)
Tiempo2023-02-26 05:13:13
AutorSergey Gusarov <laborer2008@gmai...>
CommiterSergey Gusarov

Log Message

Adoptation to pyrepo change

Cambiar Resumen

Diferencia incremental

diff -r 5b0028253cac -r 29674bbe888d .hgsubstate
--- a/.hgsubstate Sat Feb 25 22:23:14 2023 +0300
+++ b/.hgsubstate Sat Feb 25 23:13:13 2023 +0300
@@ -1,4 +1,4 @@
11 a799a417ac6770fd96892416bc7148144ea600f6 cmake/cmake_tools
22 5013d507802becd2c434d4dbdafad45c3da5ef23 include/ctools/std/msinttypes
3-0556a9e3eb8cef3262acbd7be988447b41b14215 pyrepo
3+c99ed6de035765057f05a5b8a3bcd23d47256b0c pyrepo
44 0b899aec14d3a9abb2bf260ac355f0f28630a6a3 tests/unity
diff -r 5b0028253cac -r 29674bbe888d CMakeLists.txt
--- a/CMakeLists.txt Sat Feb 25 22:23:14 2023 +0300
+++ b/CMakeLists.txt Sat Feb 25 23:13:13 2023 +0300
@@ -90,10 +90,6 @@
9090 file(GLOB_RECURSE INC3 build_info/include/*.h)
9191
9292 if (WIN32)
93- execute_process(COMMAND ${CMT_PYTHON_BINARY} ${CMAKE_CURRENT_LIST_DIR}/pyrepo/gen_build_info.py
94- "CT" ${CMAKE_CURRENT_LIST_DIR}/build_info
95- )
96-
9793 set(RC_INCLUDE "${CMAKE_CURRENT_SOURCE_DIR}/build_info")
9894 set(RC_FILES "${RC_INCLUDE}/file_property.rc")
9995
diff -r 5b0028253cac -r 29674bbe888d scripts/cleanall.py
--- a/scripts/cleanall.py Sat Feb 25 22:23:14 2023 +0300
+++ b/scripts/cleanall.py Sat Feb 25 23:13:13 2023 +0300
@@ -26,8 +26,6 @@
2626 fsys.removeFile(os.path.join(parentDir, 'build_info', 'include', 'ctools', 'version_info.h'))
2727
2828 fsys.removeFile(os.path.join(parentDir, 'build_info', 'file_property.rc'))
29- fsys.removeFile(os.path.join(parentDir, 'build_info', 'file_property_app.rc'))
30-
3129 fsys.removeFile(os.path.join(parentDir, 'include', 'ctools', 'trace_bcc.h'))
3230 fsys.cleanDir(os.path.join(parentDir, 'build', 'runners'))
3331
Show on old repository browser