29.04.2014 - Version 0.4.0_prealpha. PICodeParser, namespace PICodeInfo, new tool "pip_cmg" in dir "code_model_generator". New feature in PIIODevice - "createFromFullPath", all parameters of all I/O devices now works with PIObjects`s properties.

This commit is contained in:
peri4
2014-04-29 11:50:13 +04:00
parent 77abb0bbea
commit 2e5e75c4c4
98 changed files with 2545 additions and 768 deletions

18
pip.pro
View File

@@ -9,11 +9,11 @@ INCLUDEPATH += .
QT -= core gui
CONFIG -= qt
CONFIG += dll
VERSION = 0.3.8
VERSION = 0.4.0
# Input
HEADERS += \
pivariable.h \
pivariant.h \
pitimer.h \
pithread.h \
pisystemtests.h \
@@ -49,10 +49,12 @@ HEADERS += \
pibytearray.h \
pibitarray.h \
picollection.h \
ifaddrs_3rd.h \
pidiagnostics.h
pidiagnostics.h \
pibinarylog.h \
picodeparser.h \
piusb.h
SOURCES += main.cpp \
pivariable.cpp \
pivariant.cpp \
pitimer.cpp \
pithread.cpp \
pisystemtests.cpp \
@@ -80,8 +82,10 @@ SOURCES += main.cpp \
picli.cpp \
pibytearray.cpp \
picollection.cpp \
ifaddrs_3rd.c \
pidiagnostics.cpp
pidiagnostics.cpp \
pibinarylog.cpp \
picodeparser.cpp \
piusb.cpp
win32 {
LIBS += -lws2_32 -lIphlpapi
} else {