Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a function to print to pre-allocated buffer #72

Closed
wants to merge 12 commits into from
Closed

Added a function to print to pre-allocated buffer #72

wants to merge 12 commits into from

Commits on Nov 25, 2016

  1. added Print function call for pre-allocated buffer

    Kyle Chisholm committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    2387d9d View commit details
    Browse the repository at this point in the history
  2. fixed "make test" on Mac (clang)

    Kyle Chisholm committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    1193d24 View commit details
    Browse the repository at this point in the history
  3. fix shared utils library to also include cjson object

    Kyle Chisholm committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    df093c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42496b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. change noalloc struct item to cjbool

    Kyle Chisholm committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    4150c30 View commit details
    Browse the repository at this point in the history
  2. check print_value return

    Kyle Chisholm committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    6ce0915 View commit details
    Browse the repository at this point in the history
  3. function to print and compare to preallocated buffer

    Kyle Chisholm committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    6e1b4ba View commit details
    Browse the repository at this point in the history
  4. use print_preallocated function to test printout of JSON

    Kyle Chisholm committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    652bb77 View commit details
    Browse the repository at this point in the history
  5. change buffer length to to int

    Kyle Chisholm committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    e559516 View commit details
    Browse the repository at this point in the history
  6. more concise return

    Kyle Chisholm committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    e3e7726 View commit details
    Browse the repository at this point in the history
  7. forgot to add 0, -1 return values

    Kyle Chisholm committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    32f3316 View commit details
    Browse the repository at this point in the history
  8. fix flags

    Kyle Chisholm committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    7083240 View commit details
    Browse the repository at this point in the history