Skip to content

Commit

Permalink
Release 1.0.0 (#4)
Browse files Browse the repository at this point in the history
- Initial release.
  • Loading branch information
dmg0345 authored Nov 4, 2023
2 parents 43e53f0 + 89031c5 commit 2611c51
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 54 deletions.
24 changes: 6 additions & 18 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,9 @@ target_include_directories(cb INTERFACE ${INCLUDE_DIRS})
set(CB_SRC_ROOT_DIR "${CMAKE_CURRENT_SOURCE_DIR}/inc/cb")
set(CB_INSTALL_ROOT_DIR "${CMAKE_INSTALL_INCLUDEDIR}/cb")

# TODO: Handle files
# # Common include files.
# install(FILES "${CB_SRC_ROOT_DIR}/cb.h" DESTINATION "${CB_INSTALL_ROOT_DIR}")
# install(FILES
# "${CB_SRC_ROOT_DIR}/other/version.h"
# "${CB_SRC_ROOT_DIR}/other/commons.h"
# DESTINATION "${CB_INSTALL_ROOT_DIR}/other"
# )
#
# # Interface files.
# install(FILES
# "${BDE_SRC_ROOT_DIR}/cb/decode.h"
# "${BDE_SRC_ROOT_DIR}/cb/encode.h"
# "${BDE_SRC_ROOT_DIR}/cb/url_decode.h"
# "${BDE_SRC_ROOT_DIR}/cb/url_encode.h"
# DESTINATION "${BDE_INSTALL_ROOT_DIR}/cb"
# )
#
# Include files.
install(FILES "${CB_SRC_ROOT_DIR}/cb.h" DESTINATION "${CB_INSTALL_ROOT_DIR}")
install(FILES
"${CB_SRC_ROOT_DIR}/other/version.h"
DESTINATION "${CB_INSTALL_ROOT_DIR}/other"
)
8 changes: 4 additions & 4 deletions src/cb/cb.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
***********************************************************************************************************************
* @file cb.c
* @author ${PROJECT_AUTHOR} (${PROJECT_CONTACT})
* @date ${PROJECT_BUILD_TIMESTAMP_UTC}
* @version ${PROJECT_VERSION}
* @copyright ${PROJECT_COPYRIGHT}
* @author Diego Martínez García ([email protected])
* @date 04-11-2023 21:33:15 (UTC)
* @version 1.0.0
* @copyright github.com/dmg0345/cb/blob/master/LICENSE
***********************************************************************************************************************
*/

Expand Down
8 changes: 4 additions & 4 deletions src/inc/cb/cb.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
***********************************************************************************************************************
* @file cb.h
* @author ${PROJECT_AUTHOR} (${PROJECT_CONTACT})
* @date ${PROJECT_BUILD_TIMESTAMP_UTC}
* @version ${PROJECT_VERSION}
* @copyright ${PROJECT_COPYRIGHT}
* @author Diego Martínez García ([email protected])
* @date 04-11-2023 21:33:15 (UTC)
* @version 1.0.0
* @copyright github.com/dmg0345/cb/blob/master/LICENSE
***********************************************************************************************************************
*/

Expand Down
8 changes: 4 additions & 4 deletions tests/tests/.test_utils/cb_evt_handlers/cb_evt_handlers.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
***********************************************************************************************************************
* @file cb_evt_handlers.c
* @author ${PROJECT_AUTHOR} (${PROJECT_CONTACT})
* @date ${PROJECT_BUILD_TIMESTAMP_UTC}
* @version ${PROJECT_VERSION}
* @copyright ${PROJECT_COPYRIGHT}
* @author Diego Martínez García ([email protected])
* @date 04-11-2023 21:33:15 (UTC)
* @version 1.0.0
* @copyright github.com/dmg0345/cb/blob/master/LICENSE
***********************************************************************************************************************
*/

Expand Down
8 changes: 4 additions & 4 deletions tests/tests/.test_utils/cb_evt_handlers/cb_evt_handlers.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
***********************************************************************************************************************
* @file cb_evt_handlers.h
* @author ${PROJECT_AUTHOR} (${PROJECT_CONTACT})
* @date ${PROJECT_BUILD_TIMESTAMP_UTC}
* @version ${PROJECT_VERSION}
* @copyright ${PROJECT_COPYRIGHT}
* @author Diego Martínez García ([email protected])
* @date 04-11-2023 21:33:15 (UTC)
* @version 1.0.0
* @copyright github.com/dmg0345/cb/blob/master/LICENSE
***********************************************************************************************************************
*/

Expand Down
8 changes: 4 additions & 4 deletions tests/tests/.test_utils/cmocka_defs.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
***********************************************************************************************************************
* @file cmocka_defs.c
* @author ${PROJECT_AUTHOR} (${PROJECT_CONTACT})
* @date ${PROJECT_BUILD_TIMESTAMP_UTC}
* @version ${PROJECT_VERSION}
* @copyright ${PROJECT_COPYRIGHT}
* @author Diego Martínez García ([email protected])
* @date 04-11-2023 21:33:15 (UTC)
* @version 1.0.0
* @copyright github.com/dmg0345/cb/blob/master/LICENSE
***********************************************************************************************************************
*/

Expand Down
8 changes: 4 additions & 4 deletions tests/tests/.test_utils/cmocka_defs.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
***********************************************************************************************************************
* @file cmocka_defs.h
* @author ${PROJECT_AUTHOR} (${PROJECT_CONTACT})
* @date ${PROJECT_BUILD_TIMESTAMP_UTC}
* @version ${PROJECT_VERSION}
* @copyright ${PROJECT_COPYRIGHT}
* @author Diego Martínez García ([email protected])
* @date 04-11-2023 21:33:15 (UTC)
* @version 1.0.0
* @copyright github.com/dmg0345/cb/blob/master/LICENSE
***********************************************************************************************************************
*/

Expand Down
8 changes: 4 additions & 4 deletions tests/tests/cb/test_cb.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
***********************************************************************************************************************
* @file test_cb.c
* @author ${PROJECT_AUTHOR} (${PROJECT_CONTACT})
* @date ${PROJECT_BUILD_TIMESTAMP_UTC}
* @version ${PROJECT_VERSION}
* @copyright ${PROJECT_COPYRIGHT}
* @author Diego Martínez García ([email protected])
* @date 04-11-2023 21:33:15 (UTC)
* @version 1.0.0
* @copyright github.com/dmg0345/cb/blob/master/LICENSE
***********************************************************************************************************************
*/

Expand Down
8 changes: 4 additions & 4 deletions tests/tests/cb/test_cb_threads.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
***********************************************************************************************************************
* @file test_cb_threads.c
* @author ${PROJECT_AUTHOR} (${PROJECT_CONTACT})
* @date ${PROJECT_BUILD_TIMESTAMP_UTC}
* @version ${PROJECT_VERSION}
* @copyright ${PROJECT_COPYRIGHT}
* @author Diego Martínez García ([email protected])
* @date 04-11-2023 21:33:15 (UTC)
* @version 1.0.0
* @copyright github.com/dmg0345/cb/blob/master/LICENSE
***********************************************************************************************************************
*/

Expand Down
8 changes: 4 additions & 4 deletions tests/tests/cb/test_types.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
***********************************************************************************************************************
* @file test_types.h
* @author ${PROJECT_AUTHOR} (${PROJECT_CONTACT})
* @date ${PROJECT_BUILD_TIMESTAMP_UTC}
* @version ${PROJECT_VERSION}
* @copyright ${PROJECT_COPYRIGHT}
* @author Diego Martínez García ([email protected])
* @date 04-11-2023 21:33:15 (UTC)
* @version 1.0.0
* @copyright github.com/dmg0345/cb/blob/master/LICENSE
***********************************************************************************************************************
*/

Expand Down

0 comments on commit 2611c51

Please sign in to comment.