summaryrefslogtreecommitdiff
path: root/gjs/console.cpp
Commit message (Expand)AuthorAgeFilesLines
* js: Introduce annotations for using return valuesPhilip Chimento2018-10-301-0/+2
* debugger: Break on first framePhilip Chimento2018-07-221-11/+3
* debugger: GJS DebuggerPhilip Chimento2018-07-221-0/+21
* console: --jsversion shell optionPhilip Chimento2018-05-101-0/+9
* console: Free profiler output path at different pointsPhilip Chimento2018-03-121-2/+2
* profiler: Reduce API surfacePhilip Chimento2018-01-241-16/+11
* profiler: Disable SIGUSR2 start/stopPhilip Chimento2018-01-241-10/+5
* profiler: Disable profiler in interactive modePhilip Chimento2018-01-241-10/+16
* profiler: Allow enabling with GJS_ENABLE_PROFILER=1Philip Chimento2018-01-241-1/+6
* profiler: Implement --profile flag behaviourPhilip Chimento2018-01-241-3/+41
* profiler: add SPSProfiler implementationChristian Hergert2018-01-241-0/+14
* main: Use g_option_context_parse_strv()Philip Chimento2017-08-311-5/+8
* maint: Use correct mode lines in all filesPhilip Chimento2017-04-161-1/+1
* coverage: Expose GjsCoverage in public APIPhilip Chimento2016-12-201-2/+0
* coverage: Use correct constness for prefixesPhilip Chimento2016-12-201-2/+1
* coverage: Coverage without cache internal-onlyPhilip Chimento2016-12-201-6/+2
* coverage: lcov output directory is construct propPhilip Chimento2016-12-201-9/+5
* coverage: Use GFile internally instead of pathsPhilip Chimento2016-12-191-2/+6
* console: Don't leak coverage objectPhilip Chimento2016-12-131-0/+2
* js: Call JS_Init() and JS_ShutDown()Philip Chimento2016-12-091-2/+2
* console: Fix wrong cast in coverage prefixesPhilip Chimento2016-11-151-6/+2
* console: Env vars for coverage args1.47.0Philip Chimento2016-11-011-3/+26
* console: Check script args for stray GJS argsPhilip Chimento2016-11-011-1/+91
* console: Add --version optionPhilip Chimento2016-10-201-0/+8
* console: Process arguments betterPhilip Chimento2016-10-201-29/+55
* module: Get rid of internals APIPhilip Chimento2016-10-181-1/+2
* js: Prefer bool to gbooleanPhilip Chimento2016-09-271-5/+5
* console: Call setlocale before processing argumentsTing-Wei Lan2016-07-191-2/+2
* coverage: Serialize statistics to cache-path on cache missesSam Spilsbury2015-06-171-2/+9
* coverage: Use prefixes, not pathsJasper St. Pierre2015-06-101-4/+4
* console: Fix documentation for --coverage-pathJasper St. Pierre2014-02-031-1/+1
* console: Fix an outdated error messageJasper St. Pierre2014-02-031-1/+1
* coverage: Add GjsCoverageSam Spilsbury2014-01-291-0/+20
* context: Fix leaksSam Spilsbury2014-01-141-4/+8
* context: Always use JSVERSION_LATESTJasper St. Pierre2014-01-021-20/+4
* console: remove unused variableGiovanni Campagna2014-01-011-4/+0
* build: fix implicit pointer conversion errorsTim Lunn2013-10-291-2/+2
* build: rename all c file to cppTim Lunn2013-10-291-0/+153