- indented
5653 lines of code changed in 17 files:
- removed register keywords
936 lines of code changed in 65 files:
- updated
1 lines of code changed in 1 file:
- fake define -DARB_OPENGL for make depends.
Otherwise dependencies change depending on current build.
Bad, cause dependencies are stored in CVS.
1 lines of code changed in 1 file:
- gb_main -> GLOBAL_gb_main
18 lines of code changed in 1 file:
- added GB_SETSMDMALLOC_UNINITIALIZED to allocate w/o initializing.
used to get rid of some warnings in ARBDB
39 lines of code changed in 1 file:
- use GB_SETSMDMALLOC_UNINITIALIZED
- removed register-modifiers (gcc knows better)
37 lines of code changed in 1 file:
- removed marker line from 'clean'
0 lines of code changed in 1 file:
- replaced global gb_main by GLOBAL_gb_main
1228 lines of code changed in 79 files:
- remove parameter names and AWUSE()
4 lines of code changed in 1 file:
- reverted to revision 1.26 (reverts part of [5141])
1 lines of code changed in 1 file:
- reverted to revision 1.10 (reverts part of [5141])
2 lines of code changed in 1 file:
- again changed variables names (renamed to ugly tmp_... by joerg)
134 lines of code changed in 16 files:
- added several internal dependencies
- wrapped output of %.dummy through logfile (for make -j; experimental)
54 lines of code changed in 1 file:
- added -f to ln (to avoid errors)
- remove links directly from find (for make -j)
4 lines of code changed in 1 file:
removing some compiler warnings
(changes to ED4_cursor.cxx reverted by [5146], changes to AWTC_constructSequence.cxx reverted by [5145])
195 lines of code changed in 23 files:
fixing compiler warning
1 lines of code changed in 1 file:
removed some compiler warnings
57 lines of code changed in 7 files:
"%i -> %zu"
2 lines of code changed in 1 file:
removed some compiler warnings...
33 lines of code changed in 5 files:
- cflags were dropped when ARB_64 was defined
1 lines of code changed in 1 file:
- missing quotes
1 lines of code changed in 1 file:
- added BUILDHOST_64
1 lines of code changed in 1 file:
- first try of 32+64-bit Makefile
67 lines of code changed in 1 file:
- double include
0 lines of code changed in 2 files:
- include stdio.h
1 lines of code changed in 1 file:
- release-assertions in set_mismatches()
3 lines of code changed in 1 file:
- depends updated
388 lines of code changed in 52 files:
- removed my own strange defines
36 lines of code changed in 6 files:
- __ATTR__XXX instead of __attribute__
- removed my own strange defines
12 lines of code changed in 1 file:
- prototypes updated
53 lines of code changed in 13 files:
- use -G instead of -g to create prototypes
57 lines of code changed in 5 files:
- replaced __attribute__ by __ATTR__XXX
75 lines of code changed in 24 files:
- use new compiler attributes w/o spamming older compilers with warnings
99 lines of code changed in 1 file:
- added attributes.h
7 lines of code changed in 1 file:
- added function-type-attribute
2 lines of code changed in 2 files:
- forward ARB INCLUDE dir
6 lines of code changed in 3 files:
- fixed includes
- __ATTR__XXX instead of __attribute__
16 lines of code changed in 1 file:
- stpcpy -> gb_stpcpy
3 lines of code changed in 1 file:
- __ATTR__XXX instead of __attribute__
- pre-calculate how much to malloc
6 lines of code changed in 1 file:
- new option -G to generate headers using __ATTR__XXX and attributes.h
- raise error if both attribute-methods are mixed up
- print only those filenames into header, from which prototypes are extracted
- in wrapper: check for definition of '__GNUC__' (not 'GNU')
96 lines of code changed in 1 file:
- create correct sentinel
1 lines of code changed in 1 file:
added assertion to test that max_mismatch <= MAX_MISMATCH
There should not only be this assertion but some more testing because in release version, without assertion, the for loop smashes the stack.
8 lines of code changed in 1 file:
changed fix value to sizeof(...) (for 64bit)
2 lines of code changed in 1 file:
"if (max_malloc >= nettomemsize) break;" -> "if (max_malloc/1024 >= nettomemsize) break;"
(max_malloc is in bytes, nettomemsize already is in kb)
1 lines of code changed in 1 file:
assertion only in 64 bit.... sorry
2 lines of code changed in 1 file:
- use %zi for size_t argument
1 lines of code changed in 1 file:
- cast parameter for %li to (long), to work in 32bit version as well
1 lines of code changed in 1 file:
added "ASSERT_PRINT_AND_CRASH"
6 lines of code changed in 1 file:
"int -> long" and added an assertion
5 lines of code changed in 1 file:
"%u -> %lu" and "%i -> %li"
3 lines of code changed in 1 file:
"%i -> %li"
1 lines of code changed in 1 file:
"int -> long"
1 lines of code changed in 1 file:
- added uint32_t
1 lines of code changed in 1 file:
- typo
1 lines of code changed in 1 file:
- MG_create_field_content:
. error if origin organism/gene not found
. added assertions if no result and no error
. use enum for method-parameter
24 lines of code changed in 1 file:
- updated
2 lines of code changed in 1 file:
- include stdint.h (for uint32_t)
- crctab now uint32_t
5 lines of code changed in 1 file:
- include stdint.h (for uint32_t)
3 lines of code changed in 1 file:
- GB[S]_checksum returns uint32_t
3 lines of code changed in 1 file:
- stop allocating when nettomemsize is reached
10 lines of code changed in 1 file:
"0 -> NULL"
1 lines of code changed in 1 file:
"int -> long"
2 lines of code changed in 1 file:
"__attribute__((format(printf,2,3)))"
1 lines of code changed in 1 file:
"__attribute__((format(printf, 1, 2)))"
2 lines of code changed in 1 file:
"%i -> %ui"
2 lines of code changed in 1 file:
"%i -> %li"
1 lines of code changed in 1 file:
"int -> long"
3 lines of code changed in 1 file:
"__attribute__ ((sentinel))"
12 lines of code changed in 4 files:
"%i -> %lu"
1 lines of code changed in 1 file:
"__attribute__ ((sentinel))"....
1 lines of code changed in 1 file:
"%d -> %ld"
4 lines of code changed in 1 file:
"%u -> %lu"
5 lines of code changed in 1 file:
mmap doesn't return zero on error but MAP_FAILED (equals (void *) -1)
...also added the errno variable in output
2 lines of code changed in 1 file:
Some minor fixes to get 'probe design' at least running.
The 'probe design' code (e.g. gb_main) disgusting at some places...
4 lines of code changed in 2 files:
adding "__attribute__ ((sentinel))" - But it doesn't help anything I think, because not ending the function call with a "NULL"
only gives a warning, not an error. And who would see that warning in a make?
1 lines of code changed in 1 file:
adding "__attribute__ ((sentinel))" - But it doesn't help anything I think, because not ending the function call with a "NULL"
only gives a warning, not an error. And who would see that warning in a make?
2 lines of code changed in 1 file:
adding "__attribute__ ((sentinel))" - But it doesn't help anything I think, because not ending the function call with a "NULL" only gives a warning, not an error. And who would see that warning in a make?
15 lines of code changed in 2 files:
- beautified
161 lines of code changed in 1 file:
- typo
11 lines of code changed in 8 files:
- updated
0 lines of code changed in 1 file:
- avoid dup entry for GB_usleep in prototypes
10 lines of code changed in 1 file:
- GB_get_physical_memory now tests allocatable memory (thx to Elmar)
34 lines of code changed in 1 file:
- fixed hotkey
1 lines of code changed in 1 file:
- ask for destination DB-type
13 lines of code changed in 1 file:
- depends updated
52 lines of code changed in 2 files:
- fixed include wrapper
- cleanup
23 lines of code changed in 1 file:
- auto-generate prototypes
13 lines of code changed in 1 file:
- indented etc.
- fixed include wrapper
142 lines of code changed in 1 file:
- removed prototypes (now generated into GDE_proto.h)
- fixed include wrapper
- added GapCompression-type
28 lines of code changed in 1 file:
- made local functions static
- fixed call to ReadArbdb2()
153 lines of code changed in 1 file:
- changed name of AWAR_GDE_COMPRESSION (to enforce new default for all users)
2 lines of code changed in 1 file:
- code cleanup
- made local functions static
- fixed parameter types for ReadArbdb + ReadArbdb2
15 lines of code changed in 1 file:
- made local functions static
- allow '\n' in labels
18 lines of code changed in 1 file:
- code cleanup
- made local functions static
717 lines of code changed in 1 file:
- made local functions static
210 lines of code changed in 2 files:
- code cleanup
- made local functions static
- compression: toggle->option-menu, added option "columns w/o info"
- fixed width calculation for labels containing '\n'
33 lines of code changed in 1 file:
- added GDE_proto.h (generated)
1 lines of code changed in 1 file:
- added protein data (and some other non-release things)
4 lines of code changed in 1 file:
- added override-toggle position
9 lines of code changed in 1 file:
- announce correct DB to DB browser (was dest instead of source)
- call MG_start_cb2() with 'dest_is_new'==true
2 lines of code changed in 1 file:
- untabified
- new param 'dest_is_new' for MG_start_cb2()
- fixed include wrapper
9 lines of code changed in 1 file:
- moved actual merge code for species into MG_transfer_one_species(),
which test, whether merging is possible
- rewrote MG_transfer_selected_species() and MG_transfer_species_list()
using MG_transfer_one_species()
132 lines of code changed in 1 file:
- added an override-toggle (allows to merge w/o renaming species)
18 lines of code changed in 1 file:
- new parameter for MG_start_cb2(): dest_is_new
if true -> initialize genome-DB-flag according to source DB
- dont raise error at startup (if DB-type mismatches), cause some
merges are possible between genome- and non-genome-DBs (e.g. trees, configs,
pseudo-species from genome->non-genome)
10 lines of code changed in 1 file:
- MG_export_fields() works (again?) w/o given error_suppressor
6 lines of code changed in 1 file:
- help for override-toggle
7 lines of code changed in 1 file:
- mark_organisms_with_marked_genes(): crashed if DB contained pseudo-species
2 lines of code changed in 1 file:
- shorten output-length of field in search result to 1000 chars
3 lines of code changed in 1 file:
Taken back previous patch 'disabled maximize/resize' feature for AW_window_simple dialogs. Resize remains disabled for messageboxes.
3 lines of code changed in 1 file:
- fig for GDE windows w/o sequence export
21 lines of code changed in 1 file:
- untabified, indented and fixed {}'s
265 lines of code changed in 1 file:
added functions for protein structure comparison; added import filters and perl script for dssp files; added menu entry in EDIT4 for choosing the active protein structure SAI
1042 lines of code changed in 21 files: