summaryrefslogtreecommitdiff
path: root/gr-run-waveform
Commit message (Expand)AuthorAgeFilesLines
...
* fix renaming. Overload program-lpoad, succeed till we get a scm_shell() :-)Rob Savoye2010-11-281-21/+17
* add compile scriptRob Savoye2010-11-281-0/+1
* rename the other search functionsRob Savoye2010-11-281-29/+26
* minor tweak to the test output stringsRob Savoye2010-11-281-14/+8
* fix xyzzy_file_exists() and test caseRob Savoye2010-11-282-13/+24
* #ifdef in make_read_only_port to change how it segfaultsRob Savoye2010-11-281-13/+13
* enable the xyzzy_make_read_only_port testRob Savoye2010-11-281-2/+0
* use PYTHON from configure instead of hardcoding it.Rob Savoye2010-11-281-1/+1
* look for the python executable, so we can use it to run gen-xyzzyRob Savoye2010-11-281-0/+3
* allocate memory for the port bufferRob Savoye2010-11-281-2/+1
* more progress on ports.Rob Savoye2010-11-273-33/+71
* Prepend the magic number for found paths. Override primitive-load.Rob Savoye2010-11-272-20/+19
* override primitive-loadRob Savoye2010-11-271-12/+28
* move the contents of load.x into the source file.Rob Savoye2010-11-273-15/+25
* be less verboseRob Savoye2010-11-271-9/+0
* rename some methods for xyzzyRob Savoye2010-11-271-11/+43
* don't use C++ data types for return or args, this is a C functionRob Savoye2010-11-272-11/+18
* use a char * instead of a std::string to keep C happyRob Savoye2010-11-271-1/+2
* load the data file from the local directory, as it's now correctly generated ...Rob Savoye2010-11-271-1/+1
* set a few more variables, neede by the generated libpath.hRob Savoye2010-11-271-0/+11
* build the generated filesystem and install it. Build libpath.h, needed by xyz...Rob Savoye2010-11-271-4/+63
* data file needed by xyzzy-load.cRob Savoye2010-11-271-0/+9
* start getting I/O ports to workRob Savoye2010-11-272-9/+19
* add additional headers needed to compile this file outside of guileRob Savoye2010-11-271-19/+28
* add AM_PROG_CC_C_O sinxe we now have one C source file.Rob Savoye2010-11-271-0/+1
* try to create a new I/O portRob Savoye2010-11-271-2/+46
* local copy of load.c from guileRob Savoye2010-11-271-0/+532
* move the guile callbacks to the C linkage sectionRob Savoye2010-11-262-68/+59
* link the guile libs into the test casesRob Savoye2010-11-261-0/+1
* add test for xyzzy_make_read_only_port()Rob Savoye2010-11-261-8/+9
* add initial code for ports supportRob Savoye2010-11-261-1/+68
* make less verboseRob Savoye2010-11-261-2/+0
* XYZZY::clear() droppedRob Savoye2010-11-261-1/+0
* read the strings and content into a big std::map<>Rob Savoye2010-11-262-21/+14
* read a string from the streamRob Savoye2010-11-262-33/+46
* drop the seekg()Rob Savoye2010-11-261-1/+1
* read in data file header, directories, and strings.Rob Savoye2010-11-262-13/+76
* add the m4 macros libtoolize addsRob Savoye2010-11-261-2/+7
* pass in the data dir tooRob Savoye2010-11-261-2/+3
* only test C API for now, as it uses the C++ one anyway. Add tests for xyzzy_i...Rob Savoye2010-11-261-5/+24
* fix header parsing test. FIx hex2mem()Rob Savoye2010-11-261-23/+15
* read in fake file header and directory entries and byte swap them to the corr...Rob Savoye2010-11-263-4/+134
* create C++ class with C linkage bindings for guile. Add string conversion sta...Rob Savoye2010-11-262-24/+103
* test string conversion static method.Rob Savoye2010-11-261-4/+35
* add test case and new XYZZY class files.Rob Savoye2010-11-261-2/+19
* start adding code to handle the filesystem data fileRob Savoye2010-11-263-0/+200
* Add run_waveform.scm, main scheme code to load by run_waveform.ccEric Blossom2010-11-251-0/+64
* Remove spaceEric Blossom2010-11-251-1/+1
* Remove configure from repoEric Blossom2010-11-252-5727/+2
* Add gen-xyzzy, a tool to build the "magic fake filesystem"Eric Blossom2010-11-252-0/+192