Skip to content

superchalupa/odatalite

 
 

Repository files navigation

All commands below are assumed to be run from the top of the source tree unless otherwise specified

To set up autotools (one time)
$ ./autogen

To build:
$ make -j

To run a build out of the source tree:
$ make install DESTDIR=$PWD/runtime
$ PHIT_PREFIX=$PWD/runtime ./out/phitd -i -S -l VERBOSE


TODO:
    - modified PHIT_HeadersFind to change all non-alnum in search string to "_" to support cgi. Need to do the same in PHIT when parsing headers.
    - Ask Mike Brasher about buf.h.new
    - Ask about using connection buf in odataplugin, why not context?

connection initializes -> context
lifetime rules around connection and context
dont look pluggable at all in current incarnation (connection)


Some old scripts/ were removed as unneeded anymore:
# autoclean - not needed: run "make distclean" and everything should be cleaned up
# rebuild - just run make. everything that needs to be rebuilt will always be
#           rebuilt, even if you edit makefiles or configure.ac
# prependlicense - looks like it's not necessary anymore since everything has
#                  licenses
# fixup - Not needed, git has the proper permissions for everything

Releases

No releases published

Packages

No packages published

Languages

  • C 89.7%
  • C++ 9.9%
  • HTML 0.2%
  • Objective-C 0.1%
  • Shell 0.1%
  • Perl 0.0%