AuthorCommitMessageCommit dateIssues
IHE UserIHE User
6cfa6dcba8bBring files up to currency with current content on deployed system.We lost track of a few changes. This update gets us syncrhonized with what exists on our CentOS VM.
Steve MooreSteve Moore
c905cd41bdfMake the front of the script that helps you find the installationfolder a little more verbose to help the user. Also, correct a problem in the input if the user had to enter a new location; we should have "chomped" the input.
Steve MooreSteve Moore
53fb808b915New compilers did not like the fact that this softwarere-defined the getline function. I renamed the local getline to make sure there was no name collision.
Steve MooreSteve Moore
589b1ff37ecComment out the reference to the xerces software.If we ever want to do that again, we should re-start with a java implementation.
Steve MooreSteve Moore
580e24a0b3aNew compiler did not allow me to use a variable (x) as partof the "for" control (for int x=0;...) and also as an internal variable of a differnt type (MString x). Renamed the control x to xa. I'm glad the compiler caught this.
Steve MooreSteve Moore
699b77d263bNew environment files for 64 bit linux systems thatuse GCC4. This should work for a number of different operating systems. These were tested on CentOS. We will soon test on Ubuntu and Debian.
smooresmoore
c278a57bb77Visual Studio 2013 detected an error in how I was checking for ifstream open failures.Corrected this error.
smooresmoore
bfb56058270Visual Studio 2013 detected an error in how I was checking for ofstream open failures.Corrected this error.
smooresmoore
67956f9c98bVisual Studio 2013 detected an error in how I was checking for ifstream open failures.Corrected this error.
smooresmoore
0047dd3d624Visual Studio 2013 detected an error in how I was checking for ifstream open failures.Corrected this error.
smooresmoore
120b12e05afAdded methods to get and set sequence values. These will be helpfulfor dose SR objects.
smooresmoore
b8e3e570ec4Remove op_hl7ps.Replaced by the hl7_rcvr application several years ago.
smooresmoore
b93a8897dd9Change include folder reference because we moved thectn software from mesa/external to a level that is parallel to MESA.
smooresmoore
d75afec7e66Added vcxproj files from another build.These were not in the code repository.
smooresmoore
90af9f79569Added vcxproj files from another build.These were not in the code repository.
smooresmoore
d125867fdb9Make one of the functions/methods have an explicit return type.Visual Studio flagged this as an error (no return type).
smooresmoore
dea0a3eb4cbUpdate to include the right DOM header file.I think this is a case of changes in the library.
smooresmoore
1d3693080efMake sure an array of characters is initialized before use.This mainly helps the compiler; the array was an output array for sprintf.
smooresmoore
1db15123adfVisual Studio caught some method definitions without defined return types and flagged those as errors.Update the method definitions to return type int.
smooresmoore
cffa9a4f743Visual Studio caught some method definitions without defined return types and flagged those as errors.Update the method definitions to return type int.
smooresmoore
88567effa9eComment out #include <unistd.h>Was causing some problems for Visual Studio. Not even sure if we use these files anymore.
smooresmoore
56d8c68ad85Include folder needed to build MESA software.We used to create this with a script; we will just make it part of the project.
smooresmoore
63a623c3783After automated update for Visual Studio 2010.
smooresmoore
b5c969df3d9Update for Visual Studio 2010 build.Removed the statements that copy manifest files to the target folder. Still need to test if that is correct.
smooresmoore
2844263d975Update for compiling with Visual Studio 2010.
smooresmoore
29993b9f46cvcproj files are for Visual Studio
smooresmoore
4bcf087b18eAdd one class method: static MString generateOID(const MString& pathToOIDFile, int index);The implementation of this method needs review.
smooresmoore
821818b803cAdd class MMESAMisc
smooresmoore
43ec8f79da9Update for NA 2011.Mainly cleanup.
smooresmoore
17a20bdb320Update protocolItemData.txt for NA 2011.Clean up inconsistencies; no real additions.
smooresmoore
f5f77cea85bAdd error correction for entries with spaces.Count the number of values on the input data line so we don't blow up. Add a command line option to both clear and then fill the database.
smooresmoore
d79460791c1#ifdef changes so we can compile for CSW without some of the libraries that are not needed.
smooresmoore
55e27550247cosmetic change to get this to right version
smooresmoore
4b79f448d55Do a better job of returning error information when an Association Negotiation does not complete properly.
smooresmoore
7ec2c3a171eChange /GX compile flag to /EHsc for newer version of Visual Studio.
smooresmoore
c0fc9b8a31cChange /GX compile flag to /EHsc for newer version of Visual Studio.
smooresmoore
a8c2d1b000bMicrosoft Visual Studio 2005 solution for building all of MESA software.
smooresmoore
ab056c9635bThe ctn folder is no longer found in mesa/external but rather parallel to the mesa folder.
smooresmoore
c54fad23613Script for Secure Node test 11257. This sends an Audit Messageto an Audit Record Respository secured by TLS.
smooresmoore
ae461192e16Script runs Secure Node test 11251-01.This sends a DICOM C-Echo request with TLS communication.
smooresmoore
2ccb5ba6165Update for version 306
smooresmoore
3016061da21Don't build the Java software.Copy different DLL's to MESA binary folder. We switched to a newer version of Visual Studio.
smooresmoore
38d185e408cWhile working on other issues, replaces the /GX compile switch with/EHsc per Visual Studio warnings.
smooresmoore
0b2fdeb02a2In the MSyslogClient:: descructor, use the proper Windows call to close the UDP socket.It is not ::close as on Windows. There is a W32 specific call.
smooresmoore
746bc8175d2Add some debugging to help us find a problem of applications blowing up when closing a UDP socket connection.It turns out it was not in this class.
smooresmoore
f4bbbd5e7eeAdd some logging with MLogClient application.Remove the cout debugging statements.
smooresmoore
bd8160bddfbAlter to copy the manifest file to the target folder.Upgrade to Visual Studio 8 required this (I think; I'm not an expert).
smooresmoore
2da80cc333cProper compile flags for VS 8Proper generation of manifest file.
smooresmoore
5aab8394a5aCast a parameter to the recvfrom OS call to satisfy Microsoft compiler.
smooresmoore
fa3a4a5922dChange compile flags to get rid of warnings.Happens because we moved to Visual Studio 8.