Commit Graph

945 Commits

Author SHA1 Message Date
fasiondog
047bbcb7b9 添加日志打印的等级控制 2019-02-11 15:20:43 +08:00
fasiondog
714f582922 分笔成交数据支持(continue) 2019-02-11 02:14:14 +08:00
fasiondog
724204e723 fix:离开咖啡馆提交的太急导致编译失败 2019-02-11 00:16:35 +08:00
fasiondog
f3b9612403 增加分笔成交数据支持(continue) 2019-02-10 23:31:27 +08:00
fasiondog
4e797c266b 支持分时线 2019-02-10 21:26:02 +08:00
fasiondog
bc3dad7e7d 分时线支持 2019-02-09 18:25:16 +08:00
fasiondog
57fbbd1ece 分时线支持 2019-02-08 22:41:20 +08:00
fasiondog
38fc6bc353 定义分时线结构 2019-01-27 23:03:33 +08:00
fasiondog
88f1e0a747 周线及以上改为使用结束日期后更新测试数据与用例 2019-01-20 19:26:08 +08:00
fasiondog
ca337ed7d0 周线及以上复权 2019-01-12 18:54:43 +08:00
fasiondog
c05e48b10c 周线以上复权(继续) 2019-01-11 01:28:54 +08:00
fasiondog
8235935efc 周线及以上复权(继续) 2019-01-09 01:09:02 +08:00
fasiondog
2fd18a6e8f 完善Datetime便捷方法保护及补充测试用例;调整dateOfWeek在参数超出范围时的返回结果。 2019-01-06 16:22:51 +08:00
fasiondog
ebebb37f12 Datetime添加next、pre系列方法 2019-01-05 23:17:07 +08:00
fasiondog
2a07e907e4 DatetimeDatetime增加today,dateOfWeek,startOfWeek,endOfWeek,startOfMonth,endOfMonth,startOfQuarter,endOfQuerter,startOfYear, endOfYear方法及其帮助与测试用例。 2019-01-05 18:55:34 +08:00
fasiondog
0ec2b2d901 Datetime增加几个便捷方法 2019-01-05 02:15:36 +08:00
fasiondog
fbc08e538a data tool for mysql(continue) 增加数据库升级机制 2018-11-19 02:42:31 +08:00
fasiondog
8b9fefb454 1、配合数据导入工具,交互模式下自动检测配置文件是否存在并提示
2、xmake工程增加最小版本限制
3、修改StockManager预加载时的打印信息
2018-11-17 20:22:06 +08:00
fasiondog
27fc4fa0c0 Bugfix:KTYPE改为string模式后,完善对缓存为空和为缓存的情况,导致realtimeUpdate时失败退出 2018-11-07 02:41:14 +08:00
fasiondog
178ad8a394 Change Enum KQuery::KType to string (continue) 2018-10-06 02:03:02 +08:00
fasiondog
cb86c1cbf1 change Enum KQuery::KType to string for more kdata type (will continue) 2018-10-04 20:55:39 +08:00
fasiondog
cfeb59045e 周线及之上周期的K线记录取最后一天的日期作为该周期的时间点 2018-09-28 02:26:09 +08:00
fasiondog
1276b631f3 fix importdata 2018-09-26 23:14:54 +08:00
fasiondog
66fecf64bf update xmake for macosx 2018-09-20 02:43:03 +08:00
fasiondog
3e15fdf9d4 fix xmake for linux 2018-09-19 23:13:55 +08:00
fasiondog
15c96aba18 update xmake for macosx 2018-09-19 02:45:50 +08:00
fasiondog
63e033cb55 clean importdata compile warning 2018-09-16 22:48:32 +08:00
fasiondog
0a598e346d updata importdata xmake 2018-09-15 23:56:02 +08:00
fasiondog
9b648d9067 simplify the code with @ruki's help 2018-09-15 15:31:06 +08:00
fasiondog
06027fa2f2 update xmake for linux
clean unused code
2018-09-15 03:35:04 +08:00
fasiondog
1a940db60e update xmake for linux 2018-09-15 02:52:35 +08:00
fasiondog
4debb4c2b6 travis 2018-09-13 22:42:36 +08:00
fasiondog
b654ee2b0e travis 2018-09-13 22:08:09 +08:00
fasiondog
eef096c02a modified xmake project with the help of @ruki 2018-09-12 01:14:16 +08:00
fasiondog
28895fff7e add getVersion, xmake remove some options 2018-09-10 02:21:19 +08:00
fasiondog
acea8fa94e Remove the dependency on boost_chrono and switch to C++11 chrono 2018-09-10 01:14:42 +08:00
fasiondog
f8df667f3d update xmake project 2018-09-09 17:45:22 +08:00
fasiondog
83eaa41a80 update xmake project for linux 2018-09-09 16:43:04 +08:00
fasiondog
abb87c94c6 continue xmake for linux 2018-09-07 02:06:06 +08:00
fasiondog
fbfe45f62c xmake for linux and clean warn with gcc 2018-09-04 01:41:24 +08:00
fasiondog
65d27a2126 trans demo.cpp file to utf-8 code 2018-08-31 02:50:06 +08:00
fasiondog
38de8a7f8e Solves the problem of redirecting C++ output to python;
Remove any additional eclipse configuration files
2018-08-30 02:38:13 +08:00
fasiondog
bc3a875a2c 1. Fix: VS2017 can't use Boost.python's docstring
2. Support C++17
3. Clear "tes_data/tmp"
2018-08-26 18:47:06 +08:00
fasiondog
a538038505 1. Deprecated LOG4CPLUS and use spdlog for logging;
2. Bug fix: Can't use log output when exiting hikyuu;
3. Update submodule
2018-08-21 01:56:29 +08:00
fasiondog
8379b053a1 Re-organize source code structure; use xmake for build 2018-08-20 04:01:34 +08:00