root/trunk/AISC_COM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8751 [8751] 32 hours westram * guided by clang static checker: - fix or at least comment many …
(edit) @8749 [8749] 2 days westram - more warnings fixed (shadow, noreturn)
(edit) @8744 [8744] 4 days westram * AISC clients - client-handles for server-side objects are …
(edit) @8742 [8742] 4 days westram * commented AISC server side callbacks with command tokens (as used on …
(edit) @8676 [8676] 4 weeks westram - cppchecked (1.54)
(edit) @8637 [8637] 5 weeks westram - fix aliasing problem
(edit) @8314 [8314] 5 months westram * removed AISC debug code
(edit) @8313 [8313] 5 months westram * removed dead code
(edit) @8309 [8309] 5 months westram * moved much code into static scope
(edit) @8300 [8300] 6 months westram - cppchecked (1.52)
(edit) @8255 [8255] 6 months westram * removed unused(-but-set) variables/params * fixed locals in touched …
(edit) @8253 [8253] 6 months westram - fixed some global shadow warnings
(edit) @8104 [8104] 7 months westram merge from ptpan_back [8085] [8088] [8091] * avoid shadow warnings from …
(edit) @8098 [8098] 7 months westram merge from ptpan_back [8023] [8030] [8052] [8058] [8062] * suppress …
(edit) @7986 [7986] 8 months westram * PT-SERVER - allow to specify amount+limit where N is accept - …
(edit) @7931 [7931] 9 months westram merge from dev [7905] [7908] [7927] * added …
(edit) @7819 [7819] 10 months westram merge from dev [7774] [7778] [7779] [7780] [7781] [7782] [7783] [7784]
(edit) @7818 [7818] 10 months westram merge from dev [7773] [7776] [7797] * remove indirection via links in …
(edit) @7811 [7811] 10 months westram merge from dev [7748] [7749] [7750] * comments (C->C++ style) * fixed …
(edit) @7803 [7803] 10 months westram merge from dev [7716] [7732] [7733] [7734] [7735] * script to add+remove …
(edit) @7769 [7769] 10 months westram merge from dev [7680] [7681] [7682] [7696] [7698] * misc build issues …
(edit) @7621 [7621] 12 months westram * merge various small fixes from dev [7445] [7446] [7447] [7449] [7451]
(edit) @7415 [7415] 14 months westram merged from dev [7395] [7396] [7397] [7398] [7399] [7400] [7401] [7402]
(edit) @7414 [7414] 14 months westram merged from dev [7373] [7375] [7376] [7377] [7378] [7379] [7380] [7381]
(edit) @7412 [7412] 14 months westram merged from dev [7366] [7372] [7374] * minor changes to AISC scripts …
(edit) @7409 [7409] 14 months westram merged from dev [7358] [7359] [7360] [7363] [7364] [7365] [7367] * …
(edit) @7408 [7408] 14 months westram merged from dev [7356] [7357] [7361] [7368] [7371] * regression tests for …
(edit) @7407 [7407] 14 months westram * strict aliasing (merges [7353] [7354] from dev) - fixed the aliasing …
(edit) @7352 [7352] 14 months westram - AISC still broken when compiled with -fstrict-aliasing (undo part of …
(edit) @7348 [7348] 14 months westram - compile AISC again with -fstrict-aliasing - fixed type-punnings
(edit) @7337 [7337] 14 months westram * possibility to toggle the TODO-warnings via config.makefile
(edit) @7333 [7333] 14 months westram - if compiling with gcc 4.5.2++, use …
(edit) @7221 [7221] 15 months westram - fixed RUI and unclosed socket (error case)
(edit) @7215 [7215] 15 months westram * DRYed aisc_get_hostname() + aisc_client_get_hostname() + …
(edit) @7208 [7208] 15 months westram - added arb_gethostbyname() to CORE lib - replaced all calls to …
(edit) @7204 [7204] 15 months westram - close unbound socket
(edit) @7203 [7203] 15 months westram - replaced magics for shutdown()
(edit) @7171 [7171] 15 months westram * merged [6754] [6756] [6756] [7069] from refactor - …
(edit) @7048 [7048] 19 months westram * merges [6940] [6942] - fixed wrong use of ASSERT_RESULT - to be a …
(edit) @6865 [6865] 21 months westram * loosened dependencies between libraries (merges [6820] [6828] [6830]
(edit) @6750 [6750] 21 months westram - sync with refactor branch (branching sux)
(edit) @6723 [6723] 21 months westram * fixed "uninitialised values" reported by valgrind (in aisc_get) - …
(edit) @6713 [6713] 21 months westram * removed duplicated unnecessary definition of aisc_com
(edit) @6712 [6712] 21 months westram * show coverage of PROBE_COM together with arb_probe * COVERAGE=2 means …
(edit) @6705 [6705] 21 months westram * renamed misleading AISC_ATTR_XXX into AISC_TYPE_XXX * added #defines …
(edit) @6703 [6703] 21 months westram * generate client.h without 'extern "C" {}'-wrapper, instead only use …
(edit) @6701 [6701] 21 months westram * added TEST_ASSERT_CODE_ASSERTION_FAILS (same as TEST_ASSERT_SEGFAULT, if …
(edit) @6659 [6659] 2 years westram * free() - removed unneeded casts of argument - removed unneeded …
(edit) @6656 [6656] 2 years westram - removed unneeded 'struct' keyword - renamed several structs …
(edit) @6615 [6615] 2 years westram * when installing SIGPIPE handlers, also accept SIG_IGN as old handler
(edit) @6614 [6614] 2 years westram - swapped argument order of ASSERT_RESULT()
(edit) @6518 [6518] 2 years westram * fixed buffer overflow in AISC (when sent string is longer than …
(edit) @6465 [6465] 2 years westram - calling 'make clean' twice failed
(edit) @6385 [6385] 2 years westram - removed trailing whitespace
(edit) @6383 [6383] 2 years westram - removed void
(edit) @6381 [6381] 2 years westram - fixed includes - added MBI headers - removed unused files
(edit) @6377 [6377] 2 years westram - 'clean' now deletes dependencies in XXX_COM (even 'rebuild' failed to …
(edit) @6374 [6374] 2 years westram * fixed doxygen-alike comments - either use explicit qt-style triggers …
(edit) @6368 [6368] 2 years westram * prototype generation - added depends in AISC_COM (generator+Makefile) …
(edit) @6366 [6366] 2 years westram * fixed whitespace (scripted)
(edit) @6364 [6364] 2 years westram - use less useless comments
(edit) @6352 [6352] 2 years westram - condensed several comments
(edit) @6347 [6347] 2 years westram Moved a lot of dead code to where it belongs: into the depths of SVN. I …
(edit) @6345 [6345] 2 years westram - fixed hard readable '} else {'
(edit) @6343 [6343] 2 years westram * fixed an old bug in AISC client code (illegal free) - occurred e.g. …
(edit) @6342 [6342] 2 years westram * AISC memory tester - replaced unportable usage of SUN signal internas …
(edit) @6325 [6325] 2 years westram * ARBDB - hide internal structures (GBDATA etc.) inside ARBDB. Fixed …
(edit) @6305 [6305] 2 years westram * autogenerated AISC interface depends on prototyper (and so does AISC …
(edit) @6302 [6302] 2 years westram * AISC - renamed command 'DBG' into 'DUMPDATA' - 'DUMPDATA' accepts …
(edit) @6141 [6141] 3 years westram * spellchecked all (phew)
(edit) @5968 [5968] 3 years westram * new flag -w to aisc_mkpt (add include wrapper) * uniform style for …
(edit) @5880 [5880] 3 years westram * revived Makefile deleted in [5875] - make proto in ../Makefile depends …
(edit) @5875 [5875] 3 years westram * tweaked errors/warnings printed by AISC code generator * AISC …
(edit) @5873 [5873] 3 years westram * com interface build depends on date of generator
(edit) @5872 [5872] 3 years westram * Changed variable transfer to sub-makefiles - most variables are now …
(edit) @5845 [5845] 3 years westram * AISC_COM/AISC/Makefile: new target 'pregenerate' creates all code that …
(edit) @5829 [5829] 3 years westram * included some patches for OSX (thx to Matt Cottrell) * added global …
(edit) @5675 [5675] 3 years westram - removed automatic timestamps (the best they were good for, were …
(edit) @5630 [5630] 3 years westram * fixed a few gcc 4.3.2 warnings
(edit) @5626 [5626] 3 years westram static scope
(edit) @5608 [5608] 4 years boehnel (long -> int) bugfix for 64-Bit (weighted mismatches didn't work)
(edit) @5581 [5581] 4 years boehnel long -> int Bugfix (Segfaults)
(edit) @5544 [5544] 4 years westram from elmar: Make the aisc client side threadsafe. This allows e.g. …
(edit) @5491 [5491] 4 years westram patches 010-030 from Elmar
(edit) @5458 [5458] 4 years baderk Removed .cvsignore files from repository. Hopefully this time all …
(edit) @5439 [5439] 4 years westram - spaces @ empty loops - braces
(edit) @5390 [5390] 4 years westram - TAB-Ex
(edit) @5225 [5225] 4 years westram - changed names of linker commands
(edit) @5155 [5155] 4 years westram - removed register keywords
(edit) @5132 [5132] 4 years westram - double include
(edit) @5131 [5131] 4 years westram - include stdio.h
(edit) @5126 [5126] 4 years westram - prototypes updated
(edit) @5125 [5125] 4 years westram - use -G instead of -g to create prototypes
(edit) @5124 [5124] 4 years westram - replaced attribute by ATTRXXX
(edit) @5115 [5115] 4 years westram - create correct sentinel
(edit) @5088 [5088] 4 years boehnel "attribute ((sentinel))"
(edit) @5079 [5079] 4 years boehnel adding "attribute ((sentinel))" - But it doesn't help anything I …
(edit) @5004 [5004] 4 years boehnel NULL
(edit) @5000 [5000] 4 years boehnel "0 -> NULL"
(edit) @4990 [4990] 4 years boehnel removing old SGI stuff
Note: See TracRevisionLog for help on using the revision log.