platform/upstream/efl.git
2014-06-10 Daniel Kolesaelua: xgettext_wrapper newline fix
2014-06-10 Daniel Kolesaelua: didn't want this
2014-06-10 Daniel Kolesaelua: some janitoring (add newlines to the end of files)
2014-06-10 Daniel Kolesaelua: install apps
2014-06-10 Daniel Kolesaelua: better caching behavior (try to use bytecode...
2014-06-10 Daniel Kolesaelua: use eina_prefix
2014-06-10 Daniel Kolesaelua: return the value properly in eo
2014-06-10 Daniel Kolesaelua: make it possible to get class lua body from address
2014-06-10 Daniel Kolesaelua: move __ctor_common, __do_start, __do_end out...
2014-06-10 Daniel Kolesaelua: generator fix
2014-06-10 Daniel Kolesaelua: remove the implemented eo_base stuff - will be...
2014-06-10 Daniel Kolesaelua: use eo_finalize plus update bound eo api
2014-06-10 Daniel Kolesaelua: do not generate entirely new list types
2014-06-10 Daniel Kolesaelua: a simple list type generator in eina_list
2014-06-10 Daniel Kolesaelua: eolian fix
2014-06-10 Daniel Kolesado not generate __M if not needed
2014-06-10 Daniel Kolesaelua: better namespace handling in lualian generator...
2014-06-10 Daniel KolesaAUTHORS: add EFL-C++ and Elua
2014-06-10 Daniel Kolesaelua: prevent method calls on bad objects
2014-06-10 Daniel Kolesaelua: propagate property definitions down the inheritan...
2014-06-10 Daniel Kolesaelua: eolian binding fix plus support namespaces in...
2014-06-10 Daniel Kolesaelua: initial xgettext call parsing
2014-06-10 Daniel Kolesaelua: String and Call objects in xgettext generator...
2014-06-10 Daniel Kolesaelua: store flags for hashing as well
2014-06-10 Daniel Kolesaelua: never actually fail parsing (keep error messages...
2014-06-10 Daniel Kolesaelua: pre-parse flags in xgettext app
2014-06-10 Daniel Kolesaelua: xgettext's semantics are WTF, but okay, emulate it
2014-06-10 Daniel Kolesaelua: new util: table.uniq, and use it in xgettext...
2014-06-10 Daniel Kolesaelua: properly copy flags around
2014-06-10 Daniel Kolesaelua: fix xgettext --extract-all
2014-06-10 Daniel Kolesaelua: complete lexer (lex all valid tokens)
2014-06-10 Daniel Kolesaelua: update eolian implements api
2014-06-10 Daniel Kolesaelua: Makevars - gitignore++
2014-06-10 Daniel Kolesaelua: prepare xgettext for flag comments and try to...
2014-06-10 Daniel Kolesaelua: fix xgettext
2014-06-10 Daniel Kolesaelua: fixed up the xgettext lua lexer/parser/generator
2014-06-10 Daniel Kolesaelua: can only specify a keyword once
2014-06-10 Daniel Kolesaelua: support for -a (--extract-all) option in xgettext
2014-06-10 Daniel Kolesaelua: merge comments in xgettext generator
2014-06-10 Daniel Kolesaelua: respect add-location / no-location options in...
2014-06-10 Daniel Kolesaelua: group messages with the same contents together...
2014-06-10 Daniel Kolesaelua: line information in the generated output
2014-06-10 Daniel Kolesaelua: respect msgstr prefix and suffix in xgettext
2014-06-10 Daniel Kolesaelua: respect comment tags in the lexer
2014-06-10 Daniel Kolesaelua: pass opts, flags around
2014-06-10 Daniel Kolesaelua: change xgettext lexer to never include delimiters...
2014-06-10 Daniel Kolesaelua: almost functional xgettext generator
2014-06-10 Daniel Kolesaelua: initial stuff for the xgettext generator, check...
2014-06-10 Daniel Kolesaelua: get_cmdline_from_argv cleanup + use _popen on...
2014-06-10 Daniel Kolesaelua: fclose before realpath
2014-06-10 Daniel Kolesaevil: remove fork (buggy)
2014-06-10 Daniel Kolesaelua: do not use fork in our "array popen" impl; instea...
2014-06-10 Daniel Kolesaelua: if ugly, then at least portable (we already assum...
2014-06-10 Daniel Kolesaelua: generate Makevars from Makevars.in with a dynamic...
2014-06-10 Daniel Kolesaelua: possible helper usage for different stuff than...
2014-06-10 Daniel Kolesaelua: extra cond
2014-06-10 Daniel Kolesaelua: preparation for lua file generation
2014-06-10 Daniel Kolesaelua: reformat C source to EFL style
2014-06-10 Daniel Kolesaelua: remove prefix stripping from lualian
2014-06-10 Daniel Kolesaelua: update lualian against latest eolian API
2014-06-10 Daniel Kolesaelua: xgettext parser: proper keyword parsing
2014-06-10 Daniel Kolesaelua: xgettext parser argument parsing
2014-06-10 Daniel Kolesaelua: extend the xgettext parser a bit
2014-06-10 Daniel Kolesaelua: xgettext keyword fix
2014-06-10 Daniel Kolesaelua: sanitize keywords and extract info in xgettext...
2014-06-10 Daniel Kolesaelua: initial work on parser part of the extractor
2014-06-10 Daniel Kolesaelua: file search function
2014-06-10 Daniel Kolesaelua: make xgettext use excluded_files, do some re...
2014-06-10 Daniel Kolesaevil: add fork, adjust elua to use that
2014-06-10 Daniel Kolesaelua: popenv fix (read proper stack items as args)...
2014-06-10 Daniel Kolesaelua: popenv function
2014-06-10 Daniel Kolesaelua: fork_win cleanup
2014-06-10 Daniel Kolesaelua: include fork_win.c in compilation
2014-06-10 Daniel Kolesaelua: custom non-shell popen implementation
2014-06-10 Daniel Kolesaelua: fork impl for windows
2014-06-10 Daniel Kolesaelua: comment is a valid token in xgettext
2014-06-10 Daniel Kolesaelua: add build_args function to core cutil library...
2014-06-10 Daniel Kolesaelua: xgettext is again at least partially functional
2014-06-10 Daniel Kolesaelua: handle all xgettext args correctly
2014-06-10 Daniel Kolesaelua: xgettext progress, currently broken
2014-06-10 Daniel Kolesaelua: pass opts to callback
2014-06-10 Daniel Kolesaelua: ngettext support
2014-06-10 Daniel Kolesaelua: ability to specify custom opts table for each...
2014-06-10 Daniel Kolesaelua: simplified getopt (allocates fewer tables)
2014-06-10 Daniel Kolesaelua: do not include the : in arg[0]
2014-06-10 Daniel Kolesaelua: free format buffers immediately
2014-06-10 Daniel Kolesaelua: never pcall in format, instead keep track of...
2014-06-10 Daniel Kolesaelua: perform conversion beforehand
2014-06-10 Daniel Kolesaelua: check types manually instead of pcall in one...
2014-06-10 Daniel Kolesaelua: some more checking for no value
2014-06-10 Daniel Kolesaelua: format bug fix
2014-06-10 Daniel Kolesaelua: better error handling for format
2014-06-10 Daniel Kolesaelua: use string buffer in all places for format plus...
2014-06-10 Daniel Kolesaelua: use custom string buffer impl for format (avoids...
2014-06-10 Daniel Kolesaelua: slight optimization of format func
2014-06-10 Daniel Kolesaelua: relatively slow but very powerful string formatte...
2014-06-10 Daniel Kolesaelua: xgettext: support for -X
2014-06-10 Daniel Kolesaelua: insert input files always after opts
2014-06-10 Daniel Kolesaelua: expand the input file lists for xgettext call...
2014-06-10 Daniel Kolesaelua: use the new app loading system
next