Removed some superfluous function definitions. Namely type(), setType(), default_value() and setDefaultValue() |
|
More...
|
over 21 years ago
|
Reformatted text nicely. |
|
More...
|
over 21 years ago
|
Removed superfluous files from being added when performing a make dist. Needs to be improved further. |
|
More...
|
over 21 years ago
|
Better checking, and some testing done on platforms other than linux. |
|
More...
|
over 21 years ago
|
Actually fixed the checks now, instead of not (aarrgghh). |
|
More...
|
over 21 years ago
|
Fixed some more checks and added a check for fftw_mpi. |
|
More...
|
over 21 years ago
|
Fixed bug with incorrectly using alternative paths to fftw. |
|
More...
|
over 21 years ago
|
Implemented the use of a command line flag to xmds for toggling debugging information output (-d). |
|
More...
|
over 21 years ago
|
Modified to implement the -d xmds debugging flag and -x the xml debugging flag. |
|
More...
|
over 21 years ago
|
Removed DEBUG macro. This is now implemented as a command line switch to xmds. Specifically -x, for xml debugging information. This change is really only useful for developers. |
|
More...
|
over 21 years ago
|
Removed DEBUG macro. This is now implemented as a command line switch to xmds. |
|
More...
|
over 21 years ago
|
Implemented some new command line options to xmds the program. -c switches compilation of the output binary OFF. This is useful for checking is xmds outputs the correct code, or if one wants to hack the output source and not have to worry about compilation, or even if the output code is not to be used on a unix system and therefore needs some hacking to work on another system. -d switches debugging output on excluding xml parsing debugging output (same as setting the DEBUG macro in the code, except that xmds doesn't have to be recompiled every time one wants to change that). -x switches debugging output of just the xml parsing on. |
|
More...
|
over 21 years ago
|
Improved indentation of xml. Added code to test the <argv> tag set. |
|
More...
|
over 21 years ago
|
Initial import to repository. |
|
More...
|
over 21 years ago
|
Initial import to repository. |
|
More...
|
over 21 years ago
|
Improved indentation of source code. Added some code for the parsing of the <argv> element. |
|
More...
|
over 21 years ago
|
Improved indentation of source code, no functional changes. |
|
More...
|
over 21 years ago
|
Added declarations for xmdsArgv, xmdsArg, and xmdsArgElement classes. Also added an argvStruct structure to store the relevant information found by parsing the new <argv> etc syntax. This may or may not be used at this stage, so consider this commit as strictly temporary. |
|
More...
|
over 21 years ago
|
No functional changes, just indented the source code nicely |
|
More...
|
over 21 years ago
|
Added xmdsargv.cc xmdsarg.cc and xmdsargelement.cc to the list of xmds sources |
|
More...
|
over 21 years ago
|
Initial import to repository |
|
More...
|
over 21 years ago
|
Added a check for the endian.h header file. |
|
More...
|
over 21 years ago
|
If binary output is specified, then include the <endian.h> header. |
|
More...
|
over 21 years ago
|
Added code to output C code to check for the definitions of __FLOAT_WORD_ORDER and __BYTE_WORD order. If the first doesn't exist, then it uses the next, if that doesn't exist, then the program exits. |
|
More...
|
over 21 years ago
|
Added code to output C code that checks for littleendian or bigendian binary format, and assigns the string encodingStr accordingly, for then use in the .xsil output file of the simulation. |
|
More...
|
over 21 years ago
|
Modified to allow for reading of bigendian or littleendian binary, as specified in the .xsil file. |
|
More...
|
over 21 years ago
|
Added argvList to myParameters assignment block in xmdsSimulation constructor. Added code to process the argv element and put the command line arguments into the argvList for use in xmdsglobals.cc. |
|
More...
|
over 21 years ago
|
Added code to accept arguments on the command line for the xmds executable, only if the argvList defined via the <argv> tag is non-zero. If the incorrect number of arguments, the program gives a usage output and exits. |
|
More...
|
over 21 years ago
|
Added code to look for <argv> tag in <globals> section and append the relevant code to the myGlobalCode variable, to be output in the globals definition section of the .cc file. This implements part of allowing arguments to be passed to the executable at the command line. |
|
More...
|
over 21 years ago
|
Included <string> header. Added argvList string list to parametersStruct to implement the passing of arguments to the output binary at the command line. |
|
More...
|
over 21 years ago
|