Commit Graph

92 Commits

Author SHA1 Message Date
J.C. Moyer 8a045dc30d Address io::io_error removal on rust/mozilla:master 2014-02-04 21:21:26 -05:00
Chip 2672ba14f6 A few fixes for compatibility with rust-master:
- std::str::CharIterator is now std::str::Chars
- std::io::buffered::BufferedWriter is now std::io::BufferedWriter
- std::from_utf8_owned returns Option<~str> now instead of simply ~str
2014-01-22 14:13:07 -08:00
phil 3ebd6e6505 Added appropriate use line for println 2014-01-12 01:52:10 -08:00
FrozenCow 4f56de5589 Resolved unused_import warning 2014-01-10 21:26:33 +01:00
Jan Niklas Hasse 34a6294dc8 Use libnative instead of start_on_main_thread 2014-01-05 21:47:10 +01:00
Jan Niklas Hasse 05d9217aed Use RendererParent instead of Either 2014-01-05 21:44:55 +01:00
Jan Niklas Hasse b19353a72b Remove trailing whitespace 2014-01-05 21:44:03 +01:00
Jan Niklas Hasse 588d25a84b Use "system" ABI instead of "C" 2013-12-28 19:03:18 +01:00
Corey Richardson c7359cddad crate_id; whitespace; crate_type 2013-12-24 19:44:27 -05:00
Jeff Olson 7f82d4bfb0 cmp::{Less, Equal, Great} are in the prelude, it seems 2013-12-24 09:22:44 -08:00
Jeff Olson 6326edb9ef replaces uses of extra::sort::quick_sort in keycode/scancode 2013-12-24 09:15:18 -08:00
Jeff Olson ee221f6333 remove package_id and add crate_id as its own attribute 2013-12-22 21:18:41 -08:00
Jeff Olson 892f6ca241 fix link attribute for mac_framework build closes #25 2013-12-21 14:59:24 -08:00
Jan Niklas Hasse 2207abee51 Convert vec::raw::to_ptr(*) to *.as_ptr() 2013-12-15 21:46:39 +01:00
Tony Aldridge 184bebf865 Switched away from link_args 2013-12-13 19:23:36 +00:00
Tony Aldridge 95b1604e70 Updated for latest changes to lifetimes 2013-12-13 18:59:56 +00:00
Tony Aldridge bca2f8448a Merge branch 'rustpkg' of https://github.com/jhasse/rust-sdl2 into jhasse-rustpkg 2013-12-09 20:48:33 +00:00
Jan Niklas Hasse c24983ddc2 Add pregenerated files 2013-12-09 21:46:05 +01:00
Jan Niklas Hasse aad67d1b3c Use rustpkg (see #15). Make is still needed for codegen 2013-12-09 20:09:25 +01:00
Jan Niklas Hasse 10ce6946d4 Uncomment gl_get_proc_address 2013-12-09 15:31:05 +01:00
Tony Aldridge bd624459fa Added link args feature, until we figure out the correct way 2013-12-08 21:04:43 +00:00
Tony Aldridge 1abcc1d8b9 Fixed path initialization in codegen 2013-12-08 21:00:56 +00:00
Tony Aldridge 324f8325f0 Corrected path creation 2013-12-02 14:00:57 +00:00
Tony Aldridge d12e03e711 Updated to build against current Rust master 2013-12-02 13:43:38 +00:00
Tony Aldridge 9b4240865f Mirrored config changes in brson/rust-sdl#111 2013-11-18 10:14:30 +00:00