-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update main branch to GDX release 7.11.2 (should propagate to products and GitHub) See merge request devel/gdx!49
- Loading branch information
Showing
115 changed files
with
26,075 additions
and
2,273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
GAMS - General Algebraic Modeling System GDX API | ||
|
||
Copyright (c) 2017-2023 GAMS Software GmbH <[email protected]> | ||
Copyright (c) 2017-2023 GAMS Development Corp. <[email protected]> | ||
Copyright (c) 2017-2024 GAMS Software GmbH <[email protected]> | ||
Copyright (c) 2017-2024 GAMS Development Corp. <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
set(base-units | ||
# runtime library | ||
src/rtl/p3library.cpp | ||
src/rtl/p3library.h | ||
src/rtl/p3process.cpp | ||
src/rtl/p3process.h | ||
src/rtl/stdthread.cpp | ||
src/rtl/stdthread.h | ||
src/rtl/p3utils.cpp | ||
src/rtl/p3utils.h | ||
src/rtl/sysutils_p3.cpp | ||
src/rtl/sysutils_p3.h | ||
src/rtl/p3platform.cpp | ||
src/rtl/p3platform.h | ||
src/rtl/math_p3.cpp | ||
src/rtl/math_p3.h | ||
src/rtl/idglobal_p3.cpp | ||
src/rtl/idglobal_p3.h | ||
src/rtl/p3io.cpp | ||
src/rtl/p3io.h | ||
src/rtl/dtoaLoc.c | ||
src/rtl/dtoaLoc.h | ||
|
||
# global | ||
src/global/ctvproc.cpp | ||
src/global/ctvproc.h | ||
src/global/delphitypes.h | ||
src/global/gmslibname.cpp | ||
src/global/gmslibname.h | ||
src/global/gmsspecs.cpp | ||
src/global/gmsspecs.h | ||
src/global/unit.h | ||
src/global/modhead.cpp | ||
src/global/modhead.h | ||
|
||
# gdlib | ||
src/gdlib/batchalloc.h | ||
src/gdlib/charmaps.cpp | ||
src/gdlib/charmaps.h | ||
src/gdlib/cmdpar.cpp | ||
src/gdlib/cmdpar.h | ||
src/gdlib/datastorage.cpp | ||
src/gdlib/datastorage.h | ||
src/gdlib/dblutil.cpp | ||
src/gdlib/dblutil.h | ||
src/gdlib/gamsdirs.cpp | ||
src/gdlib/gamsdirs.h | ||
src/gdlib/gfileopen.cpp | ||
src/gdlib/gfileopen.h | ||
src/gdlib/glookup.cpp | ||
src/gdlib/glookup.h | ||
src/gdlib/gmacro.cpp | ||
src/gdlib/gmacro.h | ||
src/gdlib/gmsdata.cpp | ||
src/gdlib/gmsdata.h | ||
src/gdlib/gmsgen.h | ||
src/gdlib/gmsglob.cpp | ||
src/gdlib/gmsglob.h | ||
src/gdlib/gmslist.cpp | ||
src/gdlib/gmslist.h | ||
src/gdlib/gmsobj.cpp | ||
src/gdlib/gmsobj.h | ||
src/gdlib/obfuscatestr.cpp | ||
src/gdlib/obfuscatestr.h | ||
src/gdlib/runner.cpp | ||
src/gdlib/runner.h | ||
src/gdlib/statlib.cpp | ||
src/gdlib/statlib.h | ||
src/gdlib/statlibobj.cpp | ||
src/gdlib/statlibobj.h | ||
src/gdlib/stattypes.h | ||
src/gdlib/xcompress.cpp | ||
src/gdlib/xcompress.h | ||
src/gdlib/gmsheapnew.cpp | ||
src/gdlib/gmsheapnew.h | ||
src/gdlib/strutilx.cpp | ||
src/gdlib/strutilx.h | ||
src/gdlib/strhash.cpp | ||
src/gdlib/strhash.h | ||
src/gdlib/gmsonly.h | ||
src/gdlib/gmsonly.cpp | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.