Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
d5a353b
Added AsyncStackManager to swig class list
May 31, 2012
2d931a3
Added VTO functions to StackManager
Jun 1, 2012
3f4c131
Fixed gcc 4.6 warnings in TestAPDU.cpp
Jun 1, 2012
4fb7da5
Merge remote-tracking branch 'gec/master'
Jun 1, 2012
bf20ef4
Enhanced Swig support
Jun 9, 2012
fa4bac8
Added DNP3/VtoData.h to the Swig list
Jun 9, 2012
fdc3945
Refactored IVtoCallbacks for better Swig integration
Jun 9, 2012
2856717
Fixed Swig Python support
Jun 9, 2012
de8d02d
Merge branch 'master', remote-tracking branch 'gec'
Jun 9, 2012
e4826a1
Merge remote-tracking branch 'gec/master'
Jun 15, 2012
26a9478
Merge remote-tracking branch 'gec/master'
Jun 16, 2012
318ec1c
Added rules to properly ignore dnp3test and testset
Jun 16, 2012
7a73a33
Added -threads to Python swig generation
Jun 21, 2012
32ba554
Added Python Master demo from William Sember
Jun 26, 2012
982c700
Added .DS_Store to .gitignore
Jun 26, 2012
edf4b5a
Merge remote-tracking branch 'gec/master'
Jun 26, 2012
e94eb7b
Merge remote-tracking branch 'gec/master'
Jun 29, 2012
a9de239
Merge branch 'master' of github:cverges/dnp3
Jun 29, 2012
d9b9f52
Merge remote-tracking branch 'origin/gitignore-fix'
Jun 29, 2012
0b74909
Merge remote-tracking branch 'gec/master'
Jul 4, 2012
8bbac2e
Added __init__.py to the clean list
Jul 4, 2012
c6dbfe1
Enhanced support for parallel 'make' builds
Jul 4, 2012
342c39f
Added support for IPv6 client/server sockets
Jul 14, 2012
ebadb08
Reverted TCPClient and TCPServer tags back for IPv4 support
Jul 14, 2012
0f7fbb4
Added headers for TCPv6* files
Jul 18, 2012
2a486a8
Added missing APL/AsyncResult.h to installed headers
Jul 23, 2012
21f73f7
Added missing TCPv4/v6 headers to installed headers list
Jul 23, 2012
ef36d81
Removed bad copy/paste mistake in Makefile.am
Jul 23, 2012
a7a2949
Added missing APL/RandomDouble.h to Makefile.am
Jul 23, 2012
322be8e
Fix for 'malformed packet' during session startup
Aug 7, 2012
4626288
Fix for 'malformed packet' during session startup
Aug 7, 2012
da00a9d
Merge branch 'master' of github:cverges/dnp3
Aug 7, 2012
4929543
Merge remote-tracking branch 'gec/master'
Aug 8, 2012
a717319
Readded backwards compatible AddTCP[Client|Server] API
Sep 11, 2012
b424753
Refactored directory organization
Sep 11, 2012
a62a6de
Missing declaration
glaslos Apr 16, 2013
b946c88
Missing declaration
glaslos Apr 16, 2013
d3930d0
Merge pull request #1 from glaslos/patch-1
Apr 17, 2013
2751e69
Merge pull request #2 from glaslos/patch-2
Apr 17, 2013
75af394
testset: use the AllowTimeSync for the MasterSettings tag
Apr 17, 2013
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
93 changes: 51 additions & 42 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,51 +1,61 @@
dnp3test
!DNP3Test/

testset
!TestSet/

*.gcda
*.gcno
*.iml
opendnp3.jar
JavaDNP3.h
JavaDNP3.cpp
*.la
*.lo
*.o
*.user
*~
.*.swp
.DS_Store
.deps
.dirstamp
.idea
/DNP3Java/target
/DNP3Java/src
/DNP.ncb
/DNP.suo
.libs
Debug
Release
ipch
*.user
pc_cygwin

/DNP3Java/.java-built
/DNP3Java/JavaDNP3.cpp
/DNP3Java/JavaDNP3.h
/DNP3Java/src
/DNP3Java/target
opendnp3.jar

/*/pc_linux_arm
/tools/install_scripts/boost/*/temp
/tools/boostlib
/CSToCppXMLBinder/bin
/CSToCppXMLBinder/obj
/ConfigurationBuilder/*.cs
/ConfigurationBuilder/*.xsx
/TestSet/*.xml
/DNP3Java/jar
/DNP.ncb
/DNP.suo
/DNP3Java/JavaDNP3_wrap.*
/DNP3Java/jar
/DNP3Java/src
/DNP3Java/target
/TestSet/*.xml
/coverage-*
/doc
/java
/lcov
/org
/src
*.log
/tools/boostlib
/tools/install_scripts/boost/*/temp
Debug
Linux_i686
Release
TestAPL/TestSingle.tiny.xml
TestSingle.tiny.xml
/doc
/coverage-*
/lcov
/org
*~
*.o
*.lo
.deps
.dirstamp
.libs
*.la
*.so
*.gcno
*.gcda
.*.swp
*.map
*.sdf
*.opensdf
ipch
pc_cygwin

demo-master-cpp
demo-slave-cpp
Expand All @@ -55,27 +65,26 @@ __init__.pyc
pyopendnp3.py
pyopendnp3.pyc

/autom4te.cache
/build-aux
/config/autotools/m4/libtool.m4
/config/autotools/m4/ltoptions.m4
/config/autotools/m4/ltsugar.m4
/config/autotools/m4/ltversion.m4
/config/autotools/m4/lt~obsolete.m4

