-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installing grive on macOS through homebrew #364
base: master
Are you sure you want to change the base?
Commits on Oct 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 32f62c0 - Browse repository at this point
Copy the full SHA 32f62c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 150a817 - Browse repository at this point
Copy the full SHA 150a817View commit details
Commits on Dec 6, 2016
-
Fix man page to reflect fix #58
"Make ignore regexp non-persistent (fix #58)" should be reflected in the man page.
Configuration menu - View commit details
-
Copy full SHA for f8ea376 - Browse repository at this point
Copy the full SHA f8ea376View commit details
Commits on Feb 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bddf8cf - Browse repository at this point
Copy the full SHA bddf8cfView commit details
Commits on Mar 10, 2017
-
also compile with cURL Version less than 7.32.0
Jan committedMar 10, 2017 Configuration menu - View commit details
-
Copy full SHA for 974733f - Browse repository at this point
Copy the full SHA 974733fView commit details
Commits on Mar 19, 2017
-
Merge pull request #137 from JanST123/old_curl
also compile with cURL Version less than 7.32.0
Configuration menu - View commit details
-
Copy full SHA for e8a8801 - Browse repository at this point
Copy the full SHA e8a8801View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0aff5b - Browse repository at this point
Copy the full SHA a0aff5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63bb138 - Browse repository at this point
Copy the full SHA 63bb138View commit details
Commits on Mar 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4b6cf69 - Browse repository at this point
Copy the full SHA 4b6cf69View commit details
Commits on Apr 27, 2017
-
The units can be used to automatically sync a folder in the users home dir * every 3 minutes * on local file changes (requires inotify-tools). To enable the units for `~/google-drive/`: ``` systemctl --user enable [email protected] systemctl --user start [email protected] systemctl --user enable [email protected] systemctl --user start [email protected] ``` The units can be enabled multiple times
Configuration menu - View commit details
-
Copy full SHA for d996989 - Browse repository at this point
Copy the full SHA d996989View commit details
Commits on Jun 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4fe1e71 - Browse repository at this point
Copy the full SHA 4fe1e71View commit details
Commits on Aug 11, 2017
-
on linux mint 18.3 I also had to install "debhelper", "zlib1g-dev" & "dpkg-dev" to be able to run the dpkg-buildpackage command
Configuration menu - View commit details
-
Copy full SHA for 90c603d - Browse repository at this point
Copy the full SHA 90c603dView commit details
Commits on Oct 4, 2017
-
Merge pull request #155 from mitoskalandiel/patch-1
added 3 more dependencies
Configuration menu - View commit details
-
Copy full SHA for 3c90425 - Browse repository at this point
Copy the full SHA 3c90425View commit details
Commits on Oct 14, 2017
-
Adding command-line options to specify authentication id and secret.
On branch custom-id-secret Changes to be committed: modified: grive/src/main.cc
Configuration menu - View commit details
-
Copy full SHA for 31b5ab5 - Browse repository at this point
Copy the full SHA 31b5ab5View commit details
Commits on Nov 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 81a7c34 - Browse repository at this point
Copy the full SHA 81a7c34View commit details
Commits on Nov 21, 2017
-
Merge pull request #132 from doronbehar/master
Add completion file for zsh.
Configuration menu - View commit details
-
Copy full SHA for 5561c0e - Browse repository at this point
Copy the full SHA 5561c0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e5c61b - Browse repository at this point
Copy the full SHA 4e5c61bView commit details -
Merge pull request #143 from janschulz/systemd_grive
Add user systemd units
Configuration menu - View commit details
-
Copy full SHA for d84e0d9 - Browse repository at this point
Copy the full SHA d84e0d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 262edd7 - Browse repository at this point
Copy the full SHA 262edd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcbdbfc - Browse repository at this point
Copy the full SHA dcbdbfcView commit details -
Merge pull request #122 from aschei/master
Fix man page to reflect fix #58
Configuration menu - View commit details
-
Copy full SHA for 76d7600 - Browse repository at this point
Copy the full SHA 76d7600View commit details -
Merge pull request #170 from vlachoudis/master
Added libstdc++-7-dev in the Build-Depends for Ubuntu 17.10
Configuration menu - View commit details
-
Copy full SHA for 2155b75 - Browse repository at this point
Copy the full SHA 2155b75View commit details -
Merge pull request #115 from sizeofvoid/master
OpenBSD install and compile fixes and improvements
Configuration menu - View commit details
-
Copy full SHA for 84c57c1 - Browse repository at this point
Copy the full SHA 84c57c1View commit details
Commits on Dec 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 70c5c64 - Browse repository at this point
Copy the full SHA 70c5c64View commit details
Commits on Dec 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 94bda77 - Browse repository at this point
Copy the full SHA 94bda77View commit details
Commits on Dec 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d698d59 - Browse repository at this point
Copy the full SHA d698d59View commit details
Commits on Jan 3, 2018
-
Fix uninitialized use of c2 variable in State::FromLocal
Pavel Roskin committedJan 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 2e75fc6 - Browse repository at this point
Copy the full SHA 2e75fc6View commit details -
Link against specific Boost libraries, avoid using Boost_LIBRARIES
grive should not be linked against the Boost unit test framework, only btest needs it. Don't specify Boost libraries for executables if libgrive uses those libraries. CMake takes care of the dependencies.
Pavel Roskin committedJan 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 8f2f217 - Browse repository at this point
Copy the full SHA 8f2f217View commit details
Commits on Jan 15, 2018
-
FreeBSD fixes and improvements
Carlos J committedJan 15, 2018 Configuration menu - View commit details
-
Copy full SHA for bff4622 - Browse repository at this point
Copy the full SHA bff4622View commit details -
Unbreak the build against new Clang version 6.0.0
Carlos J committedJan 15, 2018 Configuration menu - View commit details
-
Copy full SHA for b06f66c - Browse repository at this point
Copy the full SHA b06f66cView commit details
Commits on Jan 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cdea48e - Browse repository at this point
Copy the full SHA cdea48eView commit details
Commits on Feb 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2de114b - Browse repository at this point
Copy the full SHA 2de114bView commit details
Commits on Apr 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 80bbe5f - Browse repository at this point
Copy the full SHA 80bbe5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fddabe7 - Browse repository at this point
Copy the full SHA fddabe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48bfe66 - Browse repository at this point
Copy the full SHA 48bfe66View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5e1b67 - Browse repository at this point
Copy the full SHA f5e1b67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1443dd9 - Browse repository at this point
Copy the full SHA 1443dd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e3892 - Browse repository at this point
Copy the full SHA f0e3892View commit details -
Configuration menu - View commit details
-
Copy full SHA for f19406e - Browse repository at this point
Copy the full SHA f19406eView commit details
Commits on May 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b47dd70 - Browse repository at this point
Copy the full SHA b47dd70View commit details
Commits on Jul 22, 2018
-
Merge pull request #201 from TopherGopher/master
Drastically increases page sizes for listing - Dockerizes grive2 (cross-platform)
Configuration menu - View commit details
-
Copy full SHA for 5949932 - Browse repository at this point
Copy the full SHA 5949932View commit details -
Merge pull request #180 from proski/boost-only-needed-libraries
Link against specific Boost libraries, avoid using Boost_LIBRARIES
Configuration menu - View commit details
-
Copy full SHA for 8384f0c - Browse repository at this point
Copy the full SHA 8384f0cView commit details -
Merge pull request #186 from cpu82/master
FreeBSD fixes and improvements
Configuration menu - View commit details
-
Copy full SHA for ad9b66a - Browse repository at this point
Copy the full SHA ad9b66aView commit details -
Merge pull request #179 from proski/c2-uninitialized
Fix uninitialized use of c2 variable in State::FromLocal
Configuration menu - View commit details
-
Copy full SHA for 6b03e24 - Browse repository at this point
Copy the full SHA 6b03e24View commit details -
Merge pull request #177 from psfloyd/master
Fix for systemd services and script, so it works with directories with sapces in their names.
Configuration menu - View commit details
-
Copy full SHA for 6fe5f0c - Browse repository at this point
Copy the full SHA 6fe5f0cView commit details -
Merge pull request #160 from redmercury/custom-id-secret
New command line options
Configuration menu - View commit details
-
Copy full SHA for 34d4582 - Browse repository at this point
Copy the full SHA 34d4582View commit details -
Merge pull request #196 from jankatins/systemd_files_readme
Systemd files readme
Configuration menu - View commit details
-
Copy full SHA for f516356 - Browse repository at this point
Copy the full SHA f516356View commit details
Commits on Jul 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 98d5b92 - Browse repository at this point
Copy the full SHA 98d5b92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93cae25 - Browse repository at this point
Copy the full SHA 93cae25View commit details
Commits on Jul 30, 2018
-
Fix #218 - Impossible to ignore sub-subdirectory via griveignore
Now an example .griveignore will look like this: ** !dir/subdir/subdir
Configuration menu - View commit details
-
Copy full SHA for cbac85a - Browse repository at this point
Copy the full SHA cbac85aView commit details
Commits on Aug 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d4a0445 - Browse repository at this point
Copy the full SHA d4a0445View commit details
Commits on Aug 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cf51167 - Browse repository at this point
Copy the full SHA cf51167View commit details
Commits on Oct 8, 2018
-
Changed the g++ package to gcc-c++
Fixed the Fedora install directions.
Alex Martin authoredOct 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 60ecd5b - Browse repository at this point
Copy the full SHA 60ecd5bView commit details
Commits on Dec 4, 2018
-
Escape folder when calling sync from change listener
The old version would pass in an unescaped directory, which then got unescaped by the sync call. In some cases it worked but resulted in foldername wold not matched reality (example: google-drive -> google/drive) and error out when checking if that folder exists.
Configuration menu - View commit details
-
Copy full SHA for e3e18fe - Browse repository at this point
Copy the full SHA e3e18feView commit details -
Update readme how to enable and start systemd units
It missed that escaping was essential if you didn't use a all [a-z] foldername...
Configuration menu - View commit details
-
Copy full SHA for f9cad3b - Browse repository at this point
Copy the full SHA f9cad3bView commit details
Commits on Feb 9, 2019
-
Define off64_t=off_t for macOS
Detect the systemd binary and install the systemd units conditionally.
Configuration menu - View commit details
-
Copy full SHA for 8e3c3d2 - Browse repository at this point
Copy the full SHA 8e3c3d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e972a77 - Browse repository at this point
Copy the full SHA e972a77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ef50e9 - Browse repository at this point
Copy the full SHA 7ef50e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6354689 - Browse repository at this point
Copy the full SHA 6354689View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4742fd - Browse repository at this point
Copy the full SHA d4742fdView commit details
Commits on Feb 24, 2019
-
Merge pull request #247 from jankatins/remove-unneded-dependencies
Remove unneded link-time dependency on libz and libexpat
Configuration menu - View commit details
-
Copy full SHA for 00d5148 - Browse repository at this point
Copy the full SHA 00d5148View commit details -
Merge pull request #244 from jankatins/fix_unescaped_folder_name
Escape folder when calling sync from change listener
Configuration menu - View commit details
-
Copy full SHA for 294b1b1 - Browse repository at this point
Copy the full SHA 294b1b1View commit details -
Merge pull request #221 from martinak1/master
Added the install instruction for Fedora
Configuration menu - View commit details
-
Copy full SHA for f039e38 - Browse repository at this point
Copy the full SHA f039e38View commit details
Commits on Oct 30, 2019
-
Add 'project' directive to the build script
Gianluca Recchia committedOct 30, 2019 Configuration menu - View commit details
-
Copy full SHA for fe17d71 - Browse repository at this point
Copy the full SHA fe17d71View commit details
Commits on Nov 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 13ac9bd - Browse repository at this point
Copy the full SHA 13ac9bdView commit details
Commits on Nov 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 548ea36 - Browse repository at this point
Copy the full SHA 548ea36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3929909 - Browse repository at this point
Copy the full SHA 3929909View commit details
Commits on Nov 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ad7844b - Browse repository at this point
Copy the full SHA ad7844bView commit details
Commits on Dec 13, 2019
-
Extends support application id and secret support
- persistent id's in config - cmake supports id's during config - priority: default(cmake), config, cli
AmonRaNet committedDec 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 79312b9 - Browse repository at this point
Copy the full SHA 79312b9View commit details
Commits on Dec 15, 2019
-
Merge pull request #294 from AmonRaNet/extend-custom-app-id-secret
Extends support application id and secret support
Configuration menu - View commit details
-
Copy full SHA for bdcb76e - Browse repository at this point
Copy the full SHA bdcb76eView commit details
Commits on Dec 16, 2019
-
Fix Fedora (and RHEL) suggested dependencies
We need boost-devel to compile.
Configuration menu - View commit details
-
Copy full SHA for de6404b - Browse repository at this point
Copy the full SHA de6404bView commit details
Commits on Dec 31, 2019
-
Add instruction for replacing the OAuth2 client
AmonRaNet committedDec 31, 2019 Configuration menu - View commit details
-
Copy full SHA for 9418297 - Browse repository at this point
Copy the full SHA 9418297View commit details
Commits on Jan 6, 2020
-
Merge pull request #297 from AmonRaNet/update-readme
Add instruction for replacing the OAuth2 client
Configuration menu - View commit details
-
Copy full SHA for 37df02a - Browse repository at this point
Copy the full SHA 37df02aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3cce71 - Browse repository at this point
Copy the full SHA a3cce71View commit details
Commits on Jan 14, 2020
-
[SymbolInfo.cc] Support compilation with binutils >= 2.33.1 on Debian.
bfd_get_section_vma macro was removed. bfd_section_size changed signature. See inline comment for details.
Giuseppe Corbelli committedJan 14, 2020 Configuration menu - View commit details
-
Copy full SHA for b4d6ac0 - Browse repository at this point
Copy the full SHA b4d6ac0View commit details
Commits on Jan 20, 2020
-
Adding CMake's Backtrace package to resolve issue where the project f…
…ails to compile under BSD.
Configuration menu - View commit details
-
Copy full SHA for 6aeec25 - Browse repository at this point
Copy the full SHA 6aeec25View commit details
Commits on Feb 5, 2020
-
fix ubuntu/debian suggested dependencies
lmmamercy authoredFeb 5, 2020 Configuration menu - View commit details
-
Copy full SHA for dc19464 - Browse repository at this point
Copy the full SHA dc19464View commit details -
Merge pull request #303 from lmmamercy/master
fix ubuntu/debian suggested dependencies
Configuration menu - View commit details
-
Copy full SHA for fa3c394 - Browse repository at this point
Copy the full SHA fa3c394View commit details -
Merge pull request #299 from cowo78/master
Support compilation with binutils >= 2.33.1 on Debian.
Configuration menu - View commit details
-
Copy full SHA for af2a6de - Browse repository at this point
Copy the full SHA af2a6deView commit details -
Merge pull request #295 from fbicknel/patch-1
Fix Fedora (and RHEL) suggested dependencies
Configuration menu - View commit details
-
Copy full SHA for 58a689a - Browse repository at this point
Copy the full SHA 58a689aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ddc023 - Browse repository at this point
Copy the full SHA 2ddc023View commit details -
Configuration menu - View commit details
-
Copy full SHA for a295641 - Browse repository at this point
Copy the full SHA a295641View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ae61ab - Browse repository at this point
Copy the full SHA 2ae61abView commit details -
Merge pull request #289 from danielsouzat/master
+clean debian packaging
Configuration menu - View commit details
-
Copy full SHA for 1456e6e - Browse repository at this point
Copy the full SHA 1456e6eView commit details -
Merge pull request #300 from redmercury/master
This change fixed a BSD compile issue.
Configuration menu - View commit details
-
Copy full SHA for 03bbc20 - Browse repository at this point
Copy the full SHA 03bbc20View commit details -
Merge pull request #285 from brainplot/cmake-fix
Add 'project' directive to the build script
Configuration menu - View commit details
-
Copy full SHA for ffb744a - Browse repository at this point
Copy the full SHA ffb744aView commit details
Commits on Mar 3, 2020
-
fix systemd-escape hyphen usage
Michael Bartlett committedMar 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 7b42e2d - Browse repository at this point
Copy the full SHA 7b42e2dView commit details
Commits on Apr 8, 2020
-
Added support for building on Debian 10 without installing gcc7.
Configuration menu - View commit details
-
Copy full SHA for 97a9726 - Browse repository at this point
Copy the full SHA 97a9726View commit details
Commits on Sep 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a8b8493 - Browse repository at this point
Copy the full SHA a8b8493View commit details
Commits on Mar 14, 2021
-
Revert "Exclude symlinks from sync"
This reverts commit b47dd70. This could trigger a infinite loop between the timer unit (running a sync and changing the griveignore file at the start) and the changes unit (reacting to the griveignore change and retriggering the sync).
Configuration menu - View commit details
-
Copy full SHA for c7a949d - Browse repository at this point
Copy the full SHA c7a949dView commit details -
Add systemd unit to enable both timer and changes based syncs
Now it's enough to enable and start `grive@<folder>.service`.
Configuration menu - View commit details
-
Copy full SHA for 1bab757 - Browse repository at this point
Copy the full SHA 1bab757View commit details
Commits on Mar 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d7008b8 - Browse repository at this point
Copy the full SHA d7008b8View commit details -
Increment version for debian package and add some changes there
* Updated debhelper compat level to latest stable one
Configuration menu - View commit details
-
Copy full SHA for 0b53b08 - Browse repository at this point
Copy the full SHA 0b53b08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 378df28 - Browse repository at this point
Copy the full SHA 378df28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dfc9a5 - Browse repository at this point
Copy the full SHA 4dfc9a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5510ca1 - Browse repository at this point
Copy the full SHA 5510ca1View commit details
Commits on Mar 18, 2021
-
Remove the libstdc++ dependency
These are included in the right version via the suggested installation of build-essential, which which installs the right lib via dependencies: g++ -> g++-<version> -> libstdc++-<version> Adding it explicitly meant always adding new versions :-(
Configuration menu - View commit details
-
Copy full SHA for e0965f7 - Browse repository at this point
Copy the full SHA e0965f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27ca714 - Browse repository at this point
Copy the full SHA 27ca714View commit details
Commits on Mar 23, 2021
-
Ensure that the systemd files get installed in debian
If you build in pbuilder, no systemd is installed and so the flag is set to false which means the files will not get installed. Adding the explicit flag will make sure they are included in the package.
Configuration menu - View commit details
-
Copy full SHA for 9076e3a - Browse repository at this point
Copy the full SHA 9076e3aView commit details
Commits on Mar 30, 2021
-
Move helper script into libexec dir
This seems to be a proper dir for such "not-for-normal-user" things...
Configuration menu - View commit details
-
Copy full SHA for 050fcf5 - Browse repository at this point
Copy the full SHA 050fcf5View commit details
Commits on Apr 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 814b724 - Browse repository at this point
Copy the full SHA 814b724View commit details -
Add compatibility define for off64_t.
Not all systems define off64_t.
Configuration menu - View commit details
-
Copy full SHA for 30763e2 - Browse repository at this point
Copy the full SHA 30763e2View commit details
Commits on May 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e36f362 - Browse repository at this point
Copy the full SHA e36f362View commit details -
Merge pull request #340 from jankatins/update_debian_version
Update debian packaging
Configuration menu - View commit details
-
Copy full SHA for 3a28149 - Browse repository at this point
Copy the full SHA 3a28149View commit details -
Merge pull request #310 from mbartlet/systemd-escape
fix systemd-escape hyphen usage
Configuration menu - View commit details
-
Copy full SHA for cb3c586 - Browse repository at this point
Copy the full SHA cb3c586View commit details -
Merge pull request #325 from agusalex/master
Optimized (using Alpine) Docker image size (compressed) 214MB -> 62MB
Configuration menu - View commit details
-
Copy full SHA for b112fcc - Browse repository at this point
Copy the full SHA b112fccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03a2c58 - Browse repository at this point
Copy the full SHA 03a2c58View commit details -
Configuration menu - View commit details
-
Copy full SHA for d55fe7f - Browse repository at this point
Copy the full SHA d55fe7fView commit details
Commits on May 27, 2021
-
Merge pull request #246 from jankatins/add-main-systemd-unit
Add systemd unit to enable both timer and changes based syncs
Configuration menu - View commit details
-
Copy full SHA for dedb762 - Browse repository at this point
Copy the full SHA dedb762View commit details -
Merge pull request #245 from jankatins/revert_symlink_handling_in_sync
Revert "Exclude symlinks from sync"
Configuration menu - View commit details
-
Copy full SHA for e6fcc63 - Browse repository at this point
Copy the full SHA e6fcc63View commit details
Commits on Jul 8, 2021
-
fixed: CMAKE_INSTALL_FULL_LIBDIR -> CMAKE_INSTALL_FULL_LIBEXECDIR
Because, It must equal GRIVE_SYNC_SH_BINARY and actual grive-sync.sh path. I patched my gentoo overlay ebuild. [added: grive: libexec patch · ncaq/ncaq-overlay@ed3354f](ncaq/ncaq-overlay@ed3354f)
Configuration menu - View commit details
-
Copy full SHA for 48f5f0e - Browse repository at this point
Copy the full SHA 48f5f0eView commit details
Commits on Nov 28, 2021
-
Merge pull request #345 from ncaq/fix-shell-script-path
fixed: CMAKE_INSTALL_FULL_LIBDIR -> CMAKE_INSTALL_FULL_LIBEXECDIR
Configuration menu - View commit details
-
Copy full SHA for 6901fbb - Browse repository at this point
Copy the full SHA 6901fbbView commit details
Commits on May 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3cf1c05 - Browse repository at this point
Copy the full SHA 3cf1c05View commit details
Commits on Sep 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5c8e87e - Browse repository at this point
Copy the full SHA 5c8e87eView commit details
Commits on Nov 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6645206 - Browse repository at this point
Copy the full SHA 6645206View commit details -
Configuration menu - View commit details
-
Copy full SHA for 328987e - Browse repository at this point
Copy the full SHA 328987eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d03c4a2 - Browse repository at this point
Copy the full SHA d03c4a2View commit details
Commits on Dec 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cd4665a - Browse repository at this point
Copy the full SHA cd4665aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b788284 - Browse repository at this point
Copy the full SHA b788284View commit details
Commits on Dec 10, 2022
-
Merge pull request #371 from jasper1378/master
Fix CMake CMP0004 Error
Configuration menu - View commit details
-
Copy full SHA for ae38035 - Browse repository at this point
Copy the full SHA ae38035View commit details -
Merge pull request #363 from junghans/patch-1
Syncer.hh: fix build with gcc-12
Configuration menu - View commit details
-
Copy full SHA for f9e9fe5 - Browse repository at this point
Copy the full SHA f9e9fe5View commit details -
Merge pull request #361 from jumoog/master
reduce docker image size even more
Configuration menu - View commit details
-
Copy full SHA for eb82bfe - Browse repository at this point
Copy the full SHA eb82bfeView commit details -
Cache layers during Docker build, take source from the current dir in…
…stead of cloning
Configuration menu - View commit details
-
Copy full SHA for 648ff8e - Browse repository at this point
Copy the full SHA 648ff8eView commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be52cb2 - Browse repository at this point
Copy the full SHA be52cb2View commit details