[PR #26] [MERGED] Drop syntool #1546

Closed
opened 2026-05-05 07:56:04 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/26
Author: @walker0643
Created: 3/29/2018
Status: Merged
Merged: 4/14/2018
Merged by: @walker0643

Base: masterHead: nosyntool


📝 Commits (10+)

  • fe818a4 add console for ctrl+c to daemon app when debugging in foreground
  • 72cc7e3 link gui with common; reimplement finding personal and profile directories on windows (not yet used)
  • c5e70af DataDirectories header should be shared between platform-specific implementations
  • 96627f4 reimplement finding personal & profile directories on unix (not yet used)
  • c16fd08 old personal and profile directory functions now wrap the new implementations
  • 451bd72 MSWindowsWatchdog checks active desktop without external call to syntool
  • 6e5b340 replace CoreInterface syntool calls with DataDirectory calls
  • ea025f5 fix --profile-dir argument
  • 1be86a9 remove syntool, CoreInterface, and WebClient
  • d81054a remove some stale code and put windows service logfile in a better spot

📊 Changes

46 files changed (+450 additions, -1391 deletions)

View changed files

📝 src/cmd/CMakeLists.txt (+0 -1)
src/cmd/syntool/CMakeLists.txt (+0 -27)
src/cmd/syntool/syntool.cpp (+0 -31)
📝 src/gui/CMakeLists.txt (+2 -0)
src/gui/src/CoreInterface.cpp (+0 -96)
src/gui/src/CoreInterface.h (+0 -36)
📝 src/gui/src/Fingerprint.cpp (+2 -3)
📝 src/gui/src/MainWindow.cpp (+2 -16)
📝 src/gui/src/MainWindow.h (+0 -1)
📝 src/gui/src/SettingsDialog.cpp (+0 -1)
📝 src/gui/src/SettingsDialog.h (+0 -2)
📝 src/gui/src/SetupWizard.cpp (+0 -1)
📝 src/gui/src/SslCertificate.cpp (+2 -2)
📝 src/gui/src/SslCertificate.h (+0 -3)
src/gui/src/WebClient.cpp (+0 -83)
src/gui/src/WebClient.h (+0 -49)
📝 src/lib/arch/Arch.h (+0 -3)
src/lib/arch/IArchFile.h (+0 -105)
src/lib/arch/unix/ArchFileUnix.cpp (+0 -163)
src/lib/arch/unix/ArchFileUnix.h (+0 -47)

...and 26 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/26 **Author:** [@walker0643](https://github.com/walker0643) **Created:** 3/29/2018 **Status:** ✅ Merged **Merged:** 4/14/2018 **Merged by:** [@walker0643](https://github.com/walker0643) **Base:** `master` ← **Head:** `nosyntool` --- ### 📝 Commits (10+) - [`fe818a4`](https://github.com/debauchee/barrier/commit/fe818a49551a5c9d58638c48eced6b25df8c6e8c) add console for ctrl+c to daemon app when debugging in foreground - [`72cc7e3`](https://github.com/debauchee/barrier/commit/72cc7e3d89acb3b642e33479b0abc05d07d15bd8) link gui with common; reimplement finding personal and profile directories on windows (not yet used) - [`c5e70af`](https://github.com/debauchee/barrier/commit/c5e70af09a4cab3212056bbf98020705bbe4c544) DataDirectories header should be shared between platform-specific implementations - [`96627f4`](https://github.com/debauchee/barrier/commit/96627f4f07292e65d72dd848310230447286c348) reimplement finding personal & profile directories on unix (not yet used) - [`c16fd08`](https://github.com/debauchee/barrier/commit/c16fd089f6c620f142b09d20b8edc833afbb776c) old personal and profile directory functions now wrap the new implementations - [`451bd72`](https://github.com/debauchee/barrier/commit/451bd72b3040ed9d247e758c1dc57b7c7fceeb58) MSWindowsWatchdog checks active desktop without external call to syntool - [`6e5b340`](https://github.com/debauchee/barrier/commit/6e5b340bccb376f0932f0b08aa433b1d67653a2f) replace CoreInterface syntool calls with DataDirectory calls - [`ea025f5`](https://github.com/debauchee/barrier/commit/ea025f5958e4ca53578eab720ed95c821d7833bc) fix --profile-dir argument - [`1be86a9`](https://github.com/debauchee/barrier/commit/1be86a924897a0e6df11799dffe87f3b15cf2cdf) remove syntool, CoreInterface, and WebClient - [`d81054a`](https://github.com/debauchee/barrier/commit/d81054ab6ea602ee6a6d2be4f2586879a13e6b1d) remove some stale code and put windows service logfile in a better spot ### 📊 Changes **46 files changed** (+450 additions, -1391 deletions) <details> <summary>View changed files</summary> 📝 `src/cmd/CMakeLists.txt` (+0 -1) ➖ `src/cmd/syntool/CMakeLists.txt` (+0 -27) ➖ `src/cmd/syntool/syntool.cpp` (+0 -31) 📝 `src/gui/CMakeLists.txt` (+2 -0) ➖ `src/gui/src/CoreInterface.cpp` (+0 -96) ➖ `src/gui/src/CoreInterface.h` (+0 -36) 📝 `src/gui/src/Fingerprint.cpp` (+2 -3) 📝 `src/gui/src/MainWindow.cpp` (+2 -16) 📝 `src/gui/src/MainWindow.h` (+0 -1) 📝 `src/gui/src/SettingsDialog.cpp` (+0 -1) 📝 `src/gui/src/SettingsDialog.h` (+0 -2) 📝 `src/gui/src/SetupWizard.cpp` (+0 -1) 📝 `src/gui/src/SslCertificate.cpp` (+2 -2) 📝 `src/gui/src/SslCertificate.h` (+0 -3) ➖ `src/gui/src/WebClient.cpp` (+0 -83) ➖ `src/gui/src/WebClient.h` (+0 -49) 📝 `src/lib/arch/Arch.h` (+0 -3) ➖ `src/lib/arch/IArchFile.h` (+0 -105) ➖ `src/lib/arch/unix/ArchFileUnix.cpp` (+0 -163) ➖ `src/lib/arch/unix/ArchFileUnix.h` (+0 -47) _...and 26 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:56:04 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1546
No description provided.