History log of /openwrt/package/utils/jsonfilter/Makefile
Revision Date Author Comments
# e9ffbba5 11-Jul-2016 Zoltan HERPAI <wigyori@uid0.hu>

jsonfilter: update to latest git HEAD

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>


# 89296b83 04-Jan-2016 Felix Fietkau <nbd@openwrt.org>

packages: use OPENWRT_GIT to point at the main openwrt git repo

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48118 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 85c10a8a 03-Nov-2014 John Crispin <blogic@openwrt.org>

license info - revert r43155

turns out that r43155 adds duplicate info.

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43167 3c298f89-4303-0410-b956-a3cf2f4a3e73


# b8df8ca9 03-Nov-2014 John Crispin <blogic@openwrt.org>

Add more license tags with SPDX identifiers

Note, that licensing stuff is a nightmare: many packages does not clearly
state their licenses, and often multiple source files are simply copied
together - each with different licensing information in the file headers.

I tried hard to ensure, that the license information extracted into the OpenWRT's
makefiles fit the "spirit" of the packages, e.g. such small packages which
come without a dedicated source archive "inherites" the OpenWRT's own license
in my opinion.

However, I can not garantee that I always picked the correct information
and/or did not miss license information.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43155 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 2bf2015c 01-Nov-2014 Steven Barth <steven@midlink.org>

Add a few SPDX tags

Signed-off-by: Steven Barth <steven@midlink.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43151 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 0c9999e0 19-Jun-2014 Jo-Philipp Wich <jow@openwrt.org>

jsonfilter: implement custom separators and support limiting the results, fix handling of negative array indices

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41280 3c298f89-4303-0410-b956-a3cf2f4a3e73


# f282f01c 19-Jun-2014 Jo-Philipp Wich <jow@openwrt.org>

jsonfilter: improve error reporting

The CLI now describes expression errors more precisely, e.g.:

Syntax error: Invalid escape sequence
In expression @["foo\x"]
Near here ----------^

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41266 3c298f89-4303-0410-b956-a3cf2f4a3e73


# a586bc77 18-Jun-2014 Jo-Philipp Wich <jow@openwrt.org>

jsonpath: rename to jsonfilter and rewrite from flex/bison to lemon

This commit renames the jsonpath binary to jsonfilter to avoid clashing with a Python
extension of the same name.

The utility itself has been rewritten to use SQLite3's lemon parser generator instead
of a flex/bison combination which results in a much smaller binary.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41258 3c298f89-4303-0410-b956-a3cf2f4a3e73