Spdk/lib
Daniel Verkamp 7c1d827f78 json_util: remove spdk_json_number_to_double()
This function is no longer used for integer parsing, and it does not
work in locales with decimal separators other than '.', which is
required to be the decimal separator for JSON numbers.

Change-Id: I8e97e15cc2699e647652f83b71676c11d32d29ce
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/364134
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2017-06-06 12:00:25 -04:00
..
bdev bdev: Add spdk_bdev_nvme_admin_passthru 2017-06-05 18:07:10 -04:00
blob env: Rename spdk_malloc/zmalloc/realloc/free to spdk_dma_(func) 2017-05-31 15:30:27 -04:00
blobfs blobfs: lock accesses to sync fs_request list 2017-06-01 13:18:26 -04:00
conf log: Use SPDK_ERRLOG in lieu of fprintf(stderr 2017-05-09 11:28:28 -07:00
copy subsystem: make subsystem init in async manner 2017-05-31 15:30:58 -04:00
cunit include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
env_dpdk env: Rename spdk_malloc/zmalloc/realloc/free to spdk_dma_(func) 2017-05-31 15:30:27 -04:00
event event: Remove use of rte_lcore 2017-06-05 18:43:43 -04:00
ioat env: Rename spdk_malloc/zmalloc/realloc/free to spdk_dma_(func) 2017-05-31 15:30:27 -04:00
iscsi iscsi, param: fix memory leak related issue 2017-06-05 13:34:40 -04:00
json json_util: remove spdk_json_number_to_double() 2017-06-06 12:00:25 -04:00
jsonrpc include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
log log: Use SPDK_ERRLOG in lieu of fprintf(stderr 2017-05-09 11:28:28 -07:00
net Update existing fallthrough comments for GCC 7 2017-06-02 19:48:49 -04:00
nvme nvme: enable CMB for submission queue by default 2017-06-05 13:03:48 -04:00
nvmf nvmf: add public API to get subsystem serial number 2017-06-01 19:43:45 -04:00
rpc subsystem: make subsystem init in async manner 2017-05-31 15:30:58 -04:00
scsi vhost: Fix reset handling 2017-06-05 12:56:26 -04:00
trace include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
util env: Rename spdk_malloc/zmalloc/realloc/free to spdk_dma_(func) 2017-05-31 15:30:27 -04:00
vhost vhost: add fallback if linux/vfio.h is missing 2017-06-02 19:47:09 -04:00
Makefile blobfs: Add a lightweight filesystem built on the blobstore 2017-03-24 14:15:45 -07:00