Skip to content
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

Improve FindBFD.cmake #144

Open
wants to merge 106 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
106 commits
Select commit Hold shift + click to select a range
f4a7577
Don't use the SignalFunctor at all (not an efficient solution)
May 2, 2012
a857cc8
Fix typo
May 2, 2012
1986660
Use the map properly + remove the singleton unwanted methods
May 2, 2012
f9c710d
Improve the unit test (output a report.xml file)
May 2, 2012
fabc110
Merge branch 'cppunit-improvements' into fix-interrupt
massix May 3, 2012
8107d08
Declare the RegisterSignal() as throwing SignalError
massix May 3, 2012
628cfe4
Gracefully fail if an error occurs
massix May 3, 2012
39d3cfa
Merge remote-tracking branch 'origin/master'
massix May 4, 2012
4b35a0d
Slowly start building the GUI (created sources' tree, cmakes, ...)
massix May 6, 2012
d1fb378
Insert license
massix May 6, 2012
36696f6
Merge remote-tracking branch 'origin/master'
massix May 6, 2012
e295036
Check if bfd.h can be included (fixes #72)
junghans Nov 3, 2012
3f2cc92
Fix binutils compilation error
JarekSed Dec 6, 2012
422fae0
YAJL is required to build.
jar1karp May 26, 2013
f6947a3
No man page to install for bgrive.
jar1karp May 26, 2013
87786b7
Merge branch 'master' of https://github.com/Grive/grive
JarekSed Jun 18, 2013
c543b98
Fixed casting bug
JarekSed Jun 18, 2013
49992c3
removed bgrive man1 page, it doesn't exist
JarekSed Jun 18, 2013
049af02
Fixed make on fedora 17.
vehre Jun 21, 2013
9db5600
Fix json-c library path
Jul 3, 2013
452b130
bgrive tries to install grive man page
Jul 3, 2013
8d0716c
Fedora 19 has json-c as library libjson-c and no longer as libjson. F…
vehre Jul 10, 2013
752eb3f
Allow to sync just one directory in the root
vitalif Sep 7, 2013
3fa56d4
Update State.cc
drew-viles Sep 25, 2013
2562c8d
Update State.cc
drew-viles Oct 23, 2013
47c6492
Define PACKAGE & PACKAGE_VERSION for bfd.
Nov 19, 2013
84aebfe
Add json-c as primary name for JSONC_LIBRARY.
Nov 19, 2013
89506b4
Add autogenerated stuff to .gitignore
Nov 24, 2013
c15bfbe
Ignore only .grive and .grive_state
Nov 24, 2013
8b434da
Reduce number of syscalls while scanning local files
Nov 24, 2013
986ab4a
Log XML on parse failure
Nov 24, 2013
645bb2e
Add delay before auth token refresh
Nov 26, 2013
84785ec
Fix hang when upload receives HTTP 500
Nov 24, 2013
3775572
Retry upload on XML error instead of crashing
Nov 24, 2013
b0d986a
Add delay before auth token refresh
Nov 26, 2013
a11eae8
Fix hang when upload receives HTTP 500
Nov 24, 2013
307c934
Retry upload on XML error instead of crashing
Nov 24, 2013
90ef29a
Fix json-c library name.
jar1karp Dec 22, 2013
cbcc728
Merge remote-tracking branch 'pblaszczyk/build_failure' into pullukka
jar1karp Dec 30, 2013
6cbc836
Merge remote-tracking branch 'yarogami/stability-fixes' into pullukka
jar1karp Dec 30, 2013
a767205
Merge remote-tracking branch 'vehre/master' into pullukka
jar1karp Dec 30, 2013
7bf7416
Added description of doc,g modifier
ChesterBishop Jan 12, 2014
ac9e5f1
merge with latest head
massix Mar 2, 2014
1c94cd9
Remove . restrictions.
jeromemaloberti Mar 9, 2014
dee75f9
Fix a stupid bug.
jeromemaloberti Mar 10, 2014
179f655
Merge pull request #1 from vitalif/master
meisterT Mar 21, 2014
fb14abe
Merge pull request #2 from yarogami/stability-fixes
meisterT Mar 21, 2014
04b4c59
Merge pull request #3 from yarogami/visa
meisterT Mar 24, 2014
4f2a6aa
Yajl loaded with PkgConfig
ColinKinloch Mar 25, 2014
bcd8dbd
Fix json-c library path
Jul 3, 2013
6598f36
bgrive tries to install grive man page
Jul 3, 2013
23a47c1
Skip bgrive, install docs.
jar1karp Apr 17, 2014
be1bc5a
Spec file for building directly from github.
jar1karp Apr 17, 2014
508cd7e
Fix version string and doc packaging.
jar1karp Apr 17, 2014
0e0691e
added hard-coded filter for top-level folders
fhowar May 13, 2014
1301d4e
Fix compilation on Debian 7 i686 due to 3 missing boost::uint64_t ca…
davidedg Jul 1, 2014
459313e
Find YAJL via pkg-config
vitalif Jul 23, 2014
400d9e0
Fix long/int cast errors
vitalif Jul 23, 2014
94efea1
Do not try to install doc/grive.1 from bgrive cmake
vitalif Jul 23, 2014
81a4cf0
Put yajl dependency in Cmake
chreekat Jul 28, 2014
1cef976
Typo fix in log message
chreekat Jul 28, 2014
01f457d
Adds a few useful scripts for auto upload
wd5gnr Sep 1, 2014
1f5c6d4
Fixes deadlock problem but still possible for more than one grive to …
wd5gnr Sep 1, 2014
00e9986
Better fix for interlock using PID file
wd5gnr Sep 1, 2014
73fc8d2
Added -u/-uploadonly flag. This will only Upload files.
Sep 19, 2014
5914cef
Ignore only .grive and .grive_state
Sep 19, 2014
f8dff44
Add autogenerated stuff to .gitignore
Sep 19, 2014
aa040bc
Ignore .trash from sync
Sep 19, 2014
3c25cb5
Cleaned up whitespace
Sep 19, 2014
6d908c4
Merge branch 'master' of https://github.com/jar1karp/grive
Sep 28, 2014
56c149b
merge with massix/grive
Sep 28, 2014
fe1b918
Merge branch 'master' of https://github.com/wd5gnr/grive
Sep 29, 2014
d16fe71
Merge branch 'master' of https://github.com/chreekat/grive
Sep 29, 2014
43bf0e7
merge with chreekat/grive
Sep 29, 2014
ce3175c
Merge branch 'master' of https://github.com/vitalif/grive
Sep 29, 2014
a8d87d2
Fixed merge conflict
Sep 29, 2014
39659bf
Merge branch 'master' of https://github.com/davidedg/grive
Sep 29, 2014
355be55
Merge branch 'master' of https://github.com/fhowar/grive
Sep 29, 2014
42f4eff
Merge branch 'master' of https://github.com/ColinKinloch/grive
Sep 29, 2014
7bc1f43
Merge branch 'master' of https://github.com/meisterT/grive
Sep 29, 2014
b58423e
Merge branch 'master' of https://github.com/jeromemaloberti/grive
Sep 29, 2014
9b08ccf
Merge branch 'master' of https://github.com/ChesterBishop/grive
Sep 29, 2014
71c9d7f
Reverted merge of http://github.com/fhowar/grive
Sep 29, 2014
5ac4ae8
Revert merge of http://github.com/fhowar/grive
Sep 29, 2014
c587ffc
Corrected directory specific code
Sep 29, 2014
f6fac6f
Merge branch 'master' of https://github.com/DeeToTheVee/grive
Sep 29, 2014
0a29c2c
Added install_menifest.txt to .gitignore
Sep 29, 2014
ec8c21a
Merge https://github.com/jorti/grive
Sep 29, 2014
6781d2f
Merge https://github.com/JarekSed/grive
Sep 29, 2014
51a3d80
Fixed location of json.h
Sep 29, 2014
bf6467e
Fixes #1
Sep 29, 2014
5fc43a2
Not used for grive
Sep 29, 2014
f5b8433
Fixes merge issues
Sep 29, 2014
b7f8a82
Update README
Sep 29, 2014
ba87664
Change to version 3.1
Sep 29, 2014
38541f9
Merge branch 'master' of https://github.com/linwiz/grive
Sep 29, 2014
a946969
Added .travis.yml
Oct 1, 2014
5056c81
Update .gitignore
Oct 13, 2014
2e4cf0f
Removed old files from master branch
Oct 13, 2014
1a77f08
Update README
Oct 13, 2014
f80852a
Update README
Oct 13, 2014
e9285f9
Delete .travis.yml
Oct 13, 2014
3bf4df5
Merge pull request #3 from ottxor/master
Oct 26, 2014
f8e0fc7
Update CMakeLists.txt
Nov 8, 2014
1711df2
Update README
Nov 8, 2014
b230a1c
cmake: use pkg-config to find json-c
junghans Nov 19, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,17 @@ grive.kdev4
.project
.cproject
build/
CMakeCache.txt
CMakeFiles/
Makefile
cmake_install.cmake
grive/CMakeFiles/
grive/Makefile
grive/cmake_install.cmake
grive/grive
libgrive/CMakeFiles/
libgrive/Makefile
libgrive/btest
libgrive/cmake_install.cmake
libgrive/libgrive.a
install_manifest.txt
8 changes: 7 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ set( GRIVE_VERSION "0.3.0-pre" )

# common compile options
add_definitions( -DVERSION="${GRIVE_VERSION}" )
add_definitions( -DPACKAGE="grive" )
add_definitions( -DPACKAGE_VERSION="${GRIVE_VERSION}" )
add_definitions( -D_FILE_OFFSET_BITS=64 )

# Package name and version for libraries depending on autotools
add_definitions( -DPACKAGE="grive" )
add_definitions( -DPACKAGE_VERSION="${GRIVE_VERSION}" )

add_subdirectory( libgrive )
add_subdirectory( grive )
add_subdirectory( bgrive )

12 changes: 10 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Grive 0.3.0
25 July 2012
13 October 2014

Command line Google Drive Sync

http://www.lbreda.com/grive/

Expand All @@ -24,6 +26,7 @@ You need the following libraries:
- libstdc++
- libgcrypt
- Boost (Boost filesystem and program_option are required)
- yajl

There are also some optional dependencies:
- CppUnit (for unit tests)
Expand All @@ -50,6 +53,11 @@ Enjoy!

Version History:

Grive v0.3.1:
Merge Many forks (bug fixes and features) into linwiz/grive.
Remove useless code: bgrive and qgrive.


Grive v0.3: Bug fix & minor feature release
Fixed bugs:
#93: missing reference count increment in one of the Json constructors
Expand All @@ -59,4 +67,4 @@ Fixed bugs:
New features:
#87: support for revisions
#86: partial sync (contributed by justin at tierramedia.com)


43 changes: 0 additions & 43 deletions bgrive/CMakeLists.txt

This file was deleted.

116 changes: 0 additions & 116 deletions bgrive/src/DriveModel.cc

This file was deleted.

61 changes: 0 additions & 61 deletions bgrive/src/DriveModel.hh

This file was deleted.

58 changes: 0 additions & 58 deletions bgrive/src/MainWnd.cc

This file was deleted.

Loading