2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed some superfluous function definitions. Namely type(), setType(), default_value() and setDefaultValue()
Paul Cochrane
as paultcochrane
More... over 21 years ago
Reformatted text nicely.
Paul Cochrane
as paultcochrane
More... over 21 years ago
Removed superfluous files from being added when performing a make dist. Needs to be improved further.
Paul Cochrane
as paultcochrane
More... over 21 years ago
Better checking, and some testing done on platforms other than linux.
Paul Cochrane
as paultcochrane
More... over 21 years ago
Actually fixed the checks now, instead of not (aarrgghh).
Paul Cochrane
as paultcochrane
More... over 21 years ago
Fixed some more checks and added a check for fftw_mpi.
Paul Cochrane
as paultcochrane
More... over 21 years ago
Fixed bug with incorrectly using alternative paths to fftw.
Paul Cochrane
as paultcochrane
More... over 21 years ago
Implemented the use of a command line flag to xmds for toggling debugging information output (-d).
Paul Cochrane
as paultcochrane
More... over 21 years ago
Modified to implement the -d xmds debugging flag and -x the xml debugging flag.
Paul Cochrane
as paultcochrane
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.
Paul Cochrane
as paultcochrane
More... over 21 years ago
Removed DEBUG macro. This is now implemented as a command line switch to xmds.
Paul Cochrane
as paultcochrane
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.
Paul Cochrane
as paultcochrane
More... over 21 years ago
Improved indentation of xml. Added code to test the <argv> tag set.
Paul Cochrane
as paultcochrane
More... over 21 years ago
Initial import to repository.
Paul Cochrane
as paultcochrane
More... over 21 years ago
Initial import to repository.
Paul Cochrane
as paultcochrane
More... over 21 years ago
Improved indentation of source code. Added some code for the parsing of the <argv> element.
Paul Cochrane
as paultcochrane
More... over 21 years ago
Improved indentation of source code, no functional changes.
Paul Cochrane
as paultcochrane
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.
Paul Cochrane
as paultcochrane
More... over 21 years ago
No functional changes, just indented the source code nicely
Paul Cochrane
as paultcochrane
More... over 21 years ago
Added xmdsargv.cc xmdsarg.cc and xmdsargelement.cc to the list of xmds sources
Paul Cochrane
as paultcochrane
More... over 21 years ago
Initial import to repository
Paul Cochrane
as paultcochrane
More... over 21 years ago
Added a check for the endian.h header file.
Paul Cochrane
as paultcochrane
More... over 21 years ago
If binary output is specified, then include the <endian.h> header.
Paul Cochrane
as paultcochrane
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.
Paul Cochrane
as paultcochrane
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.
Paul Cochrane
as paultcochrane
More... over 21 years ago
Modified to allow for reading of bigendian or littleendian binary, as specified in the .xsil file.
Paul Cochrane
as paultcochrane
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.
Paul Cochrane
as paultcochrane
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.
Paul Cochrane
as paultcochrane
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.
Paul Cochrane
as paultcochrane
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.
Paul Cochrane
as paultcochrane
More... over 21 years ago