pxd: initial work
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 16 Feb 2015 19:24:46 +0000 (11:24 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 16 Feb 2015 19:24:46 +0000 (11:24 -0800)
commit52c54183e360053b1845e46cb96cd44a0cf96040
treebb1d8b8130bf3e6c3b5b25ea706e475f892aacca
parent2ca3267c1110bbff675c560b19d02defb96ee2f9
pxd: initial work

GET SESSION works for my simple test case
41 files changed:
Smake
configure.ac
src/automake.mk
src/data/attributes.c
src/data/attributes.h
src/data/automake.mk
src/data/column.h [new file with mode: 0644]
src/data/dictionary.c
src/data/dictionary.h
src/data/format.c
src/data/format.h
src/data/missing-values.c
src/data/missing-values.h
src/data/mrset.c
src/data/mrset.h
src/data/relation.h [new file with mode: 0644]
src/data/value-labels.c
src/data/value-labels.h
src/data/variable.c
src/data/variable.h
src/data/vec.h [new file with mode: 0644]
src/data/vector.c
src/data/vector.h
src/db/automake.mk [new file with mode: 0644]
src/db/db.c [new file with mode: 0644]
src/language/command.def
src/language/data-io/automake.mk
src/language/data-io/session.c [new file with mode: 0644]
src/libpspp/automake.mk
src/libpspp/db.h [new file with mode: 0644]
src/libpspp/float-format.h
src/libpspp/integer-format.h
src/libpspp/intern.c
src/libpspp/intern.h
src/libpspp/pxd.c [new file with mode: 0644]
src/libpspp/pxd.h [new file with mode: 0644]
src/processor/automake.mk [new file with mode: 0644]
src/processor/processor.c [new file with mode: 0644]
src/processor/request.c [new file with mode: 0644]
src/processor/request.h [new file with mode: 0644]
tests/libpspp/hmapx-test.c