c6644d5b52changed 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 functionshyung-hwan2015-04-27 08:37:57 +00:00
0a8e84add2fixed some build problems on mac os x 10.1hyung-hwan2015-04-26 16:20:21 +00:00
f9b3428a21added -lqsecmn to libqsecmnxx_la_LIBADD in lib/cmn/Makefile.amhyung-hwan2015-04-20 13:15:45 +00:00
67c3e6d392changed @ to \ in header docuumentationhyung-hwan2015-04-06 08:09:18 +00:00
bfee646924fixed a bug of getting %lu wrongly in fmt-out.h fixed some typos in StrBase.hpp enhanced String::format & String::formatvhyung-hwan2015-03-19 02:33:15 +00:00
b4fd70b1e4changed 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
36e75b3bb2renamed member variables of some classeshyung-hwan2015-03-12 11:32:18 +00:00
756a93ff41renamed Awk::uponDemise() to Awk::uponClosing and added Awk::uponClearing()hyung-hwan2015-03-12 06:39:16 +00:00
0355e4e96eadded more constructors to Cstr, Mcstr, Wcstrhyung-hwan2015-03-12 02:14:13 +00:00
47a7baeb7dadded the Awk::onDemise() callbackhyung-hwan2015-03-12 02:08:51 +00:00
a212a8ebf2changed Awk to use HashTable instead of htb. added Cstr, Mcstr, Wcstr. changed Awk not to use in-class placement new in allocating a valuehyung-hwan2015-03-11 13:33:23 +00:00
3793785e7cenhanced constructors of some Mmged classes. added Mmged:setMmgr() and changed the accessibility of the member manager variablehyung-hwan2015-03-11 01:47:26 +00:00
23b718f366deleted SharedPtr and renamed MmgedSharedPtr to SharedPtrhyung-hwan2015-03-11 01:16:31 +00:00
9a3ca2e3c1changed Awk and Sed to inherit Uncopyablehyung-hwan2015-03-10 09:00:21 +00:00
49d57e3155added SharedPtr and MmgedSharedPtrhyung-hwan2015-03-10 08:40:31 +00:00
efc997750echanged 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
14f5a8a9b3added HashList::inject() and HashTable::inject(). improved HashTable::upsert(). added HashList::ensert() and HashTable::ensert(). started porting rbt to RedBlackTreehyung-hwan2015-02-27 15:27:59 +00:00
ca8956366cremoved MPOOL from some template classeshyung-hwan2015-02-27 07:26:51 +00:00
ae717e066echanged HashTable::remove() and HashTable::search() to use HashList::heteroxxx() callshyung-hwan2015-02-26 03:15:15 +00:00
f93f5e9704experimenting on a simpler HashTable implementationhyung-hwan2015-02-25 16:27:46 +00:00
37792be000added 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
8c15d39d9aremove the raise_exeception member variable from the memory manager. changed the allocate(), reallocate(), callocate() to accept raise_exception instead. touched up HashTable a bithyung-hwan2015-02-17 04:45:20 +00:00
3f94bd2cd6implemented a hack not to use the chunked transfer encoding ii the response code is 1xx, 204, 304 or the request method is HEADhyung-hwan2015-02-01 04:10:56 +00:00
e7a598f591changed a wrong macro named used in fs-copy.chyung-hwan2015-01-23 03:30:44 +00:00
5f61505860added qse_fs_setopt() & qse_fs_getopt(). added QSE_FS_CBS and changed qse_fs_del() to call cbs.del() if availablehyung-hwan2014-11-26 15:14:24 +00:00
cbb7991ca8added QSE_DIR_LIMITED & QSE_GLOB_LIMITED fixed bugs in qse_fs_delXXX()hyung-hwan2014-11-25 03:25:46 +00:00
7d21e90ce2renamed qse_tmr_remove() to qse_tmr_delete(). removed qse_fs_delete() and added qse_fs_delfile()/qse_fs_deldir() with some new optionshyung-hwan2014-11-24 17:01:04 +00:00
8678660b82added some experimental and unfinished code using tlihyung-hwan2014-11-20 15:12:28 +00:00
619425cd72indented some lines in the LICENSE filehyung-hwan2014-11-19 14:50:27 +00:00