shenleban tongying
|
5c158e5c70
|
fix: remove the WriteBuffer from File::Class
* This buffer was originally deisgned with FILE in mind
* After migrating from FILE to QFile, the buffer is duplicated with QFile's buffer
|
2023-04-15 15:01:15 +08:00 |
|
shenleban tongying
|
e66f97f7db
|
refactor: remove FsEncoding::encode/decode
They never serve any purpose other than converting between std::string <> QString <> char*.
|
2023-04-14 07:27:59 +08:00 |
|
Xiao YiFang
|
6abdaab5d3
|
fix: mdx file not found exception
|
2023-03-27 12:23:48 +08:00 |
|
Xiao YiFang
|
6a34804df2
|
opt: add xapian support
opt: add xapian fullindex support
|
2022-10-06 01:39:59 +08:00 |
|
Xiao YiFang
|
206474364a
|
feat:mdx lock free when loadArticle
|
2022-06-14 21:35:21 +08:00 |
|
Xiao YiFang
|
ba10f68c1c
|
clean code: replace throw() with noexcept
|
2022-06-03 21:29:06 +08:00 |
|
xiaoyifang
|
c2b466ce19
|
Merge branch 'feature/cpp-refactor-code' into staged
|
2022-02-03 17:51:40 +08:00 |
|
狂风代码
|
bf3725fdbd
|
Update file.cc
Enhance the function to check whether the file exists, support large files
|
2022-01-15 14:40:21 +08:00 |
|
xiaoyifang
|
c7d33f4eb9
|
clean code: remove old cpp feature
|
2022-01-09 16:35:07 +08:00 |
|
Abs62
|
968690654f
|
1. Fix work with big index files
2. Increase limit of node elements while build index
|
2021-03-05 16:51:44 +03:00 |
|
Abs62
|
fd00e9d156
|
Fix gcc 7.3 compiler warnings (#issue 978)
|
2018-05-21 18:32:04 +03:00 |
|
Abs62
|
02941bacfb
|
Fix some log messages
|
2017-07-02 16:40:42 +03:00 |
|
Abs62
|
eb78238f25
|
Add support for split zip files
|
2017-04-24 17:42:01 +03:00 |
|
Abs62
|
d6a9244424
|
Fix some warnings
|
2014-05-12 17:43:02 +04:00 |
|
Abs62
|
488286a75f
|
Some more errors handling
|
2014-04-25 17:13:56 +04:00 |
|
Abs62
|
becc74c730
|
Use QFile instead of FILE * functions
|
2014-02-26 18:22:12 +04:00 |
|
Tvangeste
|
148fd1f275
|
Fix compilation failures with Visual C++ 2012 (issue #375)
|
2013-08-07 20:29:36 +02:00 |
|
Abs62
|
535fe0d3e0
|
Update year in copyright notices.
|
2012-02-21 01:47:14 +04:00 |
|
Abs62
|
99fe9474ac
|
Move tryPossibleName and loadFromFile functions into File namespace
|
2012-01-30 17:11:41 +04:00 |
|
Abs62
|
2763b74635
|
Use file names in UTF-8. Fix issue #30.
|
2011-09-09 16:05:28 +04:00 |
|
Konstantin Isakov
|
92eceb8cad
|
Change email from @users.berlios.de to @goldendict.org.
|
2010-12-09 15:31:50 +03:00 |
|
Konstantin Isakov
|
953d9237a3
|
Update copyright to span to 2011.
Better early than late, this year is ending anyway.
|
2010-11-14 18:47:03 +03:00 |
|
Konstantin Isakov
|
ab88fa4867
|
Drop the src/ directory. It's superfluous.
|
2010-05-15 16:42:18 +04:00 |
|