summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-27don't use C++ data types for return or args, this is a C functionRob Savoye
2010-11-27use a char * instead of a std::string to keep C happyRob Savoye
2010-11-27load the data file from the local directory, as it's now correctly generated ↵Rob Savoye
at build time
2010-11-27set a few more variables, neede by the generated libpath.hRob Savoye
2010-11-27build the generated filesystem and install it. Build libpath.h, needed by ↵Rob Savoye
xyzzy-load.c to get it's path definitions.
2010-11-27data file needed by xyzzy-load.cRob Savoye
2010-11-27start getting I/O ports to workRob Savoye
2010-11-27add additional headers needed to compile this file outside of guileRob Savoye
2010-11-27add AM_PROG_CC_C_O sinxe we now have one C source file.Rob Savoye
2010-11-27try to create a new I/O portRob Savoye
2010-11-27local copy of load.c from guileRob Savoye
2010-11-26move the guile callbacks to the C linkage sectionRob Savoye
2010-11-26link the guile libs into the test casesRob Savoye
2010-11-26add test for xyzzy_make_read_only_port()Rob Savoye
2010-11-26add initial code for ports supportRob Savoye
2010-11-26make less verboseRob Savoye
2010-11-26XYZZY::clear() droppedRob Savoye
2010-11-26read the strings and content into a big std::map<>Rob Savoye
2010-11-26read a string from the streamRob Savoye
2010-11-26drop the seekg()Rob Savoye
2010-11-26read in data file header, directories, and strings.Rob Savoye
2010-11-26add the m4 macros libtoolize addsRob Savoye
2010-11-26pass in the data dir tooRob Savoye
2010-11-26only test C API for now, as it uses the C++ one anyway. Add tests for ↵Rob Savoye
xyzzy_init() and xyzzy_file_exists()
2010-11-26fix header parsing test. FIx hex2mem()Rob Savoye
2010-11-26read in fake file header and directory entries and byte swap them to the ↵Rob Savoye
correct data
2010-11-26create C++ class with C linkage bindings for guile. Add string conversion ↵Rob Savoye
static method.
2010-11-26test string conversion static method.Rob Savoye
2010-11-26add test case and new XYZZY class files.Rob Savoye
2010-11-26start adding code to handle the filesystem data fileRob Savoye
2010-11-25Add run_waveform.scm, main scheme code to load by run_waveform.ccEric Blossom
2010-11-25Remove spaceEric Blossom
2010-11-25Remove configure from repoEric Blossom
2010-11-25Add gen-xyzzy, a tool to build the "magic fake filesystem"Eric Blossom
2010-11-25add some commentsRob Savoye
2010-11-25pass in srcdir so we can find our data file.Rob Savoye
2010-11-25return the string, not a #Rob Savoye
2010-11-25read in a scheme source file that defines a function and execute it.Rob Savoye
2010-11-25add the srcdir so we can find the data fileRob Savoye
2010-11-25hello world in schemeRob Savoye
2010-11-25launch guile interpreter from standalone app, with simple exampleRob Savoye
2010-11-25add gitignore fileRob Savoye
2010-11-25add initial (no guile yet standalone app)Rob Savoye
2010-11-25add version.sh file from howtoRob Savoye
2010-11-25add bootstrap file from howtoRob Savoye
2010-11-24Conditionalize gr-guile/Makefile.amEric Blossom
2010-11-24Add conditionals around gnuradio-core/src/{guile,python}Eric Blossom
2010-11-24Update .gitignore'sEric Blossom
2010-11-24Update .gitignore'sEric Blossom
2010-11-24Generate precise list of swig related output files.Eric Blossom
This list is used to prune files from the distribution and to remove exactly the generated files during make clean. Passes distcheck.