Git Product home page Git Product logo

vdream90's Introduction

VDream Component Suite version 9.0

Introduction

VDream Component version 9.0 is cross platform C++ library based on Qt.

Installation

About

License

vdream90's People

Contributors

snoopspy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

vdream90's Issues

UnitTest failed(Thread.exceptionTest)

Microsoft Visual Studio 2012 64bit Release mode

$unittest --gtest_list_tests
$unittest --gtest_filter=Thread.exceptionTest

[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from Thread
[ RUN ] Thread.exceptionTest
.\threadtest.cpp(193): error: Value of: 300
Expected: thread.tag
Which is: 400
[ FAILED ] Thread.exceptionTest (8 ms)
[----------] 1 test from Thread (14 ms total)

Microsoft Visual Studio 2012 Release mode

MetaClass owner paramter

In the following functions, owner must be insert as paramter.

VMetaClassMgr::createByClassName(char* className, void* owner)
IVMetaClass::createInstance(void* owner) = 0;
VMetaClass##ClassName::createInstance(void* owner)

Add new ssl methods

FMY : ssl.h

const SSL_METHOD TLSv1_1_method(void); / TLSv1.1 /
const SSL_METHOD *TLSv1_1_server_method(void); /
TLSv1.1 /
const SSL_METHOD *TLSv1_1_client_method(void); /
TLSv1.1 */

const SSL_METHOD TLSv1_2_method(void); / TLSv1.2 /
const SSL_METHOD *TLSv1_2_server_method(void); /
TLSv1.2 /
const SSL_METHOD *TLSv1_2_client_method(void); /
TLSv1.2 */

neis.go.kr hanging

When "HEAD" HTTP command is transferred, even if "Content-Length" exists in HTTP response header, the HTTP body does not transferred through HTTP response. In this case, WebProxy does not forward HTTP response packet.

FMI : http://neis.go.kr

Refactor UnitTest

Refactor UnitTest.
Unittest code should be included in each file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.