tahoma2d/toonz/sources/toonzfarm/tfarm
Shinya Kitaoka 9eb50de5fe Use std functions (#297)
* use std functions

* replace toInt        to std::stoi
* replace toDouble     to std::stod
* replace toString     to std::to_string
* replace toWideString to std::to_wstring

* fix for MacOS

* cosmetic change
2016-06-07 16:06:00 +09:00
..
CMakeLists.txt CMake: cleanup indentation, remove redundant endif args 2016-04-27 21:48:12 +10:00
service.cpp Use std functions (#297) 2016-06-07 16:06:00 +09:00
tbaseserver.cpp first commit 2016-03-19 02:57:51 +09:00
tfarmcontroller_c.cpp Use std functions (#297) 2016-06-07 16:06:00 +09:00
tfarmexecutor.cpp remove "using" 2016-04-21 16:23:15 +09:00
tfarmproxy.cpp Use std functions (#297) 2016-06-07 16:06:00 +09:00
tfarmserver_c.cpp first commit 2016-03-19 02:57:51 +09:00
tfarmserverstub.cpp remove "using" 2016-04-21 16:23:15 +09:00
tfarmtask.cpp use std::min and std::max (#318) 2016-05-18 13:03:37 +09:00
tlog.cpp use _WIN32 instead of WIN32 2016-04-20 10:24:44 +09:00
tserverproxy.cpp first commit 2016-03-19 02:57:51 +09:00
ttcpipclient.cpp Use std functions (#297) 2016-06-07 16:06:00 +09:00
ttcpipserver.cpp Use std functions (#297) 2016-06-07 16:06:00 +09:00