Statistics
| Branch: | Tag: | Revision:

gnupg-for-android / .gitignore @ master

History | View | Annotate | Download (774 Bytes)

# Date Author Comment
85f4676c 01/30/2014 07:15 pm hans

include all GnuPG test suites that will run in Android

Each GnuPG project includes a tests/ folder with a bunch of test programs
and data that are normally run using `make check`. Since building for
Android means cross-compiling, `make check` will not work. That means we...

0325cc43 01/15/2014 10:36 pm hans

get curl building in Android-style and include it the build

refs #1548

33c1db4f 01/15/2014 10:26 pm hans

make project build depends work better so builds don't always get triggered

Currently, it seems that the dependencies, i.e. libgpg-error, get build
everytime no matter what. This puts the depends on the installed .so file
so that should make it a bit more reliable. Changing the installed .so...

5a6be8ad 01/15/2014 10:12 pm hans

include all CPU-specific JNI build folders

433eca96 12/06/2013 02:51 am hans

standardize build-stamp usage in external/Makefile

This is an attempt at making build dependencies work better, so that it
doesn't rebuild everything every time.

05548676 12/03/2013 05:46 pm abeluck

format JNI C code with astyle. styled included in documentation

refs #1629

2aaf51db 07/01/2013 07:44 pm hans

move run-tests.sh and pinentry-tests/ into assets, they are not external

external/ should be for submodules and the build system directly related
to the submodules. pinentry-tests/ and run-tests.sh are installed into
assets/ but are not submodules nor part of their build system. Therefore,...

142b5cb4 06/13/2013 10:03 am abeluck

add kdevelop project files to gitignore

8a7495f4 05/01/2013 11:33 pm hans

automatically include test files when including files in assets/

861985b7 04/19/2013 08:43 pm hans

create aliases for all cmd line commands that auto-setup necessary env vars

GnuPG tools require a writeable HOME or GNUPGHOME to put the keyring in,
and the lib/ folder in LD_LIBRARY_PATH so the tools can find the needed
shared libraries. These alias scripts just set up those env vars, so that...

adb2dcd7 12/29/2012 04:27 pm abeluck

gitignore: add pinentry-build-stamp

cbec4966 12/19/2012 09:54 am abeluck

gitignore: vim and eclipse files

70a7aeac 10/23/2012 03:48 am hans

ignore files created by 'android update project'

57b61e1f 09/18/2012 09:03 pm hans

add rule generate TAGS for emacs/etags

2fae82f0 08/17/2012 09:48 pm hans

updated gpgme to v1.3.2 and removed hacks that are no longer needed

1ab44529 08/09/2012 08:25 pm hans

include the external build NDKBuilder since Eclipse will freak out without (requires NDK in /opt/android-ndk)

25279840 03/10/2012 02:22 am hans

plug in gpgme-for-java and hook up to a menu option for testing

06d70c4e 03/10/2012 12:52 am hans

include gpgme-for-java from master and build using ndk-build

cb003c65 02/23/2012 10:16 pm hans

ignore assets/ since its currently generated from external/Makefile

a601c3c7 02/18/2012 03:21 am hans

ignore bin/ and gen/

fdbefe43 01/27/2012 10:22 pm hans

fix prefix variable in builds and set it to /data/local

4801beb2 01/27/2012 09:44 pm hans

build and install libiconv-1.14

92631b63 01/27/2012 06:05 pm hans

added adns-1.4 to the build

6eae9f20 01/27/2012 05:36 pm hans

added npth build support, gnupg is migrating from pth to npth

01efd556 01/17/2012 11:14 pm hans

build and install libcurl for gnupg

3e86f3ae 01/17/2012 08:20 pm hans

first complete install of openldap libraries/ and include/

doc/ tests/ clients/ servers/ were all omitted from the install since clients/ failed to isntall

77563d6b 01/14/2012 12:48 am hans

ignore build-stamps

aa36ab97 01/14/2012 12:03 am hans

ignore the build products in external