Toggle navigation
Sign in
discontinued
/
token
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Commits
55
Network
Compare
Branches
1
Tags
0
2132f4fd9035ef87f16c9d7e48948b8e2ed11ba5
master
2132f4fd9035ef87f16c9d7e48948b8e2ed11ba5
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.1.2
22
Mar
20
Nov
18
17
16
15
14
Add README.md
master
master
code cleanups, made naming more consisten, etc.
added a doxygen config as well as the patch for doxygen to handle my own class definitions. Changed all copyright to file scope
finished tests for packet
update ChangeLog
added a polymorphic clear method, give messages if an assertion in an test fails
another change on class definition macro
added more convenience macros for classes and used them in the classes
finalize definition and initialization macro for for cclass and add -Wall to all Makefiles
<<improve>> class definition
Merge branch 'master' of 192.168.10.10:/var/lib/git/token
add extra dist files to Makefile.am
add extra dist files to Makefile.am
start work on packetTest
oops, added forgotten file
optimized the class definition stuff, add instanceOf and isObject methods and add assertion macros to use these checks
remove obsolete non conformant tests for crypt
always run checks under valgrind now. @TODO Let configure set the environment variable only if valgrind is installed.
add tests form crypt class @TODO: add assertion on length
add new assertion macros
i had to remove the cool plugin stuff for my tests, as i found no working way to use this with autotools. Now all works.
the new testing framework works and the tests for cclass are done...actually i try to figure out how to tell autotools to build this correctly.
work on test <<framework>>
add copyright note to all source files
Merge branch 'master' of 192.168.10.10:/var/lib/git/token
use autotools now with ebuild
use autotools now with ebuild
changed ebuild and add manifest
merge changes from origin
changed name ob build.sh to bootstrap
again change order in build.sh
another try
another try to fix this strange reconfigure thing
another change on the build process
change order in build.sh
fix for include file installation
create ebuild and move header to subdir to prevent filename collisions
and add newly build configure
exit if needed libs not found
restructure as this is now a private project of mine and no longer related to bigpoint. It was anyways open source as it uses opensource code from another project