tests: update sav related to AST
[nit.git] / lib /
2015-08-05 Jean PrivatMerge: Text::to_bytes
2015-08-05 Lucas Bajoletlib/standard/bytes: Text::to_bytes method
2015-08-05 Jean PrivatMerge: lib/maths: add `nan` and `inf` as special Float
2015-08-05 Jean PrivatMerge: Can use lib/github/github_curl without a oauth...
2015-08-05 Jean Privatlib/maths: add `nan` and `inf` as special Float
2015-08-05 Alexis Laferrièrelib/performance_analysis: relax unit test expected...
2015-08-05 Jean PrivatMerge: curl: implement CURLOPT_TIMEOUT and CURLOPT_TIME...
2015-08-05 Jean PrivatMerge: lib/performance_analysis: relax nitunit expected...
2015-08-05 Jean Privatlib/github: can connect without OAuth token
2015-08-05 Jean Privatlib/curl: Collection::to_curlslist do not crash on...
2015-08-04 Alexandre Terrasacurl: implement CURLOPT_TIMEOUT and CURLOPT_TIMEOUT_MS
2015-08-04 Alexis Laferrièrelib/performance_analysis: relax unit test expected...
2015-08-04 Jean PrivatMerge: Tinks! fix frame lock between clients and servers
2015-08-04 Jean PrivatMerge: Simplify integer parsing
2015-08-04 Jean PrivatMerge: Fix nitcorn `Content-Length` when working with...
2015-08-04 Lucas Bajoletlib/standard/text: Added parsing method for all integers
2015-08-04 Alexis Laferrièrelib/gamnit: use async cache for the client/server logic
2015-08-04 Alexis Laferrièrelib/serialization: intro AsyncCache
2015-08-04 Alexis Laferrièrelib/socket: use a custom C call to detect error on...
2015-08-03 Alexandre Terrasanitcorn: add media types for web fonts.
2015-08-03 Alexandre Terrasanitcorn: use `bytelen` instead of `length` when setting...
2015-08-03 Jean PrivatMerge: Tinks! a multiplayer crossplatform action game...
2015-08-03 Jean PrivatMerge: to_i behaviour coherent with parser
2015-08-03 Jean PrivatMerge: Remove memory leak in Ropes
2015-08-03 Lucas Bajoletlib/standard/text: Update Text.to_i to parse all bases
2015-08-03 Lucas Bajoletlib/standard/text: Added is_int validation function...
2015-08-03 Lucas Bajoletlib/standard/text: Added validation and conversion...
2015-08-03 Lucas Bajoletlib/standard/text: Move and generalize remove_underscor...
2015-08-02 Alexis Laferrièrelib/android: fix `just_went_down` to support secondary...
2015-08-02 Alexis Laferrièrelib: intro gamnit::network
2015-07-31 Lucas Bajoletropes: Removed useless dump_buffer in to_s
2015-07-30 Jean PrivatMerge: jwrapper supports static properties, primitive...
2015-07-30 Jean PrivatMerge: A little fix to android::audio
2015-07-29 Alexis Laferrièrelib/exec: intro `ProcessDuplex::write_and_read`
2015-07-29 Alexis Laferrièrelib/file: revamp `poll_in` to use in `FileReader`
2015-07-29 Alexis Laferrièrelib/dom: intro a checker/example program
2015-07-29 Alexis Laferrièrelib/java: reorganize the java group to include the...
2015-07-29 Alexis Laferrièrelib/java: make pop_from_local_frame_with_env protected...
2015-07-29 Alexis Laferrièrelib/collections: intro `Map::not_empty`
2015-07-28 BlackMinouAndroid/audio: load from res before assets
2015-07-27 Lucas Bajoletlib/standard: Read all now builds ropes
2015-07-27 Lucas Bajoletlib/standard/ropes: Added balancing method to Concat
2015-07-27 Lucas Bajoletlib/standard/ropes: Added cache mechanism on indexed...
2015-07-26 Alexis Laferrièrelib/android: intro `AndroidPointerEvent::is_move`
2015-07-26 Alexis Laferrièrelib/android: remove a few warnings
2015-07-25 Jean PrivatMerge: jwrapper generates full APIs, with contructors...
2015-07-25 Jean PrivatMerge: Improve documentation of kernel
2015-07-24 Jean Privatlib: add a README for standard
2015-07-24 Jean Privatlib: improve documentation of Object and Sys in kernel
2015-07-24 Alexis Laferrièrelib/java: fix expected type with JNI's `GetStringUTFChars`
2015-07-23 Jean PrivatMerge: UTF-8 Strings
2015-07-23 Jean PrivatMerge: NSieve optimization
2015-07-23 Lucas Bajoletlib/standard: Update libs for the support of UTF-8
2015-07-23 Lucas Bajoletlib/standard: Added services on NativeString and Char...
2015-07-23 Jean Privatlib/realtime: add a compatibility layer for OSX
2015-07-22 Lucas Bajoletlib/c: CByteArray now uses Byte instead of Int
2015-07-22 Jean PrivatMerge: lib/std: add Path::last_error to aggregate error...
2015-07-22 Jean PrivatMerge: Conditional importation
2015-07-22 Jean Privatlib/std: add some cached services on Path
2015-07-21 Jean Privatlib/app: provide conditional importation of app extensions
2015-07-21 Lucas Bajoletlib/standard: Moved and rewrote [] and []= for RopeBuffer
2015-07-21 Lucas Bajoletlib/standard: Update functions of Flat to use char...
2015-07-21 Jean Privatlib/std: handle read errors in FileReader
2015-07-21 Jean Privatlib/std: rephrase some file errors
2015-07-21 Jean Privatlib/std: handle `last_error` for FileStat-related servi...
2015-07-21 Jean Privatlib/std: improve doc of the class `Path`
2015-07-21 Jean Privatlib/std: rewrite `Path::rmdir`, `Path::files` and ...
2015-07-21 Jean Privatlib/std: add Path::last_error to aggregate errors on...
2015-07-20 Alexis Laferrièrelib/performance_analysis: keep the sum execution time
2015-07-20 Alexis Laferrièrelib/performance_analysis: fix `PerfMap::to_s`
2015-07-20 Alexis Laferrièrelib/opts: improve doc of `OptionEnum`
2015-07-20 Jean PrivatMerge: Basic UDP socket
2015-07-20 Jean PrivatMerge: Faster write
2015-07-20 Jean PrivatMerge: Apply optional params in strip_extension, basena...
2015-07-18 Alexis Laferrièresrc & lib: use the default behavior of `basename` where...
2015-07-18 Alexis Laferrièrelib/standard: revamp doc of `Map::join`
2015-07-18 Alexis Laferrièrecontrib & examples..: update users of `join("")`
2015-07-18 Alexis Laferrièrelib/standard: the single parameter of `String::basename...
2015-07-18 Jean PrivatMerge: Fix autosuperinit
2015-07-17 Jean PrivatMerge: lib/noise: compatibility with 32 bits arch and...
2015-07-17 Jean PrivatMerge: Rename Container to Ref
2015-07-17 Alexis Laferrièrelib/noise: fix generation of generated pseudo-random...
2015-07-17 Alexis Laferrièrelib/noise: make compatible with 32 bit archs and a...
2015-07-17 Alexis Laferrièrelib/noise: fix the expected amplitude of the pseudo...
2015-07-17 Alexis Laferrièrelib/standard: the single parameter of `String::strip_ex...
2015-07-17 Alexis Laferrièrelib/standard: the single parameter of `Collection:...
2015-07-17 Alexis Laferrièrelib/socket: intro `UDPSocket` and its services
2015-07-17 Alexis Laferrièrelib/socket: add UDP related services to the native...
2015-07-17 Alexis Laferrièrelib/socket: refactor IOError from errnos into contructors
2015-07-17 Alexis Laferrièrelib & examples & tests: update all the many and happy...
2015-07-17 Alexis Laferrièrelib/socket: move `blocking=` to `Socket`
2015-07-17 Alexis Laferrièrelib/collection: rename Container to Ref
2015-07-17 Alexis Laferrièrelib/socket: intro `TCPSocket`
2015-07-17 Alexis Laferrièrelib/socket: write and read of the native layer use...
2015-07-17 Alexis Laferrièrelib/socket: revamp services of `NativeSocketAddrIn`
2015-07-17 Alexis Laferrièrelib/socket: use less callbacks and prefer NativeString...
2015-07-17 Alexis Laferrièrelib/socket: rename `Socket::socket` to `Socket::native`
2015-07-16 Jean Privatlib/file: efficient write to file for FlatString
2015-07-16 Jean Privatlib/file: delegate how to write a string to the string...
2015-07-16 Jean Privatlib/file: add a `from` parameter on `write_native`...
next