2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
koreader/doc
NiLuJe 04a980649f
kodev: Use getopt instead of a hand-rolled hack (#6980)
* Update log android to match the current issue template
* Fix GUI gdb frontends getting wrecked by the older glib library we ship w/
KOReader
* Slightly more aggressive valgrind defaults
  It's slower, but interpreting results without leak-check=full ends up
  costing more time than just running with it.
* Add a callgrind shortcut
* Use getopt instead of a hand-rolled hack for option parsing
* Make it clearer that complex args should be quoted
* Document prompt
* Add a Valgrind suppression file for libdrm/mesa on AMD hardware
  Because mesa/libdrm isn't built w/ -D valgrind=enabled on Gentoo,
  and Valgrind is very much not happy with mesa ;p.
* Allow toggling reader.lua's sane return mode
  (Enabled automatically under gdb/valgrind).
  Should hopefully weed out some noise from valgrind reports.
* Propagate reader.lua's return code
* Sim a few other common devices
* Handle assigning values to short options with an equal instead of a space, like the previous solution
  (This is purely for backward compatibility purposes, this is a syntax that'd fail with the C getopt, too).
* Add gnu-getopt to the build requirement on macOS, because of course everything is terrible.
2020-12-18 18:26:32 +01:00
..
Building_targets.md [Dev docs] Steer people more strongly towards koxtoolchain (#6727) 2020-09-29 15:06:40 +02:00
Building.md kodev: Use getopt instead of a hand-rolled hack (#6980) 2020-12-18 18:26:32 +01:00
Collaborating_with_Git.md [doc] Add some tips about GitHub PR refs (#6289) 2020-06-24 12:49:34 +02:00
config.ld [fix] Minor doc touchups re. QR encode (#6861) 2020-11-09 09:17:11 +01:00
DataStore.md doc: event propagation for widgets 2016-12-11 12:20:59 -08:00
Development_guide.md ReaderGesture: cleanup (#6292) 2020-07-12 14:47:49 -04:00
Events.md [doc] Add internal documentation references (#5285) 2019-08-30 15:06:30 +02:00
Hacking.md Docs: cosmetic updates and additions 2017-04-12 11:27:22 -07:00
Makefile doc: add documentation build infrastructure 2016-02-04 10:24:53 -08:00
Porting.md [doc] Add some basic info on using ffi-cdecl (#5808) 2020-02-12 17:40:38 +01:00
Unit_tests.md [doc] Simplify and reorganize readme (#5217) 2019-08-20 17:01:28 +02:00