Skip to content

Commit

Permalink
Initial checkin.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacdona committed Jul 9, 2016
0 parents commit 277765d
Show file tree
Hide file tree
Showing 375 changed files with 314,155 additions and 0 deletions.
75 changes: 75 additions & 0 deletions jsi/.depend
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
jsiLexer.o: jsiLexer.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiFunc.o: jsiFunc.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiValue.o: jsiValue.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiRegexp.o: jsiRegexp.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiPstate.o: jsiPstate.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiInterp.o: jsiInterp.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiUtils.o: jsiUtils.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiProto.o: jsiProto.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiFilesys.o: jsiFilesys.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiChar.o: jsiChar.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiString.o: jsiString.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiBool.o: jsiBool.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiNumber.o: jsiNumber.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiArray.o: jsiArray.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiLoad.o: jsiLoad.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiHash.o: jsiHash.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiOptions.o: jsiOptions.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiStubs.o: jsiStubs.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h jsiStubs.h
jsiFormat.o: jsiFormat.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h jsiUtf8.h
jsiExec.o: jsiExec.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiJSON.o: jsiJSON.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h jsmn.h
jsiTclUtil.o: jsiTclUtil.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h jsiUtf8.h
jsiCmds.o: jsiCmds.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiFileCmds.o: jsiFileCmds.c jsiInt.h jsi.h jsiPstate.h parser.h \
jsiCode.h jsiLexer.h
jsiObj.o: jsiObj.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiSignal.o: jsiSignal.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiTree.o: jsiTree.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiMD5.o: jsiMD5.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiDString.o: jsiDString.c jsi.h
jsiMath.o: jsiMath.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsmn.o: jsmn.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h jsiLexer.h \
jsmn.h
jsiZvfs.o: jsiZvfs.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiUtf8.o: jsiUtf8.c jsiUtf8.h jsiInt.h jsi.h jsiPstate.h parser.h \
jsiCode.h jsiLexer.h
jsiUserObj.o: jsiUserObj.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
jsiSocket.o: jsiSocket.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
parser.o: parser.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h jsiCode.c
jsiWebsocket.o: jsiWebsocket.c jsi.h
jsiSqlite.o: jsiSqlite.c jsi.h
jsiEval.o: jsiEval.c jsiInt.h jsi.h jsiPstate.h parser.h jsiCode.h \
jsiLexer.h
21 changes: 21 additions & 0 deletions jsi/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Sample CMakeLists.txt to be edited/used when building jsi into a larger system (untested).

#SET( CMAKE_C_FLAGS "-g -Wall" )
add_definitions(-DHAVE_SQLITE)
add_definitions(-DHAVE_WEBSOCKET)

include_directories(../sqlite3 ../libwebsockets ../miniz)

add_library(libjsi
jsiLexer.c jsiFunc.c jsiValue.c jsiRegexp.c jsiPstate.c jsiInterp.c
jsiUtils.c jsiProto.c jsiFilesys.c jsiChar.c jsiString.c jsiBool.c
jsiNumber.c jsiArray.c jsiLoad.c jsiHash.c jsiOptions.c jsiStubs.c
jsiFormat.c jsiExec.c jsiJSON.c jsiTclUtil.c jsiCmds.c jsiFileCmds.c jsiObj.c jsiSignal.c
jsiTree.c jsiMD5.c jsiDString.c jsiMath.c jsmn.c jsiZvfs.c jsiUtf8.c jsiUserObj.c parser.c
jsiEval.c
win/compat.c win/regex.c win/strptime.c
../sqlite3/sqlite3.c ../miniz/miniz.c
)

#target_link_libraries(libjsi m libz dl libwebsockets sqlite3)

21 changes: 21 additions & 0 deletions jsi/COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2013 Peter MacDonald

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
16 changes: 16 additions & 0 deletions jsi/Changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
14-05-XX: Release 1.0.2
- Migrate documentation into fossil
- Move libwebsocket/sqlite3/miniz dirs out of source tree.

14-05-19: Release 1.0.1
- Sqlite enhancements: nocache and mapundef
- Sqlite: add modes array/array1.
- Sqlite: Add execOpts to Sqlite constructor option.
- To option parse, add null resets to defaults.
- Fix bugs in suboptions parsing.
- Rework DString to support static init with {}
- Add --nozvfs option to main.c
- Fix daylight savings off by 1 hour.

14-04-20: Release 1.0.0
- Initial release
Loading

0 comments on commit 277765d

Please sign in to comment.