c6644d5b52
changed qse_setdflcmgrbyid() and qse_setdflcmgr() to return the cmgr object set. changed the default cmgr to either SLMB or UTF8 depending on the availability of underlying library functions
hyung-hwan2015-04-27 08:37:57 +00:00
0a8e84add2
fixed some build problems on mac os x 10.1
hyung-hwan2015-04-26 16:20:21 +00:00
f9b3428a21
added -lqsecmn to libqsecmnxx_la_LIBADD in lib/cmn/Makefile.am
hyung-hwan2015-04-20 13:15:45 +00:00
67c3e6d392
changed @ to \ in header docuumentation
hyung-hwan2015-04-06 08:09:18 +00:00
bfee646924
fixed a bug of getting %lu wrongly in fmt-out.h fixed some typos in StrBase.hpp enhanced String::format & String::formatv
hyung-hwan2015-03-19 02:33:15 +00:00
b4fd70b1e4
changed the behavior of member functions of RefCounted. Changed SharedPtr to make use of RefCounted. Added StrBase and String.
hyung-hwan2015-03-14 00:54:56 +00:00
36e75b3bb2
renamed member variables of some classes
hyung-hwan2015-03-12 11:32:18 +00:00
756a93ff41
renamed Awk::uponDemise() to Awk::uponClosing and added Awk::uponClearing()
hyung-hwan2015-03-12 06:39:16 +00:00
0355e4e96e
added more constructors to Cstr, Mcstr, Wcstr
hyung-hwan2015-03-12 02:14:13 +00:00
47a7baeb7d
added the Awk::onDemise() callback
hyung-hwan2015-03-12 02:08:51 +00:00
a212a8ebf2
changed Awk to use HashTable instead of htb. added Cstr, Mcstr, Wcstr. changed Awk not to use in-class placement new in allocating a value
hyung-hwan2015-03-11 13:33:23 +00:00
cb62c4ecd1
added quite a few sample programs
hyung-hwan2015-03-11 06:12:48 +00:00
3793785e7c
enhanced constructors of some Mmged classes. added Mmged:setMmgr() and changed the accessibility of the member manager variable
hyung-hwan2015-03-11 01:47:26 +00:00
23b718f366
deleted SharedPtr and renamed MmgedSharedPtr to SharedPtr
hyung-hwan2015-03-11 01:16:31 +00:00
9a3ca2e3c1
changed Awk and Sed to inherit Uncopyable
hyung-hwan2015-03-10 09:00:21 +00:00
49d57e3155
added SharedPtr and MmgedSharedPtr
hyung-hwan2015-03-10 08:40:31 +00:00
efc997750e
changed void* operator new (qse_size_t size, QSE::Mpool* mp) to fall back to mmgr upon size mismatch. finished primitive BinaryHeap code. renamed Array::get() to Array::getValueAt() renamed Array::set() to Array::setValueAt()
hyung-hwan2015-03-07 03:55:40 +00:00
14f5a8a9b3
added HashList::inject() and HashTable::inject(). improved HashTable::upsert(). added HashList::ensert() and HashTable::ensert(). started porting rbt to RedBlackTree
hyung-hwan2015-02-27 15:27:59 +00:00
ca8956366c
removed MPOOL from some template classes
hyung-hwan2015-02-27 07:26:51 +00:00
ae717e066e
changed HashTable::remove() and HashTable::search() to use HashList::heteroxxx() calls
hyung-hwan2015-02-26 03:15:15 +00:00
f93f5e9704
experimenting on a simpler HashTable implementation
hyung-hwan2015-02-25 16:27:46 +00:00
37792be000
added Mpool::swap(). fixed a bug in HashList::rehash() when the memory pool is enabled. added LinkedList::reverse()
hyung-hwan2015-02-24 15:42:45 +00:00
8c15d39d9a
remove the raise_exeception member variable from the memory manager. changed the allocate(), reallocate(), callocate() to accept raise_exception instead. touched up HashTable a bit
hyung-hwan2015-02-17 04:45:20 +00:00
3f94bd2cd6
implemented a hack not to use the chunked transfer encoding ii the response code is 1xx, 204, 304 or the request method is HEAD
hyung-hwan2015-02-01 04:10:56 +00:00
e7a598f591
changed a wrong macro named used in fs-copy.c
hyung-hwan2015-01-23 03:30:44 +00:00
5f61505860
added qse_fs_setopt() & qse_fs_getopt(). added QSE_FS_CBS and changed qse_fs_del() to call cbs.del() if available
hyung-hwan2014-11-26 15:14:24 +00:00
7d21e90ce2
renamed qse_tmr_remove() to qse_tmr_delete(). removed qse_fs_delete() and added qse_fs_delfile()/qse_fs_deldir() with some new options
hyung-hwan2014-11-24 17:01:04 +00:00
8678660b82
added some experimental and unfinished code using tli
hyung-hwan2014-11-20 15:12:28 +00:00
619425cd72
indented some lines in the LICENSE file
hyung-hwan2014-11-19 14:50:27 +00:00