Commit Graph
9 Commits
Author SHA1 Message Date
mingchuan 16de7a0493 New test cases. 2018-08-14 18:53:06 +02:00
mingchuan b89365282b Fix shared boost test library build by customizing main 2018-08-02 13:08:24 +01:00
mingchuan b8b10a5299 Set tab size specified in .editorconfig to 4
This make tabs appear as 4 spaces on GitHub
2018-07-27 21:22:28 +08:00
mingchuan a104e5fb03 Fix cmake when custom CMAKE_INSTALL_LIBDIR is given
According to cmake documents, we cannot assume CMAKE_INSTALL_LIBDIR is a
relative path. This commit fixes the "no rule to make libjsoncpp.a"
error by passing -DCMAKE_INSTALL_LIBDIR=lib to jsoncpp external project.
2018-06-06 14:29:48 +08:00
mingchuan b7cafcbdf9 Allow using calldata keyword to specify data location 2018-05-30 18:05:55 +08:00
mingchuan 9865012f7b Allow data location suffix for internal elementary type parsing 2018-05-22 23:28:12 +08:00
mingchuan 3cd57866a9 Fix assert message about function visibility 2018-05-20 22:29:11 +08:00
mingchuan c4ac825324 Fix wrong template parameter passed to boost::get 2018-05-14 11:30:18 +08:00
mingchuan dbd0a7ed60 Fix link error when using boost shared library 2018-05-11 11:20:19 +08:00