Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
bf47976
Move copyrightcons to submodule
Vanuan Aug 10, 2012
5946bd7
Add github page submodule
Vanuan Aug 10, 2012
c82d679
Move docs to github pages
Vanuan Aug 10, 2012
cb63016
Update website submodule
Vanuan Aug 11, 2012
31b287f
Move source to root folder
Vanuan Aug 11, 2012
ff96e6e
Move submodule
Vanuan Aug 11, 2012
168573a
Move .gitignore file
Vanuan Aug 11, 2012
550769b
Move log4cplus to submodule: remove bundled log4cplus
Vanuan Aug 11, 2012
c1bdfda
Move log4cplus to submodule: add submodule
Vanuan Aug 11, 2012
be32708
Update www submodule
Vanuan Aug 11, 2012
aad168c
Move cryptopp to submodule: delete cryptopp
Vanuan Aug 12, 2012
f449b32
Move cryptopp to submodule: Add cryptopp submodule
Vanuan Aug 12, 2012
a333c56
Move cryptopp to submodule: switch to cryptopp from submodule
Vanuan Aug 12, 2012
ef0ee09
Move cppunit to submodule: add submodule
Vanuan Aug 12, 2012
1358e21
Move cppunit to submodule: remove bundled cppunit
Vanuan Aug 12, 2012
d998bdf
Fix compilation error due to hardcoded cryptopp path
Vanuan Aug 12, 2012
848365f
Android.mk: Fix source paths, additional files
Vanuan Aug 25, 2012
2441e53
Support <endian.h> functions for bionic
Vanuan Aug 25, 2012
ff80173
Android: Add missing pthread_mutex_timedlock implementation
Vanuan Aug 26, 2012
b96614d
Extend include paths
Vanuan Aug 26, 2012
4ba8fe6
Enable exceptions
Vanuan Aug 26, 2012
c0c2180
Android.mk: Additional headers
Vanuan Aug 26, 2012
822ed5e
Andoid: include <sys/socket.h> as a prerequisite for <sys/un.h>
Vanuan Aug 26, 2012
7826fc7
Android.mk fixes
Vanuan Aug 26, 2012
4772e77
Change LIB to IviLinkUtils
Vanuan Aug 26, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ src_products
src_install
.cproject
.project
.settings
Debug
docs
axis.sublime-project
axis.sublime-workspace
*~
15 changes: 15 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[submodule "tools/copyrightcons"]
path = tools/copyrightcons
url = https://github.com/ivilink/copyrightcons.git
[submodule "www"]
path = www
url = https://github.com/ivilink/ivilink.github.com.git
[submodule "3rd_party/log4cplus/log4cplus"]
path = 3rd_party/log4cplus/log4cplus
url = https://github.com/ivilink/log4cplus.git
[submodule "3rd_party/cryptopp/cryptopp"]
path = 3rd_party/cryptopp/cryptopp
url = https://github.com/ivilink/cryptopp.git
[submodule "3rd_party/cppunit/cppunit"]
path = 3rd_party/cppunit/cppunit
url = https://github.com/ivilink/cppunit.git
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include $(COMMON_MK)
PKGNAME :=cppunit
PKGVER :=1.12.1

SOURCE_DIR :=$(PKGNAME)-$(PKGVER)
SOURCE_DIR :=$(PKGNAME)/$(PKGNAME)
INSTALL_DIR :=$(3RD_PARTY_DIR)

###############################################################################
Expand Down
1 change: 1 addition & 0 deletions 3rd_party/cppunit/cppunit
Submodule cppunit added at b9e30a
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include $(COMMON_MK)
PKGNAME :=cryptopp
PKGVER :=5.6.1

SOURCE_DIR :=$(PKGNAME)-$(PKGVER)
SOURCE_DIR :=$(PKGNAME)
INSTALL_DIR :=$(3RD_PARTY_DIR)

#LIB_NAME := libcryptopp.a
Expand Down
1 change: 1 addition & 0 deletions 3rd_party/cryptopp/cryptopp
Submodule cryptopp added at 1ff2e2
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include $(COMMON_MK)
PKGNAME :=log4cplus
PKGVER :=1.0.4

SOURCE_DIR :=$(PKGNAME)-$(PKGVER)
SOURCE_DIR :=$(PKGNAME)
INSTALL_DIR :=$(3RD_PARTY_DIR)

LIB_NAME := liblog4cplus.a
Expand Down
1 change: 1 addition & 0 deletions 3rd_party/log4cplus/log4cplus
Submodule log4cplus added at d32b8f
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed doc/general/iviLINK.General.Description.pdf
Binary file not shown.
Binary file removed doc/general/iviLINK.pdf
Binary file not shown.
7 changes: 0 additions & 7 deletions doc/technical/appLib/doxygen.log

This file was deleted.

89 changes: 0 additions & 89 deletions doc/technical/appLib/html/annotated.html

This file was deleted.

Binary file removed doc/technical/appLib/html/bc_s.png
Binary file not shown.
88 changes: 0 additions & 88 deletions doc/technical/appLib/html/classes.html

This file was deleted.

Binary file removed doc/technical/appLib/html/closed.png
Binary file not shown.
Loading