0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 06, 2024 — Sep 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
renamed Platform.hpp to Platform.hh so it can be made into a precompiled header: doing so cuts the compile time in half and with additional first round of header reorganization shaved another 10% off. next up: making public interfaces respect std::tr1 instead of boost::
danielrh
as Daniel Reiter Horn
More... over 16 years ago
proper vc9 dependencies included and installable
danielrh
as Daniel Reiter Horn
More... over 16 years ago
builds in windows and got rid of a leak in the curl code. Also moved decision of dynamic vs static boost link over to the CMakeLists rather than in Platform.hpp. Also got rid of some warnings that only appear in windows (like adding 2.0 to a float gives a double)
danielrh
as Daniel Reiter Horn
More... over 16 years ago
Merge branch 'master' of [email protected]:sirikata/sirikata More... over 16 years ago
tantilizingly close to windows build More... over 16 years ago
Linking to libcurl now works on OSX 10.5. More... over 16 years ago
trying a nonspecialized version of string for program_options
danielrh
as Daniel Reiter Horn
More... over 16 years ago
no more reliance on bad any_cast
danielrh
as Daniel Reiter Horn
More... over 16 years ago
in my quest to get rid of dos linefeeds I added some more: this in turn caused git to act strangely on windows because it would add a second set of linefeeds to the first when checking out then would claim the file was modified even though it was freshly checked out. This broke git stash, etc. Moral of this story: never check in files with dos linefeeds from a unix computer
danielrh
as Daniel Reiter Horn
More... over 16 years ago
Added windows-specific files to the .gitignore and removed strange linefeeds in the boost headers and anything developed with windows linefeeds then committed from unix
danielrh
as Daniel Reiter Horn
More... over 16 years ago
Compiles in windows: made the necessary crossplatform changes to obviate need for stdint where and use Platform.hpp instead More... over 16 years ago
HashMap.hpp no longer uses platform specific hash maps. EventManager no longer includes Time twice. gitignore is updated for new paths. FindBoost.cmake is no longer lenient about system boost lib not having unordered_map. Fixed warning in TR1Test
danielrh
as Daniel Reiter Horn
More... over 16 years ago
Make TR1 available to sirikata
danielrh
as Daniel Reiter Horn
More... over 16 years ago
On the road to getting win32 to build More... over 16 years ago
Add platform specific headers and plugin utilities.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Reorganize repository for multiple project.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Got EventManager to run with one thread and a LockFreeQueue. More... over 16 years ago
Fixed event tests: don't keep map iterators around, and fixed finding iterator of newly inserted item in ListenerList. More... over 16 years ago
Merge branch 'master' of [email protected]:sirikata/sirikata More... over 16 years ago
EventManager no longer uses any locks. Made ThreadSafeQueue compatible with LockFreeQueue, and added swap function. EventManager still crashes, but now much easier to debug. More... over 16 years ago
added mac and windows(cygwin) dependencies to depends script. Added tests and clean targets to the makefile
Daniel Horn
as Daniel
More... over 16 years ago
different protobuffers root by default
Daniel Horn
as Daniel
More... over 16 years ago
Added script to find protocol buffers and added script to make dependencies from the toplevel. Updated cmake lists to build different binaries for release and debug. Added example protocol buffer files for simple types
Daniel Horn
as Daniel
More... over 16 years ago
* src/main.cpp, src/task/DependencyTask.cpp, src/task/Event.cpp, src/task/Time.cpp, src/task/UniqueId.cpp, test/EventTest.hpp, test/TransferTest.hpp: Add copyright notice. * src/task/DependencyTask.hpp, src/transfer/DiskCache.cpp, src/transfer/HTTPRequest.cpp, src/transfer/NetworkTransfer.hpp, test/Matrix3Test.hpp, test/QuaternionTest.hpp: Fix copyright notice.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
* Complete renaming of system to Sirikata.
ewencp
as Ewen Cheslack-Postava
More... over 16 years ago
Added function to be called at the event of event handling so that processing can be done there. Feed it information about whether the event was canceled or even handled at all More... over 16 years ago
Added syncrhonization to event system, fixed pointer invalidation if the listener map is reallocated (by STL spec), and made Secondary IDs 0, "", and null equal. The EventTest crash still exists but is more reproducable. More... over 16 years ago
Make the build work on mac and correctly add curl to the appropriate find path on the mac More... over 16 years ago
needs iostream to build in release More... over 16 years ago
Finished migration of Range class into Range.hpp without changing any code. More... over 16 years ago