source: trunk/yat/utility

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @921   16 years Jari Häkkinen Removed undefined macro on MacOSX. Now the yat_assert compiles.
(edit) @919   16 years Peter fixes #239
(edit) @917   16 years Peter fixes #257
(edit) @916   16 years Peter Sorry this commit is a bit to big. Adding a yat_assert. The yat …
(edit) @914   16 years Peter refactoring add function in Averagers, refs #246
(edit) @910   16 years Peter impl add function for AveragerWeighted?. The function distinguishes …
(edit) @909   16 years Peter using weighted_iterator_traits, closes #151
(edit) @908   16 years Peter adding IteratorWeighted?.h in Makefile.am (so file is included in …
(edit) @899   16 years Peter changed euclidean to fulfill design criteria, removes …
(edit) @898   16 years Markus Ringnér A first suggestion for how to adress #250. Also removed contamination …
(edit) @897   16 years Peter removing keyword that was mistakingly added before
(edit) @896   16 years Peter
(edit) @895   16 years Peter Another try, hm…
(edit) @894   16 years Peter setting missing property Id on files
(edit) @890   16 years Markus Ringnér Refs #245 #246 #247
(edit) @884   16 years Peter some documentation
(edit) @883   16 years Peter fixing problems with iterator -> const_iterator conversion
(edit) @882   16 years Peter fixing includes - sorry about that
(edit) @881   16 years Peter merged constIterator into Iterator and added an extra template …
(edit) @880   16 years Peter refs #244
(edit) @879   16 years Markus Ringnér Added support to utility::vector for gsl-functions that finds indices …
(edit) @878   16 years Markus Ringnér Problem with previous checkin fixed
(edit) @877   16 years Markus Ringnér This revision breaks the vector_test. I know this is against the rules …
(edit) @875   16 years Peter rewriting SW algo, making code clearer, and perhaps removing a few bugs...?
(edit) @873   16 years Peter fixing some docs
(edit) @872   16 years Peter Some docs for TypeInfo?
(edit) @869   16 years Peter Adding Smith-Waterman local alignment and modified ssearch to use this …
(edit) @867   16 years Peter adding function doing a SSEARCH between two strings
(edit) @865   16 years Peter changing URL to http://trac.thep.lu.se/trac/yat
(edit) @861   16 years Peter adding class to store and compare std::type_info
(edit) @842   16 years Peter fixed typo in error msg
(edit) @833   16 years Jari Häkkinen Addresses #217. Fixed so that 'make distcheck' compiles but tests fail …
(edit) @831   16 years Peter Refs #185.
(edit) @830   16 years Jari Häkkinen Fixes #206.
(edit) @829   16 years Jari Häkkinen Fixes #173.
(edit) @825   16 years Peter removed minmax functions and moved shuffle into vector.*
(edit) @813   16 years Peter Predict in NBC. Fixes #57
(edit) @811   16 years Peter dox
(edit) @810   16 years Jari Häkkinen Changed to obey the general wisdom: If you write the same code snipet …
(edit) @809   16 years Jari Häkkinen Fixed spelling.
(edit) @808   16 years Peter previous argument was invalid, but here is an implementation. Fixes #205
(edit) @805   16 years Peter removed Option and Commandline. Not mature enough for a release. …
(edit) @797   16 years Jari Häkkinen Fixes #191. This is the best that can be done with the current design.
(edit) @796   16 years Jari Häkkinen Fixes #201.
(edit) @794   16 years Peter making yat compile
(edit) @792   16 years Jari Häkkinen Addresses #193. matrix now works as outlined in the ticket discussion. …
(edit) @791   16 years Jari Häkkinen Addresses #193. Added missing implementations.
(edit) @790   16 years Jari Häkkinen Addresses #193. Fixing doxygen docs, and operator=.
(edit) @789   16 years Jari Häkkinen Addresses #193. vector now works as outlined here. Added some …
(edit) @788   16 years Jari Häkkinen Improved comparison operator and equal function doxygen doc. Added for …
(edit) @787   16 years Peter removed v_const in vector since it never used for anything but only …
(edit) @785   16 years Peter I think it is clearer if gsl_vector_const_view is declared as const …
(edit) @784   16 years Jari Häkkinen References #155. Removed potential null pointer usage. Some unwanted …
(edit) @783   16 years Jari Häkkinen Fixes #155. Added asserts to check vectors in all non-const functions …
(edit) @782   16 years Jari Häkkinen Fixes #195.
(edit) @780   16 years Jari Häkkinen Fixed exception message.
(edit) @776   16 years Jari Häkkinen Fixed typos.
(edit) @775   16 years Jari Häkkinen Fixes #200.
(edit) @774   16 years Jari Häkkinen Fixes #194.
(edit) @773   16 years Jari Häkkinen Fixes #138. Removed add, sub, scale and added appropriate operators.
(edit) @767   16 years Peter Fixes #65
(edit) @762   16 years Jari Häkkinen Fixes #76. Creating/recreating BLAS support matrix only when needed.
(edit) @761   16 years Jari Häkkinen Fixes #7.
(edit) @759   16 years Jari Häkkinen Fixes #171 and addresses #2. A few more GSL_error exceptions. Removed …
(edit) @758   16 years Jari Häkkinen Fixes #2. Finalized adding GSL_error exceptions.
(edit) @755   16 years Jari Häkkinen Addresses #2 and #65. Continued adding GSL_error exceptions, and added …
(edit) @754   16 years Jari Häkkinen Addresses #2 and #65. Continued adding GSL_error exceptions, and added …
(edit) @753   16 years Jari Häkkinen Addresses #2. Continued adding GSL_error exceptions.
(edit) @751   16 years Jari Häkkinen Addresses #2. Continued adding GSL_error exceptions.
(edit) @750   16 years Jari Häkkinen Addresses #2. Continued adding GSL_error exceptions.
(edit) @743   16 years Peter Changed function to return reference to member variable string. This …
(edit) @738   16 years Jari Häkkinen Fixes #8 and #179, addresses #2.
(edit) @737   16 years Peter moving vector matrix multiplication to matrix.h and matrix.cc
(edit) @735   16 years Peter forgot to check in matrix.h
(edit) @734   16 years Peter added vector*matrix and matrix*vector operators. fixes #18
(edit) @733   16 years Peter fixes #53
(edit) @732   16 years Peter fixes #42
(edit) @725   16 years Peter removing includes
(edit) @723   16 years Jari Häkkinen Fixes #10. Removed read_to*(std::vector..) functionality.
(edit) @719   16 years Jari Häkkinen Fixes #172.
(edit) @718   16 years Jari Häkkinen Addresses #170.
(edit) @717   16 years Jari Häkkinen Removed long time non-implemented function declarations ... not needed?
(edit) @716   16 years Jari Häkkinen Addresses #170.
(edit) @715   16 years Jari Häkkinen Addresses #170.
(edit) @714   16 years Jari Häkkinen Addresses #170..
(edit) @711   16 years Jari Häkkinen Fixes #1 and #80. Interface changed.
(edit) @710   16 years Jari Häkkinen Addresses #1 and #80. Changed FileIO to FileUtil? and added tests on …
(edit) @709   16 years Jari Häkkinen Addresses #1 and #80. Issues fixed, but bogus params to functions …
(edit) @703   16 years Jari Häkkinen Addresses #65 and #170.
(edit) @693   17 years Jari Häkkinen Clarified doc and comments.
(edit) @687   17 years Jari Häkkinen Clean up of namespace comments.
(edit) @686   17 years Jari Häkkinen Fixes #17. Constness of vectors and views are stricltly maintained. …
(edit) @684   17 years Jari Häkkinen Cleaning.
(edit) @680   17 years Jari Häkkinen Addresses #153. Introduced yat namespace. Removed alignment namespace. …
(edit) @679   17 years Markus Ringnér Fixed some minor stuff so it compiles on eddie.thep.lu.se running g++3.2
(copy) @676   17 years Jari Häkkinen Fixed #83. This message applies to this revision and revision:675. …
copied from trunk/c++_tools/utility:
(edit) @675   17 years Jari Häkkinen References #83. Changing project name to yat. Compilation will fail in …
Note: See TracRevisionLog for help on using the revision log.