Blame view

ChangeLog 5.09 KB
1 2 3 4
2011-11-20 09:50:00 +0100 Georg Hopp 

	* code cleanups, made naming more consisten, etc. (HEAD, master)
5 6
2011-11-20 05:49:12 +0100 Georg Hopp 
7
	* added a doxygen config as well as the patch for doxygen to handle my own class definitions. Changed all copyright to file scope (origin/master, origin/HEAD)
8
Georg Hopp authored
9 10
2011-11-20 02:39:21 +0100 Georg Hopp 
11
	* finished tests for packet
Georg Hopp authored
12 13 14

2011-11-20 00:41:23 +0100 Georg Hopp 
15
	* update ChangeLog
Georg Hopp authored
16
Georg Hopp authored
17 18
2011-11-20 00:22:49 +0100 Georg Hopp 
Georg Hopp authored
19
	* added a polymorphic clear method, give messages if an assertion in an test fails
Georg Hopp authored
20 21 22 23 24 25 26 27 28 29 30 31 32

2011-11-18 20:43:26 +0100 Georg Hopp 

	* another change on class definition macro

2011-11-18 13:25:50 +0100 Georg Hopp 

	* added more convenience macros for classes and used them in the classes

2011-11-18 06:28:37 +0100 Georg Hopp 

	* finalize definition and initialization macro for for cclass and add -Wall to all Makefiles
33 34
2011-11-18 00:01:31 +0100 Georg Hopp 
Georg Hopp authored
35
	* <<improve>> class definition
36 37 38

2011-11-17 14:33:33 +0100 Georg Hopp 
Georg Hopp authored
39
	* Merge branch 'master' of 192.168.10.10:/var/lib/git/token
40 41 42 43 44

2011-11-17 14:32:08 +0100 Georg Hopp 

	* add extra dist files to Makefile.am
45 46
2011-11-17 14:32:08 +0100 Georg Hopp 
47
	* add extra dist files to Makefile.am
48
Georg Hopp authored
49 50
2011-11-17 13:32:46 +0100 Georg Hopp 
51
	* start work on packetTest
Georg Hopp authored
52 53 54

2011-11-17 13:14:05 +0100 Georg Hopp 
55
	* oops, added forgotten file
Georg Hopp authored
56
57 58
2011-11-17 13:00:11 +0100 Georg Hopp 
Georg Hopp authored
59
	* optimized the class definition stuff, add instanceOf and isObject methods and add assertion macros to use these checks
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76

2011-11-17 08:33:56 +0100 Georg Hopp 

	* remove obsolete non conformant tests for crypt

2011-11-17 08:31:24 +0100 Georg Hopp 

	* always run checks under valgrind now. @TODO Let configure set the environment variable only if valgrind is installed.

2011-11-17 08:29:25 +0100 Georg Hopp 

	* add tests form crypt class @TODO: add assertion on length

2011-11-17 08:27:29 +0100 Georg Hopp 

	* add new assertion macros
77 78
2011-11-16 19:32:44 +0100 Georg Hopp 
Georg Hopp authored
79
	* 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.
80 81 82 83 84 85 86

2011-11-16 18:14:51 +0100 Georg Hopp 

	* 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.

2011-11-16 09:09:32 +0100 Georg Hopp 
87
	* work on test <<framework>>
88 89 90 91 92 93 94 95 96 97 98 99 100

2011-11-15 21:26:08 +0100 Georg Hopp 

	* add copyright note to all source files

2011-11-15 14:50:57 +0100 Georg Hopp 

	* Merge branch 'master' of 192.168.10.10:/var/lib/git/token

2011-11-15 14:49:51 +0100 Georg Hopp 

	* use autotools now with ebuild
101 102
2011-11-15 14:49:51 +0100 Georg Hopp 
103
	* use autotools now with ebuild
104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156

2011-11-15 14:35:15 +0100 Georg Hopp 

	* changed ebuild and add manifest

2011-11-15 14:31:08 +0100 Georg Hopp 

	* merge changes from origin

2011-11-15 14:28:37 +0100 Georg Hopp 

	* changed name ob build.sh to bootstrap

2011-11-15 13:58:07 +0100 Georg Hopp 

	* again change order in build.sh

2011-11-15 13:52:24 +0100 Georg Hopp 

	* another try

2011-11-15 13:49:47 +0100 Georg Hopp 

	* another try to fix this strange reconfigure thing

2011-11-15 13:40:43 +0100 Georg Hopp 

	* another change on the build process

2011-11-15 13:37:42 +0100 Georg Hopp 

	* change order in build.sh

2011-11-15 13:17:37 +0100 Georg Hopp 

	* fix for include file installation

2011-11-15 12:52:09 +0100 Georg Hopp 

	* create ebuild and move header to subdir to prevent filename collisions

2011-11-15 11:35:55 +0100 Georg Hopp 

	* and add newly build configure

2011-11-15 11:34:31 +0100 Georg Hopp 

	* exit if needed libs not found

2011-11-15 08:47:25 +0100 Georg Hopp 

	* 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
157 158
2011-11-15 03:11:16 +0100 Georg Hopp 
159
	* mention my collegues in the AUTHORS file
160
161 162
2011-11-15 03:05:29 +0100 Georg Hopp 
163
	* also mention the author of the base64 stuff.
164 165 166 167 168

2011-11-15 02:47:54 +0100 Georg Hopp 

	* put the whole stuff in an autobuild environment
169 170
2011-11-14 22:55:29 +0100 Georg Hopp 
171
	* some smaller fixes as well as a complete test create_token implementation.
172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214

2011-11-14 18:48:09 +0100 Georg Hopp 

	* hash integrated in dyntype...array still missing, but for simple sas tokens this should be suitable.

2011-11-14 17:24:22 +0100 Georg Hopp 

	* small fixes and preparations for further additions. valgrind shows no leaks now

2011-11-14 16:53:34 +0100 Georg Hopp 

	* hash now might be initialized by json object

2011-11-14 16:29:55 +0100 Georg Hopp 

	* fixed hash implementation...this one should be subject of optimizing in future

2011-11-14 15:36:27 +0100 Georg Hopp 

	* first creation of simple string indexed hash

2011-11-14 14:01:00 +0100 Georg Hopp 

	* reflect structural changes in test files

2011-11-14 13:55:56 +0100 Georg Hopp 

	* some structural changes

2011-11-14 13:51:52 +0100 Georg Hopp 

	* dyntype string stuff ready

2011-11-14 13:12:24 +0100 Georg Hopp 

	* dyntype seems to work for int now, incl. json

2011-11-14 11:56:34 +0100 Georg Hopp 

	* some more work on dyntype

2011-11-14 09:50:20 +0100 Georg Hopp 
215
	* initial checkin
216