json: Factorize the trivial implementation of `to_json`.
[nit.git] / lib /
2014-12-11 Alexandre Terrasalib/console: fixes old inits
2014-12-11 Alexandre Terrasalib/combinations: fixes useless private declarations
2014-12-11 Alexandre Terrasalib/standard: fixes some comment presentation according...
2014-12-11 Alexandre Terrasalib/standard: removes double dash now parsed as H2
2014-12-11 Alexandre Terrasalib/standard: fixes annotations usage
2014-12-11 Alexandre Terrasalib/standard: adds some spaces
2014-12-11 Alexandre Terrasalib/standard: fixes DocUnits parsed as list elements
2014-12-11 Alexandre Terrasalib/standard: fixes bad indent in comments
2014-12-11 Alexandre Terrasalib/markdown: makes MarkdownProcessor::emitter writable
2014-12-11 Alexandre Terrasalib/markdown: remove forgotten print
2014-12-11 Alexandre Terrasalib/markdown: escape bad html tags
2014-12-10 Alexandre Terrasalib/c: fixes old inits
2014-12-10 Alexandre Terrasalib/c: fixes documentation warnings
2014-12-10 Alexandre Terrasalib/bucketed_game: fixes old inits
2014-12-10 Alexandre Terrasalib/bucketed_game: fixes documentation warnings
2014-12-10 Alexandre Terrasalib/base64: fixes documentation warnings.
2014-12-10 Alexandre Terrasalib/a_star: fixes useless type declarations
2014-12-10 Alexandre Terrasalib/buffered_ropes: fixes useless private declarations.
2014-12-10 Alexandre Terrasalib/buffered_ropes: fixes unused local variables.
2014-12-10 Alexandre Terrasalib/buffered_ropes: fixes old inits.
2014-12-10 Alexandre Terrasalib/github_api: fixes old inits.
2014-12-10 Alexandre Terrasalib/json_serialization: fixes documentation warnings
2014-12-10 Alexandre Terrasalib/json_serialization: fixes old inits
2014-12-10 Alexandre Terrasalib/mpd: fixes documentation warnings
2014-12-10 Lucas Bajoletsys: Force the buffering of stdin and stdout as Line...
2014-12-10 Lucas Bajoletlib/standard/file: Added a way to change the buffering...
2014-12-10 Lucas Bajoletlib/standard/file: Auto-flush write streams
2014-12-10 Lucas Bajoletlib/standard: Got rid of FDStream, reified under FStream
2014-12-10 Alexandre Terrasalib/mpi: fixes documentation warnings
2014-12-10 Alexis Laferrièrelib/cocoa: intro an example with extern Objective-C...
2014-12-10 Alexis Laferrièrelib/cocoa: intro message box example in cocoa
2014-12-10 Alexis Laferrièrelib/cocoa: intro the Hello World example in Cocoa
2014-12-10 Alexis Laferrièrelib/cocoa: intro the cocoa library to wrap cocoa, found...
2014-12-09 Jean Privatlib/poset: write_dot distinguise nodes with the same...
2014-12-09 Alexis Laferrièrelib/a_star: rename `Path` to `AStarPath`
2014-12-09 Alexis Laferrièrelib/file: revamp API with `Path` and a nity `FileStat`
2014-12-09 Jean Privatlib/poset: fix show_dot
2014-12-09 Jean-Christophe... csv: Add a reader.
2014-12-09 Jean-Christophe... csv: Allow output customization.
2014-12-09 Jean-Christophe... csv: Document `CsvDocument`.
2014-12-09 Jean-Christophe... csv: Clean `CsvDocument` a little bit.
2014-12-09 Lucas Bajoletlib/standard/streams: Added simple error management...
2014-12-09 Jean-Christophe... csv: Move the library to its own directory.
2014-12-09 Alexis Laferrièrelib/file: fix whitespace errors
2014-12-09 Alexis Laferrièrelib/kernel: use the legacy NI for `Pointer::free` to...
2014-12-09 Jean Privatcode: update clients of readline since eol is stripped
2014-12-09 Jean Privatlib/stream: document `read_all`
2014-12-09 Jean Privatlib/stream: `read_line` chomp EOL, like read_lines
2014-12-09 Jean Privatlib/stream: document and test `append_line_to`
2014-12-09 Jean Privatlib/ini: fix bad subtring for path
2014-12-09 Jean Privatlib/stream: `BufferedIStream::append_line_to` does...
2014-12-09 Jean Privatlib/stream: eof is blocking
2014-12-09 Jean PrivatMerge: Graphics related features, fixes and doc
2014-12-09 Jean PrivatMerge: ropes: Fix some bugs in `RopeBuffer` (again)
2014-12-09 Jean PrivatMerge: Some niti cleaning
2014-12-08 Alexis Laferrièrelib/glesv2: wrap more features to query informations...
2014-12-08 Alexis Laferrièrelib/glesv2: improve doc of `glesv2`
2014-12-08 Alexis Laferrièrelib/glesv2: fix and simplify the implementation of...
2014-12-08 Alexis Laferrièrelib/sdl: add `is_[left|right|middle|wheel]_button`
2014-12-08 Alexis Laferrièrelib/egl: use hex literals instead of `String::to_hex`
2014-12-07 Jean-Christophe... ropes: Fix `RopeBuffer.reset`.
2014-12-07 Jean-Christophe... ropes: Fix the behavior of `RopeBuffer.clear` when...
2014-12-07 Jean-Christophe... ropes: Fix `RopeBuffer.reverse`.
2014-12-07 Jean-Christophe... ropes: Fix a buffer overflow in `RopeBuffer.add`.
2014-12-06 Jean Privatlib/string: fix and beef-up `chomp`
2014-12-05 Jean Privatlib/file: `String::files` return an Array because it...
2014-12-05 Jean Privatlib/array: make `copy_to` public
2014-12-04 Jean PrivatMerge: ropes: Fix a bug in `RopeBuffer.clear`
2014-12-04 Jean-Christophe... string: Escape all HTML’s metacharacters.
2014-12-04 Jean-Christophe... ropes: Clean `RopeBuffer.append` a little bit.
2014-12-04 Jean-Christophe... ropes: Reset everything when clearing.
2014-12-04 Jean PrivatMerge: lib: add IStream::read_lines
2014-12-04 Jean PrivatMerge: Check for errors in GLSL shaders using glslangVa...
2014-12-04 Jean PrivatMerge: Graphics related fixes
2014-12-04 Jean PrivatMerge: Regex subexpressions
2014-12-03 Jean Privatlib/stream: document `read_line` and `append_line_to`
2014-12-03 Jean Privatlib/stream: add IStream::read_lines
2014-12-03 Jean Privatlib/string: add `chomp`
2014-12-02 Alexis Laferrièrelib/glesv2: declare the annotations for shader code
2014-12-02 Alexis Laferrièrelib/c: add doc on `NATIVE` and `native_array`
2014-12-02 Alexis Laferrièrelib/re: prevent allocating `native_match` only to free it
2014-12-02 Alexis Laferrièrelib/sdl2: add README
2014-12-02 Alexis Laferrièrelib/sdl2: intro an example for the sdl2 modules
2014-12-02 Alexis Laferrièrelib/sdl2: intro a module uniting for sdl2 and its image...
2014-12-02 Alexis Laferrièrelib/sdl2: intro the entry module for sdl2
2014-12-02 Alexis Laferrièrelib/sdl2: wrap the SDL 2 image library
2014-12-02 Alexis Laferrièrelib/sdl2: wrap some SDL 2 system and window manager...
2014-12-02 Alexis Laferrièrelib/sdl2: wrap some SDL 2 events
2014-12-02 Alexis Laferrièrelib/sdl2: wrap some basic features of SDL 2
2014-12-02 Alexis Laferrièrelib/c: intro `CByteArray`
2014-12-02 Alexis Laferrièrelib/c: intro `CIntArray::from`
2014-12-02 Alexis Laferrièrelib/c: move up general logic from `CIntArray` to `CArray`
2014-12-02 Alexis Laferrièrelib/sdl: improve implementation and doc of `SDLDisplay...
2014-12-02 Alexis Laferrièrelib/sdl: native_blit is private
2014-12-02 Alexis Laferrièrelib/glesv2: use the hex litteral instead of `to_hex`
2014-12-02 Alexis Laferrièrelib/re: intro `Match::[]`
2014-12-02 Alexis Laferrièrelib/re: support regex subexpressions
2014-12-01 Alexis Laferrièrelib/glesv2: fix `gl_get_bool`
2014-12-01 Alexis Laferrièrelib/glesv2: remove broken methods `gl_vertex_attri_poin...
2014-12-01 Alexis Laferrièrelib/x11: fix missing C include
next