|
|
|
@8751
|
[8751]
|
32 hours |
westram |
* guided by clang static checker:
- fix or at least comment many …
|
|
|
|
@8748
|
[8748]
|
2 days |
westram |
- use simpler way to declare attributed static/inline functions
|
|
|
|
@8745
|
[8745]
|
3 days |
westram |
- format string fixes (32bit compile complained)
|
|
|
|
@8736
|
[8736]
|
13 days |
westram |
* add pointers to regexpr format
|
|
|
|
@8725
|
[8725]
|
2 weeks |
westram |
* comments cleanup
|
|
|
|
@8707
|
[8707]
|
3 weeks |
westram |
- marked suspicious 32/64bit incompatibility
- fix test for 32bit
|
|
|
|
@8703
|
[8703]
|
3 weeks |
westram |
- allow progress with zero elements (happens often, when something does …
|
|
|
|
@8701
|
[8701]
|
3 weeks |
westram |
- rename
|
|
|
|
@8699
|
[8699]
|
3 weeks |
westram |
- add new trees to bottom of list (as done till [8552])
(breaks tests - …
|
|
|
|
@8664
|
[8664]
|
4 weeks |
westram |
- patch for OSX
|
|
|
|
@8659
|
[8659]
|
5 weeks |
westram |
- provoke_core_dump via volatile pointer (otherwise clang will skip the …
|
|
|
|
@8654
|
[8654]
|
5 weeks |
westram |
* gb_read_bin
- DRYed code reading keywords
- fixed one wrong …
|
|
|
|
@8653
|
[8653]
|
5 weeks |
westram |
* fixed gb_put_number / gb_get_number
- numbers above 0xfffffff
…
|
|
|
|
@8652
|
[8652]
|
5 weeks |
westram |
* added test for gb_put_number / gb_get_number
- showing which values …
|
|
|
|
@8651
|
[8651]
|
5 weeks |
westram |
* moved inlines into own header
* gb_read_number -> gb_get_number
|
|
|
|
@8650
|
[8650]
|
5 weeks |
westram |
* gb_read_in_long / gb_write_out_long -> gb_read_in_uint32 / …
|
|
|
|
@8649
|
[8649]
|
5 weeks |
westram |
* GB_is_readablefile no longer returns true for directories
- affects …
|
|
|
|
@8647
|
[8647]
|
5 weeks |
westram |
* more IO error handling
|
|
|
|
@8642
|
[8642]
|
5 weeks |
westram |
* use result from fgets
|
|
|
|
@8641
|
[8641]
|
5 weeks |
westram |
* fixed warnings
- possible uninitialized variables
- DEBUG-mode …
|
|
|
|
@8629
|
[8629]
|
5 weeks |
westram |
merge from e4fix [8428] [8429] [8605]
* insert/delete now works with …
|
|
|
|
@8621
|
[8621]
|
5 weeks |
westram |
merge from e4fix [8340] [8341] [8342] [8343] [8344] [8345] [8346] [8347] …
|
|
|
|
@8620
|
[8620]
|
5 weeks |
westram |
merge from e4fix [8303] [8304] [8305] [8306] [8307] [8330] [8331] [8332] …
|
|
|
|
@8607
|
[8607]
|
5 weeks |
westram |
merge from e4fix [8135] [8136] [8137] [8138] [8139] [8140] [8141] [8142] …
|
|
|
|
@8601
|
[8601]
|
5 weeks |
westram |
* added class FileContent
|
|
|
|
@8593
|
[8593]
|
6 weeks |
westram |
* Awar type AW_POINTER is only used for pointers to GBDATA
- restrict …
|
|
|
|
@8589
|
[8589]
|
6 weeks |
westram |
* macro execution
- when a macro terminates (closes DB), it informs …
|
|
|
|
@8574
|
[8574]
|
6 weeks |
westram |
* [8567] failed on WCs where shared libs were up-to-date, but not yet …
|
|
|
|
@8567
|
[8567]
|
7 weeks |
epruesse |
remove LIBLINK
|
|
|
|
@8559
|
[8559]
|
7 weeks |
westram |
* fix bug in GBT_get_next_tree: never return input tree
- caused tree …
|
|
|
|
@8555
|
[8555]
|
7 weeks |
westram |
* tree-functions
- rewrote/changed search functions (especially …
|
|
|
|
@8554
|
[8554]
|
7 weeks |
westram |
* fixed GB_number_of_subentries (did report wrong number when in …
|
|
|
|
@8553
|
[8553]
|
7 weeks |
westram |
* doc bug in GB_number_of_subentries
|
|
|
|
@8552
|
[8552]
|
7 weeks |
westram |
* support an order on trees
- generated on-the-fly if missing (using …
|
|
|
|
@8550
|
[8550]
|
8 weeks |
westram |
* fixed locals in GB_resort_data_base
|
|
|
|
@8548
|
[8548]
|
8 weeks |
westram |
- gb_search: another error message (key='..sub')
|
|
|
|
@8547
|
[8547]
|
8 weeks |
westram |
* fixed gb_search
- better error messages (especially for invalid …
|
|
|
|
@8546
|
[8546]
|
8 weeks |
westram |
* rename
|
|
|
|
@8545
|
[8545]
|
8 weeks |
westram |
* changed some tree-load error messages
|
|
|
|
@8543
|
[8543]
|
8 weeks |
westram |
* tweaked readabilty of failing error-tests
- for functions reporting …
|
|
|
|
@8542
|
[8542]
|
2 months |
westram |
* fixed faked non-const return type (let clients do the cast if needed)
|
|
|
|
@8541
|
[8541]
|
2 months |
westram |
* slight refactoring in gb_search
* added tests creating containers on …
|
|
|
|
@8540
|
[8540]
|
2 months |
westram |
* added some checks for link-syntax (not using links)
|
|
|
|
@8539
|
[8539]
|
2 months |
westram |
* fix ".." in GB_search; added several tests
* replaced TEST_ASSERT_NULL …
|
|
|
|
@8538
|
[8538]
|
2 months |
westram |
* added tests covering search functionality in adquery.cxx
- covers …
|
|
|
|
@8529
|
[8529]
|
2 months |
westram |
* GB_atof accepts "" and interprets it as 0.0
|
|
|
|
@8516
|
[8516]
|
2 months |
westram |
* replace other uses of literal main-container-names
* arb_gene_probe …
|
|
|
|
@8515
|
[8515]
|
2 months |
westram |
* replace now inlined code by function calls. see [8514]
|
|
|
|
@8514
|
[8514]
|
2 months |
westram |
* create main containers with delete protection (only affects new DBs)
|
|
|
|
@8513
|
[8513]
|
2 months |
westram |
* like [8511] for "tree_data"
|
|
|
|
@8512
|
[8512]
|
2 months |
westram |
* like [8511] for "presets"
|
|
|
|
@8511
|
[8511]
|
2 months |
westram |
* use GBT_get_species_data instead of inlined code
- replaced all …
|
|
|
|
@8510
|
[8510]
|
2 months |
westram |
* slight optimization of GB_test_transaction
|
|
|
|
@8499
|
[8499]
|
2 months |
westram |
* several changes to quark-functions
- split GB_key_2_quark into …
|
|
|
|
@8498
|
[8498]
|
2 months |
westram |
* dont misuse gb_write_key
|
|
|
|
@8493
|
[8493]
|
2 months |
westram |
* rename
|
|
|
|
@8483
|
[8483]
|
2 months |
westram |
* make more clear what "size of tree" means
|
|
|
|
@8451
|
[8451]
|
3 months |
westram |
* added GBT_is_invalid (check tree and return error if invalid)
* check …
|
|
|
|
@8393
|
[8393]
|
3 months |
westram |
- cppchecked (1.53)
|
|
|
|
@8364
|
[8364]
|
4 months |
westram |
- avoid to save mapfile if MEMORY_TEST==1
|
|
|
|
@8363
|
[8363]
|
4 months |
westram |
* property file loading
- missing fallback for 'Save loaded …
|
|
|
|
@8319
|
[8319]
|
5 months |
westram |
* ignored PERL2ARB interface as referrer (to detect functions that are …
|
|
|
|
@8317
|
[8317]
|
5 months |
westram |
- proto for [8316]
|
|
|
|
@8316
|
[8316]
|
5 months |
westram |
- reverted part of [8313] and [8315] (fixing one perl script)
|
|
|
|
@8315
|
[8315]
|
5 months |
westram |
* wrapped some UNIT_TESTS / DEBUG code
|
|
|
|
@8313
|
[8313]
|
5 months |
westram |
* removed dead code
|
|
|
|
@8312
|
[8312]
|
5 months |
westram |
- corrected refs wrong since [7781]
|
|
|
|
@8310
|
[8310]
|
5 months |
westram |
- revert part of [8309] to fix TRACE_ALLOCS
|
|
|
|
@8309
|
[8309]
|
5 months |
westram |
* moved much code into static scope
|
|
|
|
@8285
|
[8285]
|
6 months |
westram |
* automatic changes to generated headers caused by [8284]
|
|
|
|
@8270
|
[8270]
|
6 months |
westram |
- fix conversion-null warnings
|
|
|
|
@8258
|
[8258]
|
6 months |
westram |
- remove unused old test code
|
|
|
|
@8256
|
[8256]
|
6 months |
westram |
* removed unused(-but-set) variables/params
|
|
|
|
@8253
|
[8253]
|
6 months |
westram |
- fixed some global shadow warnings
|
|
|
|
@8252
|
[8252]
|
6 months |
westram |
- removed outdated example code
|
|
|
|
@8103
|
[8103]
|
7 months |
westram |
merge from ptpan_back [8071] [8075] [8076] [8077] [8079]
* moved …
|
|
|
|
@8100
|
[8100]
|
7 months |
westram |
merge from ptpan_back [8016] [8017] [8021] [8051] [8067]
* added method …
|
|
|
|
@8098
|
[8098]
|
7 months |
westram |
merge from ptpan_back [8023] [8030] [8052] [8058] [8062]
* suppress …
|
|
|
|
@8041
|
[8041]
|
8 months |
westram |
merge from dev [7990] [7991] [7992] [7993] [7994] [7995] [7996] [7998] …
|
|
|
|
@8040
|
[8040]
|
8 months |
westram |
merge from dev [7975] [8034] [8002] [8004]
- unit tests
* added …
|
|
|
|
@8038
|
[8038]
|
8 months |
westram |
merge from dev [7963] [7964] [7965]
- valgrind2grep: fixed symlinks …
|
|
|
|
@8037
|
[8037]
|
8 months |
westram |
merge from dev [7958] [7959] [7960] [7961]
* GBT_open (removed unused …
|
|
|
|
@8036
|
[8036]
|
8 months |
westram |
merge from dev [7950] [7951] [7952] [7953] [7954] [7955] [7957]
* …
|
|
|
|
@8035
|
[8035]
|
8 months |
westram |
merge from dev [7940] [7941] [7962]
- do not export error from …
|
|
|
|
@7936
|
[7936]
|
9 months |
westram |
- GBS_readable_size() accepts prev hardcoded unit_suffix
|
|
|
|
@7931
|
[7931]
|
9 months |
westram |
merge from dev [7905] [7908] [7927]
* added …
|
|
|
|
@7929
|
[7929]
|
9 months |
westram |
merge from dev [7844] [7855] [7865] [7869] [7910] [7911]
* misc minor …
|
|
|
|
@7922
|
[7922]
|
9 months |
westram |
- improved error message on dbfield-type-mismatch
|
|
|
|
@7916
|
[7916]
|
9 months |
westram |
* removed AWAR_DTREE_REFRESH (-> AWAR_TREE_REFRESH)
* DRYed …
|
|
|
|
@7818
|
[7818]
|
10 months |
westram |
merge from dev [7773] [7776] [7797]
* remove indirection via links in …
|
|
|
|
@7814
|
[7814]
|
10 months |
westram |
merge from dev [7760] [7761] [7763] [7764] [7765]
* Gene location editor …
|
|
|
|
@7811
|
[7811]
|
10 months |
westram |
merge from dev [7748] [7749] [7750]
* comments (C->C++ style)
* fixed …
|
|
|
|
@7807
|
[7807]
|
10 months |
westram |
merge from dev [7727] [7729]
* added
- unit-test for Location …
|
|
|
|
@7806
|
[7806]
|
10 months |
westram |
merge from dev [7720] [7721] [7722] [7723] [7724] [7725] [7726] [7747]
* …
|
|
|
|
@7803
|
[7803]
|
10 months |
westram |
merge from dev [7716] [7732] [7733] [7734] [7735]
* script to add+remove …
|
|
|
|
@7800
|
[7800]
|
10 months |
westram |
merge from dev [7687] [7692] [7693] [7694] [7695] [7697] [7706] [7707] …
|
|
|
|
@7771
|
[7771]
|
10 months |
westram |
merge from dev [7688] [7689] [7690] [7691]
* clear error exported by …
|
|
|
|
@7770
|
[7770]
|
10 months |
westram |
merge from dev [7679] [7683] [7684] [7685] [7686]
* ARBDB -> CORE
- …
|
|
|
|
@7677
|
[7677]
|
11 months |
westram |
- depends
|
|
|
|
@7676
|
[7676]
|
11 months |
westram |
- removed function duplicate
|
|
|
|