summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAge
* Merge pull request #431 from endlessm/issues/335P. F. Chimento2013-12-10
|\ | | | | #335 Integrated JSON extraction utility
| * Integrated JSON extraction utilityFernando2013-12-10
| | | | | | | | | | | | | | | | | | | | | | | | The utility used in eos-english and eos-programming-app was integrated and installed as part of the SDK CR comments addressed include: - Integrated new facilities available on GTK - Removed duplicate prototype declaration - Reformatted CLEANFILES var declaration - Used configure.ac to get @PACKAGE_VERSION@ - Added version() and usage() utilities [endlessm/eos-sdk#335]
* | Merge pull request #434 from endlessm/issues/432Rory MacQueen2013-12-10
|\ \ | |/ |/| Use System.exit() and System.programInvocationName
| * Use System.exit() and System.programInvocationNamePhilip Chimento2013-12-09
| | | | | | | | | | | | | | In GJS >= 1.38, these facilities are available. This removes the workarounds that we had for lack of these facilities. [endlessm/eos-sdk#432]
* | Subcommand 'eos-application-manifest init'Philip Chimento2013-12-09
| | | | | | | | | | | | | | | | | | This implements the 'init' subcommand of the application manifest tool, which creates a new manifest in the current directory. [endlessm/eos-sdk#154] [endlessm/eos-sdk#154]
* | eos-application-manifest: Fix bug in help formattingPhilip Chimento2013-12-09
| | | | | | | | [endlessm/eos-sdk#154]
* | eos-application-manifest: Install subcommands in $libexecdirPhilip Chimento2013-12-09
|/ | | | | | | $libexecdir/eos-application-manifest, instead of $datadir/eos-application-manifest [endlessm/eos-sdk#154]
* 'eos-application-manifest' tool with subcommandsPhilip Chimento2013-10-18
| | | | | | | | This is the framework for an 'eos-application-manifest' tool with subcommands as in git. Currently the 'help' and 'version' subcommands are implemented. [endlessm/eos-sdk#152]
* First attempt at an EOS test runnerPhilip Chimento2013-09-16
This adds a script eos-run-test which is adapted from gjs_run_tests, but does not try to discover the tests itself. Instead, in keeping with Automake's test suite facilities, it takes the filename of a test to run. [endlessm/eos-sdk#290]