Updated QPrintf documentation. Added %LL specifier and shifted IDs for QPrintf. Attempted adding a case for %LL
Updated qprintf sysdoc to contain %LL. Creation of test for %LL, not yet fully functional
QPrintf for %LL specifier and accompanying test.
qprintf %LL test - consolidated from work by Carl Cederborg
Better check for qprintf ll overflow + code clarity
Merge pull request #39 from LightSys/qprintf_ll_specifier
SQL Engine: begin work on reversing join sequencing to fix join issue
Test suite: do not install test binaries to run test suite - run locally
SQL Engine: continued work on join execution refactoring.
SQL engine: working update to the SQL join execution logic
SQL engine: fix memory leak
OSML temporary collections: memory leak fix for collection autoindexing
SQL engine: initial work to address join test suite item #21
SQL engine test suite join item #21
SQL engine: memory leak fix in Upsert operation
SQL engine: some cleanup
SQL engine: join test suite #22 for grouping / many-to-one outer
SQL join tests: fix whitespace
SQL engine: fix for various outer join issues (test join #21, #22)
SQL engine: joins: resolve lockup issue
SQL join execution: clean up
Merge pull request #38 from LightSys/join-fix-20
SQL engine: fix for n-way joins where n > 2
JS: table: fix column separator geometry issue
JS: dropdown: use loose equality comparison on group values
JS: osrc: pass additional information in OSRC event
HTTP interface: handle EXEC statements in sql reopen
Adding EXEC SQL command
JS: window widget: fix for pointer on firefox
Expressions: bugfix for spurious log messages on datediff(), AND, and OR.
Minor fix to hardcoded numbers.
Test suite item for SQL EXEC command
Adding missing testquery.qy file for SQL EXEC test item.
HTTP Driver: improving Basic auth support
HAVE_NCURSES defined if ncurses present. TODO: test presence of ncurses headers, conditionally use ncurses in t_driver.c based on whether symbol is defined
Remove old temporary testrunner
don't set default terminal color to blue
Query Pivot driver: adding keyless object capability
Merge pull request #17 from LightSys/testing-framework-detect-ncurses
JS Table: add ShowSelection action and ability to cancel a click
Merge branch 'remove_net_raw' into testing-framework
Remove money type related test
Basic curses output working. Todo: setupterm and tigetstr error handling, detect presence of curses during build
Merge branch 'master' of https://github.com/LightSys/centrallix
JS: Dropdown: fix for grouped list handling
Test assert output is blue
Fix tabs/spaces in t_driver.c
Merge branch 'master' of https://github.com/LightSys/centrallix
Merge pull request #15 from LightSys/remove_net_raw
Remove extraneous name comments from old native C baselines
type typo
JS: adding LinkApp option for images (was just on Launch of new pages)
Update README
JS: textbutton: add 'Click' action to programmatically click a button
Display native C test output in blue
Makefile only compiles with -lncurses if ncurses present
Query driver: use xarray for params intead of fixed-length array.
Test driver works if HAVE_NCURSES is not defined
Remove unused net_raw code
JS: adding some transactional capability to forms
Fix wrong information in t_driver header
Font metric update (required part 2)
asserts should FAIL, add assert test
Test file for font metric testing in reporting
Basic testrunner file for running arbitrary Centrallix functions
CXLib: adding B64 encoder to qprintf (was unimplemented before).
Merge branch 'testing-framework' into testing-framework-detect-ncurses
separate makefile rule for t_driver.o
Removing old native C testing framework
Basic system for native C tests in /centrallix using assert
Merge pull request #14 from LightSys/testing-framework
Example direct C test with assert and include
remove extraneous stuff from diff
Standard components: custom new button
Reports: updated font metrics
OSRC: reduce server round trips, close objs in same request as query
Remove null character
Merge branch 'master' of https://github.com/LightSys/centrallix
Handle error initializing curses terminal
Bugfix param handling of nulls
Remove extraneous test timing
configure tests for presence of ncurses headers
Net HTTP: improvements for POST handling, memory leak fix
JS OSRC: add invalidate action, and find-object ability on queryparam
Merge branch 'master' of https://github.com/LightSys/centrallix
Clean up some warnings on GCC on CentOS 7.
Sybase driver: fix for uninitialized local variable causing crash on BLOB read
Test suite linking fix
Cleanup warnings on GCC on CentOS 7
Test suite README update
Centrallix: adding straight C code test suite capability
Merge branch 'master' of https://github.com/LightSys/centrallix
Updating test suite to correct dependency processing
Add .idea folder to .gitignore (used by CLion)
CXLib MTASK: attempting yet another revision of netCloseTCP() shutdown logic
JS: tab control: send obscure/reveal when visibility property forces tab change
SQL engine: ensure __inserted is null after a failed insert
Smart field: adjust label alignment
Textarea: use standard font instead of monospace; charset conversion workaround
Bugfix convert(integer, moneyvalue) for negative fractional money amounts