Histórico de Commits

Autor SHA1 Mensagem Data
  Karl Zylinski 8c636ac37b Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines. há 1 ano atrás
  gingerBill 1747fdc3f0 Fix signature há 1 ano atrás
  gingerBill bef3ca98f0 Fix signature há 1 ano atrás
  gingerBill e15c5c4692 Fix missing import há 1 ano atrás
  gingerBill 950fd2d5ce Rename `trace_linux.odin` to `trace_cpp.odin` há 1 ano atrás
  gingerBill 6c185a5dca Add `core:debug/trace` for Linux há 1 ano atrás
  gingerBill 44c9b988bb Add default debug/trace to do nothing há 1 ano atrás