/build-aux

/configure
configure.in
configure
Makefile.in
Makefile
config.h
stamp-h1
Makefile.in
aclocal.m4
/autom4te.cache
compile.log
config.h
config.h.in
config.log
config.status
configure
configure.in
libtool
stamp-h1

*target*


65 changes: 0 additions & 65 deletions APL/PhysicalLayerAsyncTCPClient.cpp

This file was deleted.

64 changes: 0 additions & 64 deletions APL/PhysicalLayerFactory.cpp

This file was deleted.

10 changes: 5 additions & 5 deletions APLTestTools/AsyncPhysTestObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
#include <APLTestTools/AsyncTestObjectASIO.h>

#include <APLTestTools/LogTester.h>
#include <APL/PhysicalLayerAsyncTCPClient.h>
#include <APL/PhysicalLayerAsyncTCPServer.h>
#include <APL/LowerLayerToPhysAdapter.h>
#include <opendnp3/APL/PhysicalLayerAsyncTCPv4Client.h>
#include <opendnp3/APL/PhysicalLayerAsyncTCPv4Server.h>
#include <opendnp3/APL/LowerLayerToPhysAdapter.h>
#include <APLTestTools/MockUpperLayer.h>

namespace apl
Expand All @@ -39,8 +39,8 @@ class AsyncPhysTestObject : public AsyncTestObjectASIO, public LogTester
Logger* mpLogger;

public:
PhysicalLayerAsyncTCPClient mTCPClient;
PhysicalLayerAsyncTCPServer mTCPServer;
PhysicalLayerAsyncTCPv4Client mTCPClient;
PhysicalLayerAsyncTCPv4Server mTCPServer;

LowerLayerToPhysAdapter mClientAdapter;
LowerLayerToPhysAdapter mServerAdapter;
Expand Down
2 changes: 1 addition & 1 deletion APLTestTools/AsyncTestObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include "AsyncTestObject.h"

#include <APL/TimingTools.h>
#include <opendnp3/APL/TimingTools.h>

#include <boost/bind.hpp>

Expand Down
6 changes: 3 additions & 3 deletions APLTestTools/AsyncTestObjectASIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#include "AsyncTestObjectASIO.h"
#include <boost/asio.hpp>

#include <APL/Configure.h>
#include <APL/Exception.h>
#include <APL/Thread.h>
#include <opendnp3/APL/Configure.h>
#include <opendnp3/APL/Exception.h>
#include <opendnp3/APL/Thread.h>

namespace apl
{
Expand Down
4 changes: 2 additions & 2 deletions APLTestTools/BufferHelpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
//
#include "BufferHelpers.h"

#include <APL/Configure.h>
#include <APL/Exception.h>
#include <opendnp3/APL/Configure.h>
#include <opendnp3/APL/Exception.h>

#include <memory.h>
#include <sstream>
Expand Down
2 changes: 1 addition & 1 deletion APLTestTools/BufferHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef __BUFFER_HELPERS_H_
#define __BUFFER_HELPERS_H_

#include <APL/CopyableBuffer.h>
#include <opendnp3/APL/CopyableBuffer.h>
#include <string>

namespace apl
Expand Down
2 changes: 1 addition & 1 deletion APLTestTools/BufferTestObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <boost/foreach.hpp>
#include <iostream>

#include <APL/Exception.h>
#include <opendnp3/APL/Exception.h>

namespace apl
{
Expand Down
2 changes: 1 addition & 1 deletion APLTestTools/BufferTestObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef __BUFFER_TEST_OBJECT_H_
#define __BUFFER_TEST_OBJECT_H_

#include <APL/Types.h>
#include <opendnp3/APL/Types.h>
#include <string>
#include <vector>

Expand Down
2 changes: 1 addition & 1 deletion APLTestTools/FanoutDataObserver.h
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef __FANOUT_DATA_OBSERVER_H_
#define __FANOUT_DATA_OBSERVER_H_

#include <APL/ChangeBuffer.h>
#include <opendnp3/APL/ChangeBuffer.h>
#include <boost/foreach.hpp>

namespace apl
Expand Down
2 changes: 1 addition & 1 deletion APLTestTools/LogTester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//
#include "LogTester.h"

#include <APL/LogToStdio.h>
#include <opendnp3/APL/LogToStdio.h>

namespace apl
{
Expand Down
2 changes: 1 addition & 1 deletion APLTestTools/LogTester.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef __LOG_TESTER_H_
#define __LOG_TESTER_H_

#include <APL/Log.h>
#include <opendnp3/APL/Log.h>

namespace apl
{
Expand Down
2 changes: 1 addition & 1 deletion APLTestTools/LoopbackPhysicalLayerAsync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#include <boost/asio.hpp>
#include <boost/bind.hpp>
#include <APL/Logger.h>
#include <opendnp3/APL/Logger.h>

using namespace boost;
using namespace boost::system;
Expand Down
4 changes: 2 additions & 2 deletions APLTestTools/LoopbackPhysicalLayerAsync.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#ifndef __LOOP_BACK_PHYSICAL_LAYER_ASYNC_H_
#define __LOOP_BACK_PHYSICAL_LAYER_ASYNC_H_

#include <APL/PhysicalLayerAsyncBase.h>
#include <APL/IHandlerAsync.h>
#include <opendnp3/APL/PhysicalLayerAsyncBase.h>
#include <opendnp3/APL/IHandlerAsync.h>

#include <queue>

Expand Down
Loading