jdelong
90fa863d44
Put compiler_id in a .cpp file on every link line, remove generated/
...
Instead of stashing compiler_id in a header that causes rebuilds,
regenerate on every build and list on every link line,
without depending on them.
2013-03-21 14:07:59 -07:00
mwilliams
10f9f6b239
const bool hhvm is dead
2013-03-09 12:49:37 -08:00
aalexandre
26178124a4
Eliminate int32, uint32, int16, uint16, int8, uint8.
...
This concludes the inttypes replacement.
These replacement have been mostly mechanical
with the use of cxx_replace.
2013-03-09 10:25:16 -08:00
mwilliams
a4c6fec8e9
Get rid of lots of non-hhvm code
...
Kill #ifdef HHVM
Kill lots of unused code
2013-03-08 18:44:01 -08:00
mwilliams
35e456c966
Put the compiler-id into a variable
...
So that we only have to recompile one file when it changes.
2013-03-08 17:52:20 -08:00
aalexandre
b3b41e08bb
Replaced NULL with nullptr
2013-02-19 06:57:54 -08:00
Jordan Delong
363d1bb20f
Code move src/ -> hphp/
...
This change is mostly for FB internal organizational reasons.
Building is not effected beyond the fact that the target now
lands in hphp/hhvm/hhvm rather than src/hhvm/hhvm.
2013-02-11 02:10:41 -08:00