mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1290] [MERGED] feat: add Windows CI back #1892
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1290
Author: @Panquesito7
Created: 7/28/2023
Status: ✅ Merged
Merged: 9/8/2023
Merged by: @Panquesito7
Base:
master← Head:add_windows📝 Commits (1)
ce098cefeat: add Windows CI back📊 Changes
16 files changed (+547 additions, -81 deletions)
View changed files
📝
.github/workflows/awesome_workflow.yml(+2 -2)📝
CMakeLists.txt(+6 -7)📝
DIRECTORY.md(+2 -0)📝
client_server/CMakeLists.txt(+15 -9)➕
client_server/bool.h(+55 -0)➕
client_server/fork.h(+298 -0)📝
client_server/remote_command_exec_udp_client.c(+14 -5)📝
client_server/remote_command_exec_udp_server.c(+14 -5)📝
client_server/tcp_full_duplex_client.c(+18 -4)📝
client_server/tcp_full_duplex_server.c(+26 -5)📝
client_server/tcp_half_duplex_client.c(+14 -5)📝
client_server/tcp_half_duplex_server.c(+14 -5)📝
developer_tools/min_printf.h(+5 -1)📝
dynamic_programming/matrix_chain_order.c(+58 -30)📝
graphics/CMakeLists.txt(+1 -1)📝
searching/exponential_search.c(+5 -2)📄 Description
Description of Change
Checklist
Added file name matches File name guidelinesAdded tests and example, test must passRelevant documentation/comments is changed or addedNotes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.