Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-10 | Modify depends for monero's dependencies | TheCharlatan | 1 | -1/+1 | |
Add readline, ldns, graphviz, unbound to depends packages Add a cmake toolchain file to depends that is uniquely created for every build and placed in triple/share/toolchain.cmake This file is then passed to cmake with -DCMAKE_TOOLCHAIN_FILE=/path/to/triple/share/toolchain.cmake Add the boost locale package to depends In the depends cmake toolchain file, a DEPENDS flag is added to exclude, or change cmake checks done that are required for depends Link miniupnpc and unwind from depends and not external Add libiconv and icu4c to depends, required for mingw32 builds. Headers (winsock) need to be lower case in order to compile on unix systems. This should not affect building on windows. | |||||
2018-02-08 | epee get_ns_count: cast to uint64_t before multiplying 10^9 to avoid overflow | stoffu | 1 | -2/+2 | |
2017-12-23 | Fix Windows build | dEBRUYNE-1 | 1 | -0/+4 | |
Fix no new line | |||||
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -0/+3 | |
2017-08-01 | epee: add nanosecond timer and pause/restart profiling macros | moneromooo-monero | 1 | -5/+10 | |
Nanosecond timer precision won't work on Windows, but we don't care since I'm using that just for profiling incremental code paths, but a Windows coder is welcome to add it if there's a way. | |||||
2016-04-06 | Fix get_tick_count() on Windows | Howard Chu | 1 | -5/+7 | |
GetTickCount used in 52056dcfc480a126e06afaf209b1772b6aa77fb3 only has ~10-16ms resolution. Use higher rez timer to get 1ms rez. | |||||
2016-03-11 | WIN32 thread_id is OS-dependent not compiler-dependent | Howard Chu | 1 | -1/+7 | |
2014-07-25 | move modified epee code to new classes, revert license | fluffypony | 1 | -26/+21 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -21/+26 | |
2014-03-20 | some fixes | Antonio Juarez | 1 | -1/+1 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+108 | |