Riyyi
|
da91c4b3fd
|
Manager: Add config file parsing
|
2022-02-08 22:54:57 +01:00 |
|
Riyyi
|
b7fce68144
|
Meta: Add JSON parsing library dependency
|
2022-02-08 22:52:21 +01:00 |
|
Riyyi
|
c853dfcf24
|
Manager: Search config file recursively from the working directory
|
2022-02-07 21:37:15 +01:00 |
|
Riyyi
|
12c11cff9e
|
Manager: Move working directory to the config class
|
2022-02-07 21:26:50 +01:00 |
|
Riyyi
|
e5cce5f3a9
|
Manager: Convert package class to singleton
|
2022-02-07 16:57:15 +01:00 |
|
Riyyi
|
63d011d00a
|
Meta: Add build requirements to README.org
|
2022-02-07 13:20:47 +01:00 |
|
Riyyi
|
9b87ad7f1d
|
CMake: version 3.16 doesn't support the rm command
|
2022-02-07 12:57:11 +01:00 |
|
Riyyi
|
ef1fce060a
|
Manager: Drop 'sudo' package dependency
|
2022-02-02 22:24:12 +01:00 |
|
Riyyi
|
439f39218b
|
Manager: Drop 'cat' package dependency
|
2022-02-02 22:10:37 +01:00 |
|
Riyyi
|
7672180eb7
|
Manager: Handle package list errors
|
2022-02-02 21:49:05 +01:00 |
|
Riyyi
|
3a10ca3d59
|
Manager: Drop 'which' package dependency
|
2022-02-02 21:25:25 +01:00 |
|
Riyyi
|
18da83e7bb
|
Manager: Implement AUR helper detection
|
2022-02-02 21:17:09 +01:00 |
|
Riyyi
|
4bf7b3d38f
|
Manager: Put machine information fetching in separate functions
|
2022-02-02 18:10:35 +01:00 |
|
Riyyi
|
5f023e579a
|
Manager: Enable flag for -git AUR package installation
|
2022-02-02 14:07:45 +01:00 |
|
Riyyi
|
50c98b1482
|
Manager: Implement package installation
|
2022-02-02 12:29:10 +01:00 |
|
Riyyi
|
42b34aad61
|
Manager: Create package list file if non-existent
|
2022-02-01 18:16:56 +01:00 |
|
Riyyi
|
592ee124cb
|
Manager: Do not print debugging output on release mode
|
2022-01-31 20:42:17 +01:00 |
|
Riyyi
|
8cb2affc50
|
Manager: Clean up main.cpp
|
2022-01-31 20:26:44 +01:00 |
|
Riyyi
|
9656760ef8
|
Test: Move unit tests into separate directory
|
2022-01-31 15:56:28 +01:00 |
|
Riyyi
|
5147721fb5
|
Meta: Fix typo in README.org
|
2022-01-31 15:14:45 +01:00 |
|
Riyyi
|
25905594a2
|
Meta: Add build instructions and basic usage to README.org
|
2022-01-31 11:17:45 +01:00 |
|
Riyyi
|
d4ef69451e
|
CMake: Rename project stowage => manafiles
|
2022-01-31 11:14:31 +01:00 |
|
Riyyi
|
aad44f95ff
|
CMake: Add uninstall target
|
2022-01-30 21:02:54 +01:00 |
|
Riyyi
|
bbed6acee9
|
CMake+Doc: Add man page and its installation
|
2022-01-30 21:02:54 +01:00 |
|
Riyyi
|
3c1f55768f
|
CMake: Add installation of the program binary
|
2022-01-29 21:59:51 +01:00 |
|
Riyyi
|
688ae78fd3
|
CMake: Put the run target in the targets section
|
2022-01-29 21:58:52 +01:00 |
|
Riyyi
|
d8a752ac83
|
CMake: Improve build type detection
|
2022-01-29 17:37:44 +01:00 |
|
Riyyi
|
49448de932
|
CMake: Reorganize root file
|
2022-01-29 17:37:44 +01:00 |
|
Riyyi
|
401a70fbd7
|
CMake: Version 2.4 and below should fail instead of giving a warning
|
2022-01-28 21:21:43 +01:00 |
|
Riyyi
|
9ace822a46
|
CMake: Define language in project targets, dedup CXX settings
|
2022-01-28 11:32:13 +01:00 |
|
Riyyi
|
c4019cde11
|
Test: Add test case for selectively commenting
|
2022-01-25 14:18:32 +01:00 |
|
Riyyi
|
91f8253ed5
|
Test: Update verify macro to support a custom result behavior
|
2022-01-25 13:58:44 +01:00 |
|
Riyyi
|
b9aff29293
|
Test: Convert homeDirectory std::string => std::filesystem::path
|
2022-01-24 19:52:23 +01:00 |
|
Riyyi
|
1a9b0d870a
|
Test: Properly test adding non-existing dotfiles
|
2022-01-24 19:46:41 +01:00 |
|
Riyyi
|
c61aefa2e3
|
Test: Add dotfile test case for path exclusion
|
2022-01-24 19:39:51 +01:00 |
|
Riyyi
|
4fd90cfa43
|
Test: Only compute process ID once
|
2022-01-24 17:47:50 +01:00 |
|
Riyyi
|
e2f9ed1176
|
Test: Fix file permissions for system file tests
|
2022-01-24 17:27:40 +01:00 |
|
Riyyi
|
422f71f19e
|
Test: Add system file test cases
|
2022-01-24 15:02:15 +01:00 |
|
Riyyi
|
ff92522b8c
|
Test: Add stderr stream pointer to the test suite
|
2022-01-24 14:58:48 +01:00 |
|
Riyyi
|
b961e17b50
|
Test: Set ownership of created dotfile test files to the current user
|
2022-01-24 14:45:40 +01:00 |
|
Riyyi
|
eb4822b44b
|
Test: Add macro that bails function if the condition fails
|
2022-01-24 14:44:04 +01:00 |
|
Riyyi
|
82f38345d1
|
Manager: Fix system target detection in working directory
|
2022-01-24 14:24:17 +01:00 |
|
Riyyi
|
1b4de8fb5d
|
Manager: Run clang-format
|
2022-01-24 01:09:22 +01:00 |
|
Riyyi
|
4da262a8fe
|
Manager: Add working directory getter
|
2022-01-24 01:03:30 +01:00 |
|
Riyyi
|
c032373940
|
Manager: Add verbose flag and store it in new Config class
Check the verbosity in the Dotfile class when printing file operations.
|
2022-01-24 01:03:30 +01:00 |
|
Riyyi
|
5ec1272172
|
Manager: Set process group ID before user ID
setegid() needs to be called before seteuid(); otherwise, the setegid()
call will fail because the process no longer has root privileges.
|
2022-01-24 01:03:30 +01:00 |
|
Riyyi
|
7856e9017c
|
Test: Add dotfile test cases
|
2022-01-24 01:03:30 +01:00 |
|
Riyyi
|
8c8eb01d18
|
CMake: Compile all sources for the test suite binary
|
2022-01-24 01:03:30 +01:00 |
|
Riyyi
|
5d5c37a496
|
Manager: Detect system files correctly during add and pull operations
|
2022-01-24 00:29:50 +01:00 |
|
Riyyi
|
d7ff637fd0
|
Manager: Convert dotfile class to singleton
|
2022-01-24 00:29:50 +01:00 |
|