Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* cc.R: - add WIN32 define (-DWIN32) as -c99 do not definie it - in windows replace `system()` with `shell()` - in windows data_table.dll instead of data_table.so (dyn.load()) * Update cc.R * Update cc.R * Apply suggestions from code review Co-authored-by: Michael Chirico <[email protected]> * Update .dev/cc.R Co-authored-by: Michael Chirico <[email protected]> * use dt_object * make log clearer * make OMP clearer, use R"()" in other branch too --------- Co-authored-by: Michael Chirico <[email protected]>
- Loading branch information