Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


reworked v3_create to allow loading XML files directly and runtime configuration...
authorJack Lange <jacklange@cs.pitt.edu>
Wed, 27 Jun 2012 00:15:17 +0000 (20:15 -0400)
committerJack Lange <jacklange@cs.pitt.edu>
Fri, 27 Jul 2012 19:07:25 +0000 (15:07 -0400)
commitae683f5cbd04c361a85861998749e9fc0faba822
tree7bdb59ecf35af88d9dfb2caf209bfa0cddf7810f
parentffd6d915b585a4a17a2d5b081313f0968885a105
reworked v3_create to allow loading XML files directly and runtime configuration options
linux_usr/Makefile
linux_usr/ezxml.c [new file with mode: 0644]
linux_usr/ezxml.h [new file with mode: 0644]
linux_usr/v3_create.c