Commit Graph

173 Commits

Author SHA1 Message Date
Jordan Cristiano cc6ad7c44f Added vs2015 premake bat 2016-03-13 00:09:54 -05:00
Jordan Cristiano 2dfbf0f301 Updated windows version of premake to alpha 8 2016-03-13 00:09:37 -05:00
Jordan Cristiano 27319d4532 Added snappy-1.1.3 compression library 2016-03-12 17:08:51 -05:00
Jordan Cristiano 7c9fc12b63 Reduced code duplication 2016-03-08 23:14:13 -05:00
Jordan Cristiano 462f53d912 Use old NET_MAX_PAYLOAD_BITS constant for SVC_CreateStringTable 2016-02-06 20:10:59 -05:00
Jordan Cristiano 438fc51831 Added Windows CI using AppVeyor 2015-10-15 23:54:55 -04:00
Jordan Cristiano 004d87a972 Merge pull request #4 from jaqque/master
Vagrant Provisioning
2015-10-15 22:34:04 -04:00
Jordan Cristiano 67d3188a58 Fixed json_checker warnings from vs2013 2015-10-15 01:08:02 -04:00
Jordan Cristiano 2eb62f16e8 Fixed compilation with vs2013 2015-10-15 01:07:29 -04:00
Jordan Cristiano 3b11809be7 Changed demdata struct array to use std array 2015-10-15 01:06:51 -04:00
Jordan Cristiano e3ccd21314 Changed netdata struct array to use std array 2015-10-15 00:40:40 -04:00
Jordan Cristiano a7a9776d2a Added testing task to contribution notes 2015-10-15 00:33:21 -04:00
Jordan Cristiano aeaa53facf Added tasks for contributing. Formatting 2015-10-13 19:56:47 -04:00
John H. Robinson, IV 63785fea42 Updated README for Vagrant builds 2015-10-12 16:55:23 -07:00
John H. Robinson, IV f6f37692f0 Use update-alternatives for clang++ 2015-10-12 16:54:59 -07:00
John H. Robinson, IV cfb3de0628 Ignore bin output files 2015-10-11 09:55:52 -07:00
John H. Robinson, IV d2e8a8de90 Use shell provisioner 2015-10-11 09:55:36 -07:00
John H. Robinson, IV d7c27bbcf1 Refactor / idempotent-fy vagrant.sh
Big changes:
1) Update packages!
2) Remove uncessary X11 packages (wisely, before updating all the packages)
3) Install all packages at once
4) Leave package addition in same order, because, it looked interesting?
5) Look for symlink before making it (Vagrant errors out on second
   provision otherwise)
6) Build demboyz
2015-10-11 09:55:14 -07:00
Jordan Cristiano 54a75479e6 Added potential uses 2015-09-05 23:03:10 -04:00
Jordan Cristiano 351a55d9c6 Added note for location of compiled binary 2015-09-05 22:30:45 -04:00
Jordan Cristiano 0cd4b38bd1 Updated readme with usage instructions 2015-09-05 22:26:24 -04:00
Jordan Cristiano f73338fef8 Updated readme with vs2013 build instructions 2015-09-05 22:10:55 -04:00
Jordan Cristiano 8ef2c0ebfc Changed output dir of compiled binaries to bin 2015-08-31 23:58:47 -04:00
Jordan Cristiano 372267d192 Rapidjson can only write up to 2^32 - 1 length strings by default, so change the api to reflect that 2015-08-31 23:07:51 -04:00
Jordan Cristiano 806f42dd84 Fixed mismatch of decl/def return types on ReadString 2015-08-31 22:51:15 -04:00
Jordan Cristiano 58a17bc97e Fixed compilation of bitbuf on gcc/clang 2015-08-31 22:16:29 -04:00
Jordan Cristiano efab1c3707 Fixed compilation of jsonfile on gcc/clang 2015-08-31 22:16:06 -04:00
Jordan Cristiano 4d4a751e75 Changed json_checker to cpp file to fix clang build 2015-08-31 22:14:49 -04:00
Jordan Cristiano 7de51e14ba Fixed compile errors with vs2015 2015-07-28 21:08:38 -04:00
Jordan Cristiano 0f471d9b7a Fixed incorrect invalid index check 2015-07-28 21:07:55 -04:00
Jordan Cristiano 42955b7e01 Fixed assigning a temporary to a non const reference 2015-07-15 23:25:22 -04:00
Jordan Cristiano 4e4186d49e Removed stats printout from con writer 2015-07-13 23:26:12 -04:00
Jordan Cristiano 0033d3aeba Added json reader utilities and implemented json reader functions to dem, net, and svc types 2015-07-13 23:25:49 -04:00
Jordan Cristiano 6be95005c5 Added resize function wrapper to Array. Changed redundant else if to else in Array reset 2015-07-13 23:21:06 -04:00
Jordan Cristiano d3b8873481 Renamed WriteAngles to WriteAngle. Made use of WriteAngle and WriteVector 2015-07-13 23:19:55 -04:00
Jordan Cristiano fed62e14a4 Forced json writer to output ascii multibyte sequences 2015-07-13 23:12:10 -04:00
Jordan Cristiano 11ed4883cb Added initialization for demo writer packet buffer 2015-07-13 23:10:57 -04:00
Jordan Cristiano f5d8d9bbf1 Signal to stop reading demo if invalid command is found 2015-07-13 23:08:05 -04:00
Jordan Cristiano 2bf16179ad Added WriteString to jsonfile which takes an std::string 2015-07-13 21:09:07 -04:00
Jordan Cristiano 04b79ff3f8 Updated to cbase64-1.1 2015-07-12 22:57:26 -04:00
Jordan Cristiano e959fb0334 Added WriteChar func to JsonWriterFile 2015-07-12 20:51:25 -04:00
Jordan Cristiano 236919cc4c Added net/dem msg create/destroy funcs to handler namespaces 2015-07-11 03:02:49 -04:00
Jordan Cristiano 1b90dc6298 Changed svc_menu type cast to signed 2015-07-11 02:23:18 -04:00
Jordan Cristiano ef50be7054 Replaced libb64-1.2.1 with cbase64-1.0 2015-07-09 20:52:06 -04:00
Jordan Cristiano 87a3d645e4 Commented out json verifier in main 2015-07-06 00:12:04 -04:00
Jordan Cristiano ab79444732 Added fflush to JsonWriterFile Flush function 2015-07-05 23:44:14 -04:00
Jordan Cristiano 2e597565bf Changed json output to an object stream based format 2015-07-05 23:42:08 -04:00
Jordan Cristiano 43745b85f5 DEM format documentation 2015-07-03 00:27:45 -04:00
Jordan Cristiano 38ff1bd261 Started documenting the dem format 2015-07-02 23:01:26 -04:00
Jordan Cristiano 8e13067339 The last byte of stv demos is cut off, so do that here too 2015-06-30 01:34:55 -04:00